Flipside Docs
Search
⌃K

Events

Column
Type
Description
tx_id
TEXT
ID for the transaction.
block_timestamp
TIMESTAMP_NTZ
The date and time for when the block was written.
block_height
NUMBER
The block height the block was recorded at.
tx_succeeded
BOOLEAN
Transaction status, if it succeeded or failed.
event_index
NUMBER
The index of the event within the transaction, i.e. in what order the events occurred.
event_contract
TEXT
The contract called for this event. This is equivalent to the Contract column on Flowscan and is a concatenation of the contract's account address and primary name.
event_type
TEXT
The type of method called on the event_contract. This is equivalent to the Type column on Flowscan.
event_data
OBJECT
The data passed to the event
dbt Docs
dbt Docs
Full Documentation for Core Events