Structs§
- IcPcMap
- Map from instruction counter to program counter.
- Instruction
- Represents a single instruction consisting of the opcode and its immediate data.
- PcIcMap
- Maps from program counter to instruction counter.
Functions§
- apply_
chain_ and_ block_ specific_ env_ changes - Depending on the configured chain id and block number this should apply any specific changes
- configure_
tx_ env - Configures the env for the given RPC transaction.
Accounts for an impersonated transaction by resetting the
env.tx.caller
field totx.from
. - configure_
tx_ req_ env - Configures the env for the given RPC transaction request.
impersonated_from
is the address of the impersonated account. This helps account for an impersonated transaction by resetting theenv.tx.caller
field toimpersonated_from
. - create2_
handler_ register - Used for routing certain CREATE2 invocations through CREATE2_DEPLOYER.
- decode_
instructions - Decodes raw opcode bytes into
Instruction
s. - gas_
used - Get the gas used, accounting for refunds
- get_
create2_ 🔒factory_ call_ inputs - get_
function - Given an ABI and selector, it tries to find the respective function.
- new_
evm_ with_ existing_ context - new_
evm_ with_ inspector - Creates a new EVM with the given inspector.
- odyssey_
handler_ register - Adds Odyssey P256 precompile to the list of loaded precompiles.
Type Aliases§
- State
Changeset - EVM State is a mapping from addresses to accounts.