Skip to main content

Table Description

Contains event logs emitted by Cadence smart contracts on the Flow blockchain.

Column Descriptions

ColumnTypeDescription
block_datedateThe date of the event
timestamptimestampTimestamp when the event was emitted
block_heightbigintThe block number containing this event
block_hashstringHash of the block containing this event
transaction_hashstringHash of the transaction that emitted this event
log_indexbigintIndex of the event within the transaction
topicsarray<string>Array of indexed event topics
datastringEvent data payload
chain_specificstringChain-specific metadata in JSON format
_updated_attimestampTimestamp when the record was last updated
_ingested_attimestampTimestamp when the record was ingested

Table Sample