Table description

Contains all block-level events and attributes in the chain, partitioned by event_index.

Column Descriptions

ColumnDescriptionType
block_dateThe date of the block.date
block_heightThe height of the block where the event occurred.bigint
block_timestampTimestamp when the block was validated.timestamp(3) with time zone
chain_idThe ID of the chain where the block belongs.varchar
event_indexA unique index for events within the block.bigint
event_typeThe type of event that was triggered.varchar
event_sourceThe source of the event.varchar
attribute_keyThe key of the event attribute.varchar
attribute_valueThe value of the event attribute.varchar
attribute_indexA unique index for attributes within the event.bigint
updated_atTimestamp of when the record was last updated.timestamp(3) with time zone
ingested_atTimestamp of when the record was ingested into Dune.timestamp(3) with time zone

Table Sample