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: block_number, transaction_hash, event_index

Column NameDescription
block_hashThe hash of the block containing the transaction.
block_numberThe number of the block in the blockchain.
block_timestampThe timestamp when the block was created.
transaction_hashThe hash of the transaction.
transaction_indexThe index of the transaction within the block.
event_indexThe index of the event within the transaction.
typeThe type of event (e.g., coin_received).
event_attributes_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.