Table description

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

Column Descriptions

Column nameData TypeDescription
block_datedateThe date of the block.
block_heightbigintThe height of the block where the event occurred.
block_timestamptimestamp(3) with time zoneTimestamp when the block was validated.
chain_idvarcharThe ID of the chain where the block belongs.
event_indexbigintA unique index for events within the block.
event_typevarcharThe type of event that was triggered.
event_sourcevarcharThe source of the event.
attribute_keyvarcharThe key of the event attribute.
attribute_valuevarcharThe value of the event attribute.
attribute_indexbigintA unique index for attributes within the event.
updated_attimestamp(3) with time zoneTimestamp of when the record was last updated.
ingested_attimestamp(3) with time zoneTimestamp of when the record was ingested into Dune.

Table Sample