> ## 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.

# TokenLifecycleEventsQueryInput

> Input type of `tokenLifecycleEvents` query.

<div data-generated>
  ## GraphQL

  ```
  input TokenLifecycleEventsQueryInput {
    address: String!
    networkId: Int!
  }
  ```

  ### Used By

  **Used as input by**

  * [tokenLifecycleEvents](/api-reference/queries/tokenlifecycleevents.md) *(deprecated)*: Returns a list of token lifecycle events.
</div>
