Expand description
Cast is a Swiss Army knife for interacting with Ethereum applications from the command line.
Modules§
- args
- base
- Number base parsing and formatting for the
castconversion commands. - call_
spec - Call specification parsing for batch transactions.
- cmd
castsubcommands.- core
- foundry-evm-core
- coverage
- foundry-evm-coverage
- debug 🔒
- executors
- EVM executor abstractions, which can execute calls.
- fuzz
- foundry-evm-fuzz
- hardforks
- EVM hardfork definitions for Foundry.
- inspectors
- EVM inspectors.
- opts
- revm
- Revm is a Rust EVM implementation.
- rlp_
converter 🔒 - rpc_
trace - Conversion from geth
callTraceroutput into aCallTraceArena. - tempo
- Tempo transaction helpers used by Cast-facing commands.
- traces
- foundry-evm-traces
- tx
Macros§
- call_
inspectors - Helper macro to call the same method on multiple inspectors without resorting to dynamic dispatch.
Structs§
- EvmEnv
- Container type that holds both the configuration and block environment for EVM execution.
Traits§
- Foundry
Inspector Ext - A combined inspector trait that integrates revm’s
Inspectorwith Foundry-specific extensions. Automatically implemented for any type that implements bothInspector<CTX>andInspectorExt. - Inspector
Ext - Foundry-specific inspector methods, decoupled from any particular EVM context type.