Table Description

This table contains data about block-level events and attributes in the Noble blockchain, including event types, sources, and associated metadata. The schema is modeled after Sei’s Cosmos block events but adapted for Noble’s context.

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