Cosmos SDK event attributes are key-value pairs that provide more detailed information about a categorized event. These attributes help filter and identify specific aspects of an event.

Table Columns

Unique key: transaction_hash, event_index, event_attribute_index

Column NameDescription
block_heightThe sequential number of the block in the chain.
block_timestampThe timestamp when the block was created.
block_hashThe hash of the block containing the transaction.
transaction_hashThe hash of the transaction.
transaction_indexThe index of the transaction within the block.
message_indexThe index of the message within the transaction.
message_actionThe action performed by the message.
event_typeThe type of event (e.g., message).
event_indexThe index of the event within the transaction.
event_attribute_indexThe index of the attribute within the event.
keyThe key of the event attribute (e.g., module).
valueThe value of the event attribute.
indexBoolean flag indicating if attribute is indexed.
_created_atThe timestamp when the entry was created.
_updated_atThe timestamp when the entry was updated.