> ## Documentation Index
> Fetch the complete documentation index at: https://blockscout-ap-erc-8056-envs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Transaction Types: Blob, Coin, Contract, and Token

> How Blockscout categorizes transactions including blob (EIP-4844), coin transfer, contract call, contract creation, token transfer, minting, and burning.

Different types of transactions are categorized in the Blockscout UI to allow for quick identification. Types include:

* **Blob txn:** 4844-type transactions which include large amounts of data
* **Coin transfer**: value transfer, value >= 0, no tx input
* **Contract call**: tx input is present (any value including 0)
* **Contract creation**: creation of a smart-contract
* **Token burning**: recognized token transfer of any of ERC-20, 721, 1155 token instance (single or bulk) to 0x0000... address
* **Token creation**: creation of token instance in ERC-1155
* **Token minting**: token transfer of any of ERC-20, 721, 1155 token instance (single or bulk) from 0x0000... address
* **Token transfer**: token transfer of any of ERC-20, 721, 1155 token instance (single or bulk)
* **Transaction**: A contract call where the contract has not yet been identified by Blockscout.

<Frame caption="Transaction types in UI v2">
  <img src="https://mintcdn.com/blockscout-ap-erc-8056-envs/X0e6z3YuqwWjbfOJ/images/10a1708b-image.jpeg?fit=max&auto=format&n=X0e6z3YuqwWjbfOJ&q=85&s=17d428c1878c4340ad223492b90166be" alt="" width="2304" height="1485" data-path="images/10a1708b-image.jpeg" />
</Frame>

<Frame caption="Transaction types in UI v1">
  <img src="https://mintcdn.com/blockscout-ap-erc-8056-envs/X0e6z3YuqwWjbfOJ/images/11e455a3-image.jpeg?fit=max&auto=format&n=X0e6z3YuqwWjbfOJ&q=85&s=467e81cdec3e25564ef80f2cf433e7e1" alt="" width="2056" height="1084" data-path="images/11e455a3-image.jpeg" />
</Frame>
