[SimulateTokenContractResult!]!
The recorded analyses in this page.
See SimulateTokenContractResult
Show Properties
Show Properties
String!
String!
String!
String!
String!
Recorded analysis block number, encoded as a string. An empty string indicates an unavailable block number.
Int!
Int!
Analysis input mode: 0 for deployment input, 1 for creation transaction, and 2 for a live contract.
Int!
Unix timestamp in seconds recorded when the analysis request was created.
SimulateTokenContractResultStatusEnum!
AnalysisVerdictEnum
Analysis verdict (orthogonal to status). Null on legacy rows written before verdicts existed.
See AnalysisVerdictEnum
String
Human-readable reason a verdict is INDETERMINATE (e.g. low/no liquidity). Null otherwise.
SimulateTokenContractErrors!
See SimulateTokenContractErrors
Show Properties
Show Properties
String
SimulateTokenErrorsType!
SimulateDeployErrorsType!
SimulateContractBalanceErrorsType!
SimulateLiquidityErrorsType!
SimulateTransferErrorsType!
SimulateSwapErrorsType!
SimulateOwnerErrorsType!
SimulateCreatorErrorsType!
String!
The simulationId returned when the request was submitted.
SimulateTokenType!
SimulateDeployType!
SimulateContractBalanceType!
SimulateLiquidityType!
See SimulateLiquidityType
Show Properties
Show Properties
SimulateTransferType!
SimulateSwapType!
See SimulateSwapType
Show Properties
Show Properties
Boolean
Buy outcome inferred from recorded errors. Do not use this flag alone: pending or incomplete records may have no errors. Inspect verdict and status.
String
Current analyzer: buy tax as a decimal fraction encoded as a string (0.05 means 5%). Legacy simulation rows used percentage values and a different sign convention; values are returned without normalization. Null when unavailable.
String
Gas units consumed by the simulated buy, encoded as an integer string. Null when not recorded.
String
Legacy detected buy limit in decimal-adjusted token units. Null when a limit was not recorded; this does not prove unrestricted buying.
Boolean
Sell outcome inferred from recorded errors. Do not use this flag alone: pending or incomplete records may have no errors. Inspect verdict and status.
String
Current analyzer: sell tax as a decimal fraction encoded as a string (0.05 means 5%). Legacy simulation rows used percentage values and a different sign convention; values are returned without normalization. Null when unavailable.
String
Gas units consumed by the simulated sell, encoded as an integer string. Null when not recorded.
String
Current analyzer: detected sell limit in raw token units. Legacy simulations used decimal-adjusted token units. Null when a limit was not recorded; this does not prove unrestricted selling.
SimulateOwnerType!
SimulateCreatorType!
String
Opaque pagination cursor. Pass as cursor on the next query; null when no further page is available.
Used By
Returned by- getSimulateTokenContractResults: 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.