Skip to main content

Table Details

PropertyValue
Table Nameprovenance.raw.events
Table StatusProduction-Ready
Unique Keytransaction_hash, event_index
Clustering Key(s)to_date("block_timestamp")
Search Optimizationtype

Table Columns

Column NameData TypeDescription
block_hashVARCHAR(16777216)The hash of the block containing the transaction.
block_numberNUMBER(38,0)The number of the block in the blockchain.
block_timestampTIMESTAMP_NTZ(9)The timestamp when the block was created.
transaction_hashVARCHAR(16777216)The hash of the transaction.
transaction_indexNUMBER(38,0)The index of the transaction within the block.
event_indexNUMBER(38,0)The index of the event within the transaction.
typeVARCHAR(16777216)The type of event (e.g., coin_received).
event_attributes_countNUMBER(38,0)The number of attributes associated with the event.
_created_atTIMESTAMP_NTZ(9)The timestamp when the event was recorded in the table.
_updated_atTIMESTAMP_NTZ(9)The timestamp when the event data was last updated.