Table Description

This table contains data about message-related events in the Noble blockchain, including message types, attributes, and associated metadata.

Table Schema

Column nameDescriptionType
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
tx_idThe hash of the transaction where the event occurred.varchar
tx_indexThe index of the transaction in the block.bigint
message_indexThe index of the message in the transaction.bigint
event_indexA unique index for events within the message.bigint
event_typeThe type of event that was triggered.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