Boolean!
Whether the request was queued and its pending record saved. This does not indicate analysis completion or token safety.
String
The request identifier. Match it against a result uuid, or pass it to getSimulateTokenContractResults.
String
Submission failure message when result is false. Cooldown errors are returned as GraphQL errors instead.
Used By
Returned by- simulateTokenContract: 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.