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.

This union can be one of the following types (see Object Types for full field definitions): Use inline fragments in your query to request fields from a specific member:
data {
  __typename
  ... on TokenMintEventData {
    amount
    totalSupply
    circulatingSupply
  }
  ... on TokenBurnEventData {
    amount
    totalSupply
    circulatingSupply
  }
}
Returned as the data field on every TokenLifecycleEvent.