API Reference#

verbs.abi

Generate ABI types from ABI JSON

verbs.batch_runner

Batch simulation runner

verbs.sim

Simulation runner and agent interface

verbs.utils

Ethereum ABI and numerical utilities

The verbs.envs module also exposes simulation environments implemented in Rust:

verbs.envs.EmptyEnvRandom

Simulation environment initialised with an empty in-memory database

verbs.envs.EmptyEnvGasPriority

Simulation environment initialised with an empty in-memory database

verbs.envs.ForkEnvRandom

Simulation environment initialised with a fork backend

verbs.envs.ForkEnvGasPriority

Simulation environment initialised with a fork backend