Skip to main content

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.

tokenAddress
String!
Token contract address.
networkId
Int!
Network id the token is deployed on.
blockHash
String!
Hash of the block the event is in.
blockNumber
Int!
Block number.
id
String!
Per-event id in tokenAddress:networkId form.
logIndex
Int!
Log index of the originating Transfer / Mint / Burn log within the block.
maker
String
Wallet address that performed the transaction. Null when the maker cannot be derived (e.g. some Solana edge cases).
timestamp
Int!
Unix timestamp (seconds) of the block.
transactionHash
String!
Originating transaction hash.
transactionIndex
Int!
Index of the transaction within the block.
eventType
TokenLifecycleEventType!
MINT or BURN. See TokenLifecycleEventType.
data
TokenLifecycleEventData!
Mint- or burn-specific data, returned as a union (TokenMintEventData | TokenBurnEventData). Resolve with an inline fragment per member. See TokenLifecycleEventData.