Skip to main content

Table Details

PropertyValue
Table Namestarknet.raw.events
Table StatusProduction-Ready
Unique Keyblock_timestamp, transaction_hash, event_index
Clustering Key(s)to_date("block_timestamp")
Search Optimizationfrom_address

Table Columns

Column NameData TypeDescription
from_addressVARCHAR(16777216)The 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_indexNUMBER(38,0)The position of this event within the transaction that emitted it.
block_numberNUMBER(38,0)The block number where this event was emitted.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block where this event was emitted.
block_hashVARCHAR(16777216)The hash of the block where this event was emitted.
transaction_hashVARCHAR(16777216)The hash of the transaction that emitted this event.
transaction_indexNUMBER(38,0)The index of the transaction within its block.
unique_idVARCHAR(16777216)Unique 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.