Skip to main content
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.