Events

Events are occurrences triggered by transactions, providing information about state changes or other notable actions on the blockchain.

Table Columns

Column NameDescription

bcs

The Binary Canonical Serialization (BCS) of the event.

checkpoint_digest

The digest of the checkpoint associated with the event.

checkpoint_sequence

The sequence number of the checkpoint.

checkpoint_timestamp

The timestamp of the checkpoint.

event_seq

The sequence number of the event.

tx_digest

The digest of the transaction associated with the event.

package_id

The ID of the package that emitted the event.

parsed_json

The parsed JSON data of the event.

sender

The sender of the event.

transaction_block_status

The status of the transaction block.

transaction_module

The module of the transaction that emitted the event.

type

The type of event.

_created_at

Timestamp of the entry creation.

_updated_at

Timestamp of the entry update.

Last updated