Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.1 KB

transaction-types.md

File metadata and controls

17 lines (12 loc) · 1.1 KB

Transaction Types

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

  • 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.

Transaction types in UI v2

Transaction types in UI v1