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
valueBIGINTTransaction 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
gasBIGINTGas limit of the trace call
gas_usedBIGINTAmount 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
_ingested_atTIMESTAMP_NTZ(9)Timestamp when the upstream record was ingested
_created_atTIMESTAMP_NTZ(9)Timestamp when the record was created.
_updated_atTIMESTAMP_NTZ(9)Timestamp when the record was last updated.