Table Columns

Unique Key: trace_id

Column NameData TypeDescription
call_typeVARCHARThe type of method such as call, delegatecall, staticcall. Learn more here.
caller_addressVARCHARThe address of the account or contract that initiated this call.
class_hashVARCHARThe hash of the contract class being called, if applicable.
contract_addressVARCHARThe address of the contract being called.
entry_point_typeVARCHARThe type of entry point (e.g., ‘EXTERNAL’, ‘CONSTRUCTOR’, ‘L1_HANDLER’).
entry_point_selectorVARCHARThe selector of the entry point function being called.
calldataVARIANTThe calldata passed to this function call.
resultVARIANTThe return value of this function call.
messagesVARIANTArray of messages sent during this call.
eventsVARIANTArray of events emitted during this call.
trace_addressVARCHARThe address of the trace within the call graph.
subtrace_countBIGINTNumber of subtraces (nested calls) within this trace.
storage_diff_countBIGINTNumber of storage changes made during this call.
is_revertedBOOLEANWhether this call was reverted.
revert_reasonVARCHARThe reason for the revert, if applicable.
l1_data_gasBIGINTThe L1 data gas consumed by this call.
l1_gasBIGINTThe L1 gas consumed by this call.
l2_gasBIGINTThe L2 gas consumed by this call.
fee_transfer_invocationVARIANTData related to fee transfer invocation, if applicable.
validate_invocationVARIANTData related to validation invocation, if applicable.
constructor_invocationVARIANTData related to constructor invocation, if applicable.
function_invocationVARIANTData related to function invocation, if applicable.
state_diffVARIANTChanges to the state made during this call.
block_numberBIGINTThe length of the chain, in blocks.
block_timestampTIMESTAMP_NTZ(9)The time when the block that contains this trace was included on the blockchain.
block_hashVARCHARUnique identifier of the block that includes this trace.
transaction_hashVARCHARUnique identifier of the transaction that this trace belongs to.
transaction_indexBIGINTThe position of this transaction in the block that it belongs to. The first transaction has index 0.
transaction_typeVARCHARThe type of transaction that contained this trace.
trace_idVARCHARUnique identifier for this trace. Generated by combining the trace_type, transaction_hash, and trace_address.
_created_atTIMESTAMP_NTZ(9)Timestamp of the entry creation.
_updated_atTIMESTAMP_NTZ(9)Timestamp of the entry update.