> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# TokenMintEventData

> Token mint event data.

<div data-generated>
  ## GraphQL

  ```
  type TokenMintEventData {
    amount: String!
    totalSupply: String
    circulatingSupply: String
  }
  ```

  ### Used By

  **Returned by**

  * [onTokenLifecycleEventsCreated](/api-reference/subscriptions/ontokenlifecycleeventscreated.md) *(deprecated)*: Live-streamed token lifecycle events (mints and burns).
  * [tokenLifecycleEvents](/api-reference/queries/tokenlifecycleevents.md) *(deprecated)*: Returns a list of token lifecycle events.
</div>
