πŸ“‘Events

The tokens module emits events for all message operations to enable blockchain monitoring and external application integration.

Event Categories

Standard Message Events

All message handlers emit sdk.EventTypeMessage events with message-specific attributes.

Indexer Events

Duplicate events with type "indexer" for external application consumption.

Transfer Events

Detailed events for transfer operations including approval usage and challenge tracking.

IBC Events

Events for cross-chain operations with acknowledgment handling.

Standard Message Events

Collection Management

CreateCollection

UpdateCollection

UniversalUpdateCollection

DeleteCollection

Token Transfers

TransferTokens

User Approvals

UpdateUserApprovals

Address Lists

CreateAddressLists

Dynamic Stores

CreateDynamicStore

UpdateDynamicStore

DeleteDynamicStore

SetDynamicStoreValue

IncrementStoreValue

DecrementStoreValue

Transfer Events

Approval Usage

Challenge Events

Dynamic Approval Events

IBC Events

Packet Events

Last updated