Table Columns

Unique Key: unique_id

Column NameData TypeDescription
contract_addressVARCHARThe address of the contract that sent or received this message.
entry_point_selectorVARCHARThe selector of the entry point function associated with this message.
from_addressVARCHARThe address that sent this message.
to_addressVARCHARThe address that received this message.
message_hashVARCHARUnique hash identifier for this message.
message_indexBIGINTThe position of this message within the transaction that sent it.
message_sourceVARCHARThe source of the message (e.g., ‘L1’, ‘L2’).
nonceBIGINTThe nonce associated with this message for ordering and uniqueness.
payloadVARIANTThe data payload of the message.
typeVARCHARThe type of message (e.g., ‘L1_TO_L2’, ‘L2_TO_L1’).
execution_statusVARCHARThe execution status of the message (e.g., ‘SUCCEEDED’, ‘REVERTED’).
finality_statusVARCHARThe finality status of the message (e.g., ‘ACCEPTED_ON_L1’, ‘ACCEPTED_ON_L2’).
versionBIGINTThe version of the message format.
block_numberBIGINTThe block number where this message was processed.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block where this message was processed.
block_hashVARCHARThe hash of the block where this message was processed.
transaction_hashVARCHARThe hash of the transaction that sent this message.
transaction_indexBIGINTThe index of the transaction within its block.
unique_idVARCHARUnique identifier for this message
_created_atTIMESTAMP_NTZ(9)Timestamp when the record was created.
_updated_atTIMESTAMP_NTZ(9)Timestamp when the record was last updated.