Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Token contract address.
Network id the token is deployed on.
Hash of the block the event is in.
Block number.
Per-event id in
tokenAddress:networkId form.Log index of the originating Transfer / Mint / Burn log within the block.
Wallet address that performed the transaction. Null when the maker cannot be derived (e.g. some Solana edge cases).
Unix timestamp (seconds) of the block.
Originating transaction hash.
Index of the transaction within the block.
MINT or BURN. See TokenLifecycleEventType.Mint- or burn-specific data, returned as a union (TokenMintEventData | TokenBurnEventData). Resolve with an inline fragment per member. See TokenLifecycleEventData.