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.
- either_
evm - env
- evm
- fork
- hardfork
- ic
- opts
- precompiles
- state_
snapshot - Support for snapshotting different states
- utils
Traits§
- EthInspector
Ext - Combined trait:
Inspector<Context<...>>+FoundryInspectorExt. - Foundry
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)