Table Columns

Unique Key:

Column NameData TypeDescription
consensus_timestampTIMESTAMP_NTZ(9)The consensus timestamp when the log was generated
transaction_idVARCHARUnique identifier for the transaction that generated this log
transaction_nonceBIGINTNonce of the transaction
log_indexBIGINTIndex of the log within the transaction
payer_account_idVARCHARAccount ID of the account that paid for the transaction
addressVARCHARContract address that generated the log
contract_idVARCHARContract ID that generated the log
dataVARCHARLog data (hex encoded)
topic0VARCHARFirst topic (event signature)
topic1VARCHARSecond topic (first indexed parameter)
topic2VARCHARThird topic (second indexed parameter)
topic3VARCHARFourth topic (third indexed parameter)
bloomVARCHARBloom filter for the log
consensus_timestamp_rawDECIMAL(29,9)Raw consensus timestamp as decimal
block_numberBIGINTBlock number containing this log
block_hashVARCHARHash of the block containing this log
transaction_indexBIGINTIndex of the transaction within the block
transaction_resultVARCHARResult of the transaction
extra_evm_fieldsVARIANTAdditional EVM-specific fields
_created_atTIMESTAMP_NTZ(9)Timestamp when this record was created
_updated_atTIMESTAMP_NTZ(9)Timestamp when this record was last updated