Skip to main content

Table Details

PropertyValue
Table Namestacks.raw.events
Table StatusProduction-Ready
Unique Keytx_id, event_index
Clustering Key(s)to_date("burn_block_time")

Table Columns

Column NameData TypeDescription
block_hashVARCHAR(16777216)The hash of the block containing the event.
block_heightNUMBER(38,0)The height of the block containing the event.
burn_block_timeTIMESTAMP_NTZ(9)Timestamp when the corresponding burn block was mined.
event_indexNUMBER(38,0)Index of the event within the transaction.
event_typeVARCHAR(16777216)Type of the event (e.g., smart_contract_log, stx_lock, fungible_asset).
tx_idVARCHAR(16777216)The unique identifier or hash of the transaction associated with the event.
event_contentsVARIANTContents of the event.
_created_atTIMESTAMP_NTZ(9)Timestamp of the entry creation.
_updated_atTIMESTAMP_NTZ(9)Timestamp of the entry update.