Expand description
EVM inspectors.
Re-exportsยง
pub use foundry_cheatcodes as cheatcodes;
Modulesยง
- chisel_
state ๐ - logs ๐
- stack ๐
Structsยง
- An [Inspector] that collects touched accounts and storage slots.
- An EVM inspector that handles calls to various cheatcodes, each with their own behavior.
- Additional, configurable context the
Cheatcodes
inspector has access to - An inspector for Chisel
- An inspector that can fuzz and collect data for that effect.
- The collected results of
InspectorStack
. - An inspector that calls multiple inspectors in sequence.
- An inspector that collects logs during execution.
- An inspector that collects call traces.
- Gives guidance to the TracingInspector.
Enumsยง
- How much of the stack to record. Nothing, just the items pushed, or the full stack