Skip to main content
Schema: blast.core Table: fact_decoded_event_logs Type: View This table is being deprecated for standardization purposes. Please update your queries to use ez_decoded_event_logs instead by March 10, 2025.

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERAlso known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block was produced.
TX_HASHTEXTTransaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events.
EVENT_INDEXNUMBEREvent number within a transaction.
CONTRACT_ADDRESSTEXTThe address interacted with for a given event.
EVENT_NAMETEXTThe name of the event, as defined in the contract ABI.
DECODED_LOGOBJECTThe flattened decoded log, where the keys are the names of the event parameters, and the values are the values of the event parameters.
FULL_DECODED_LOGVARIANTThe full decoded log, including the event name, the event parameters, and the data type of the event parameters.
FACT_DECODED_EVENT_LOGS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.