Structs§
- Map from instruction counter to program counter.
- Represents a single instruction consisting of the opcode and its immediate data.
- Maps from program counter to instruction counter.
Functions§
- Adds Alphanet P256 precompile to the list of loaded precompiles.
- Depending on the configured chain id and block number this should apply any specific changes
- Configures the env for the given RPC transaction.
- Configures the env for the given RPC transaction request.
- Used for routing certain CREATE2 invocations through DEFAULT_CREATE2_DEPLOYER.
- Decodes raw opcode bytes into
Instruction
s. - Get the gas used, accounting for refunds
- Given an ABI and selector, it tries to find the respective function.
- Creates a new EVM with the given inspector.
Type Aliases§
- EVM State is a mapping from addresses to accounts.