Expand description
§foundry-evm-core
Core EVM abstractions.
Re-exports§
pub use env::*;
Modules§
- abi
- backend
- Foundry’s main executor backend abstraction and implementation.
- buffer
- bytecode
- constants
- decode
- Various utilities to decode test results.
- env
- evm
- fork
- hardfork
- ic
- opts
- precompiles
- state_
snapshot - Support for snapshotting different states
- tempo
- Tempo precompile and contract initialization for Foundry.
- utils
Traits§
- Foundry
Inspector Ext - A combined inspector trait that integrates revm’s [
Inspector] with Foundry-specific extensions. Automatically implemented for any type that implements both [Inspector<CTX>] andInspectorExt. - Inspector
Ext - Foundry-specific inspector methods, decoupled from any particular EVM context type.
Type Aliases§
- Breakpoints
- Map keyed by breakpoints char to their location (contract address, pc)