Simulation
Reference functions grouped under Simulation, with signatures, examples, and metadata generated from the Determica catalog.
- assume_code Declares exact EVM runtime bytecode used to evaluate a PROGRAM offline.Scalar
- assume_native_balance Declares an exact native-token balance used to evaluate a PROGRAM offline.Scalar
- assume_no_code Declares that an account has no EVM runtime bytecode.Scalar
- assume_nonce Declares an exact account nonce used to evaluate a PROGRAM offline.Scalar
- assume_storage Declares an exact contract storage-slot value used to evaluate a PROGRAM offline.Scalar
- call_context Builds the optional EVM-visible context attached to one PROGRAM call step.Scalar
- execute_call Builds one raw EVM call step for sequential, non-atomic PROGRAM execution.Scalar
- execute_contract Builds one ABI-encoded contract call step for sequential, non-atomic PROGRAM execution.Scalar
- execution_evidence Builds a versioned execution dossier.Scalar
- observation_fact Labels an address without reading state.Scalar
- observe Schedules one logical keyed READ at the pre and terminal checkpoints.Scalar
- observe_after_step Schedules a READ at one retained post-step checkpoint.Scalar
- program Builds a sequential, non-atomic EVM PROGRAM from typed assumptions and call steps.Scalar
- run Executes candidate EVM programs sequentially against exact CLIENT state, then atomically publishes compact receipts and auditable local evidence. It never submits transactions or mutates the connected chain.Table