Skip to main content

Table of contents

The eth_mainnet.traces Transactions can trigger smaller atomic actions that modify the internal state of an Ethereum Virtual Machine. Information about the execution of these actions is logged and can be found stored as an EVM execution trace, or just a trace. In Etherscan these are referred to as internal transactions.

Columns

NameTypeDescription
idvarcharN/A
block_hashvarcharA unique identifier for that block
block_numberintegerThe length of the blockchain in blocks
timestampintegerThe block time
block_timedateThe time when the block was mined
parent_tx_hashvarcharThe unique identifier for the prior block
fromvarcharAddress of the sender
tovarcharAddress of the receiver. null when its a contract creation transaction
inputvarcharThe bytecode of the call that is made to another smart contract
outputvarcharThe bytecode answer the smart contract that was called gives back.
valuevarcharThe amount of [chain_gas_token] sent in this transaction
call_typevarcharCan be staticcall, delegatecall or call
trace_idvarcharN/A
gasdecimal(38,0)Gas provided with the message call
gas_useddecimal(38,0)The gas consumed by the transaction in wei
statusbooleanN/A
errorvarcharThe error message the EVM throws if the execution of one of a contract's instructions fails.
ymvarcharYear month