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

# SimulateTokenType

> Result of a token contract. Reference for the SimulateTokenType type in the Codex API: every field, its type, and the operations that return it.

<div data-generated>
  ## GraphQL

  ```
  type SimulateTokenType {
    contractAddress: String!
    tokenSymbol: String
    decimals: Int
    tokenName: String
    totalSupply: String
    canTransferOwnership: Boolean
    canRenounceOwnership: Boolean
    isOwnerRenounced: Boolean
  }
  ```

  ### Used By

  **Returned by**

  * [getSimulateTokenContractResults](/api-reference/queries/getsimulatetokencontractresults.md): Returns recorded token analyses, including pending and failed requests. Results are ordered by block number descending, then request timestamp descending. Use simulationId to retrieve a specific request.
  * [onSimulateTokenContract](/api-reference/subscriptions/onsimulatetokencontract.md): Live-streamed published analysis results for a token, across all simulation IDs. This is not a complete request-status stream: use getSimulateTokenContractResults to check pending, failed or indeterminate outcomes.
</div>
