> ## Documentation Index
> Fetch the complete documentation index at: https://blockscout-vb-sourcify-migrate-to-api-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Transaction Types

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-sourcify-migrate-to-api-v2/-LubF9xiBMPdd24N/images/10a1708b-image.jpeg?fit=max&auto=format&n=-LubF9xiBMPdd24N&q=85&s=3227ed8d207d81cab8a5b3026b5b7ea5" 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-sourcify-migrate-to-api-v2/-LubF9xiBMPdd24N/images/11e455a3-image.jpeg?fit=max&auto=format&n=-LubF9xiBMPdd24N&q=85&s=d5fa7361d771edacb877c87c8b2a115b" alt="" width="2056" height="1084" data-path="images/11e455a3-image.jpeg" />
</Frame>
