Transactions

Transactions, which change the state of the EVM, need to be broadcast to the whole network. Any node can broadcast a request for a transaction to be executed on the EVM; after this happens, a validator will execute the transaction and propagate the resulting state change to the rest of the network.

Table Columns

Other Advanced Fields

  • input

    • The binary data that forms the input to the transaction. For example, contract function call information is recorded here.

  • transaction_type

  • receipt_root

Last updated