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

# SimulateDeployInput

> Legacy deployment simulation input. The current analyzer records a failure for this mode. SimulateDeployInput input object reference: every field and its type.

<div data-generated>
  ## GraphQL

  ```
  input SimulateDeployInput {
    networkId: Int!
    blockNumber: Int!
    contractAddress: String!
    contractInput: String!
  }
  ```

  ### Used By

  **Used as input by**

  * [simulateTokenContract](/api-reference/mutations/simulatetokencontract.md): Queues asynchronous token analysis. Use simulateLiveContractInput; legacy deployment and creation-transaction modes are not supported by the current analyzer. A successful response acknowledges submission, not a trading verdict. Retrieve the outcome with getSimulateTokenContractResults. Non-admin requests have a five-minute cooldown per token and network; a cooldown violation raises TOO\_MANY\_REQUESTS.
</div>
