Expand description
§foundry-evm
Main Foundry EVM backend abstractions.
Re-exports§
pub use foundry_evm_coverage as coverage;
pub use foundry_evm_fuzz as fuzz;
pub use foundry_evm_traces as traces;
Modules§
- backend
- Foundry’s main executor backend abstraction and implementation.
- constants
- decode
- Various utilities to decode test results.
- executors
- EVM executor abstractions, which can execute calls.
- fork
- inspectors
- EVM inspectors.
- opts
- utils
Macros§
- call_
inspectors - Helper macro to call the same method on multiple inspectors without resorting to dynamic dispatch.
Traits§
- Inspector
Ext - An extension trait that allows us to add additional hooks to Inspector for later use in handlers.