Skip to main content

Module stack

Module stack 

Source

StructsΒ§

InnerContextData
Contains data about the state of outer/main EVM which created and invoked the inner EVM context. Used to adjust EVM state while in inner context.
InspectorData
The collected results of InspectorStack.
InspectorStack
An inspector that calls multiple inspectors in sequence.
InspectorStackBuilder
InspectorStackInner
All used inspectors besides Cheatcodes.
InspectorStackRefMut
Struct keeping mutable references to both parts of InspectorStack and implementing [revm::Inspector]. This struct can be obtained via InspectorStack::as_mut.
IsolatedGas πŸ”’
Gas accounting carried across an isolated frame’s synthetic transaction boundary.
PendingCallTrace πŸ”’
PendingCreate2Redirect πŸ”’

EnumsΒ§

OpcodeStepDispatch πŸ”’

FunctionsΒ§

arbitrum_call_outcome πŸ”’
compute_batch_create_salt πŸ”’
Derive the CREATE2 salt used by --batch CREATE rewrites.
handle_arbitrum_system_call πŸ”’