> ## Documentation Index
> Fetch the complete documentation index at: https://blockscout-vb-contract-verification-on-demand-creation-data.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-vb-contract-verification-on-demand-creation-data/Q2sm89kUzBIYi7P3/images/10a1708b-image.jpeg?fit=max&auto=format&n=Q2sm89kUzBIYi7P3&q=85&s=5f68a1d82091b19b8d58b6541fbb6e08" 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-vb-contract-verification-on-demand-creation-data/Q2sm89kUzBIYi7P3/images/11e455a3-image.jpeg?fit=max&auto=format&n=Q2sm89kUzBIYi7P3&q=85&s=b656a93336f902bd95245e51b7ccec54" alt="" width="2056" height="1084" data-path="images/11e455a3-image.jpeg" />
</Frame>
