Events are objects that provide information about an application’s execution. They are primarily used by service providers such as block explorers and wallets to monitor message execution and index transactions.

Table Columns

Unique key: transaction_hash, event_index

Column NameDescription
block_heightThe sequential number of the block in the blockchain.
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_indexThe index of the event within the transaction.
typeThe type of event (e.g., coin_received).
event_attribute_countThe number of attributes associated with the event.
_created_atThe timestamp when the event was recorded in the table.
_updated_atThe timestamp when the event data was last updated.