Table Columns

Unique Key: unique_id

Column NameData TypeDescription
from_addressVARCHARThe address of the contract that emitted this event.
keysVARIANTArray of event keys (topics) that identify the event type and indexed parameters.
dataVARIANTArray of event data containing the non-indexed parameters of the event.
event_indexBIGINTThe position of this event within the transaction that emitted it.
block_numberBIGINTThe block number where this event was emitted.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block where this event was emitted.
block_hashVARCHARThe hash of the block where this event was emitted.
transaction_hashVARCHARThe hash of the transaction that emitted this event.
transaction_indexBIGINTThe index of the transaction within its block.
unique_idVARCHARUnique identifier for this event
_created_atTIMESTAMP_NTZ(9)Timestamp when the record was created.
_updated_atTIMESTAMP_NTZ(9)Timestamp when the record was last updated.