EVM Traces Transfers

Not all EVM-compatible blockchains support this table. EVM-Transfers table only applies for Arbitrum-Orbit blockchains, e.g. Degen, Re.al, Gravity.

EVM Traces Transfers

Table tracking detailed EVM transfers that occur before and after transaction execution, including fee payments, refunds, and other transfers.

Table Columns

Unique Key: unique_id

Column NameData TypeDescription
bet_indexBIGINTArray index of the before-execution transfer
bet_from_addressVARCHARAddress initiating the transfer before execution
bet_purposeVARCHARPurpose of the before-execution transfer (e.g., ‘feePayment’)
bet_value_hexVARCHARHexadecimal value of the before-execution transfer in Wei
bet_valueNUMERICDecimal value of the before-execution transfer in Wei
aet_indexBIGINTArray index of the after-execution transfer
aet_to_addressVARCHARAddress receiving the transfer after execution
aet_purposeVARCHARPurpose of the after-execution transfer (e.g., ‘gasRefund’)
aet_value_hexVARCHARHexadecimal value of the after-execution transfer in Wei
aet_valueNUMERICDecimal value of the after-execution transfer in Wei
transaction_hashVARCHARHash of the transaction
transaction_indexBIGINTPosition of the transaction in the block
from_addressVARCHARTransaction sender address
to_addressVARCHARTransaction recipient address
valueVARCHARTransaction value
inputVARCHARTransaction input data
outputVARCHARTransaction output data
trace_typeVARCHARType of trace (e.g., ‘call’)
call_typeVARCHARType of call if applicable
reward_typeVARCHARType of reward if applicable
gasNUMERICGas limit of the trace call
gas_usedNUMERICAmount of gas used
subtracesBIGINTNumber of sub-traces
trace_addressVARCHARAddress path of the trace
errorVARCHARError message if any
statusBIGINTStatus of the transaction
block_timestampTIMESTAMP_NTZ(9)Block timestamp
block_numberBIGINTBlock number
block_hashVARCHARHash of the block
trace_idVARCHARUnique identifier for the trace
selectorVARCHARFunction selector
before_evm_transfersVARIANTJSON array of transfers before execution
after_evm_transfersVARIANTJSON array of transfers after execution
unique_idVARCHARUnique identifier for the transfer record