Expand description
EVM inspectors.
Re-exports§
pub use foundry_cheatcodes as cheatcodes;
Modules§
- chisel_
state 🔒 - logs 🔒
- stack 🔒
Structs§
- Access
List Inspector - An [Inspector] that collects touched accounts and storage slots.
- Cheatcodes
- An EVM inspector that handles calls to various cheatcodes, each with their own behavior.
- Cheats
Config - Additional, configurable context the
Cheatcodes
inspector has access to - Chisel
State - An inspector for Chisel
- Coverage
Collector - Inspector implementation for collecting coverage information.
- Fuzzer
- An inspector that can fuzz and collect data for that effect.
- Inspector
Data - The collected results of
InspectorStack
. - Inspector
Stack - An inspector that calls multiple inspectors in sequence.
- Inspector
Stack Builder - LogCollector
- An inspector that collects logs during execution.
- Tracing
Inspector - An inspector that collects call traces.
- Tracing
Inspector Config - Gives guidance to the TracingInspector.
Enums§
- Stack
Snapshot Type - How much of the stack to record. Nothing, just the items pushed, or the full stack