Expand description
§cast
Cast is a command-line tool for performing Ethereum RPC calls. You can make smart contract calls, send transactions, or retrieve any type of chain data - all from your command-line!
For more information, see the 📖 Foundry Book (Cast Guide).
Modules§
- Module containing a contract’s types and functions.
- Foundry’s main executor backend abstraction and implementation.
- foundry-evm-coverage
- Various utilities to decode test results.
- Errors for this crate
- EVM executor abstractions, which can execute calls.
- foundry-evm-fuzz
- EVM inspectors.
- Revm is a Rust EVM implementation.
- foundry-evm-traces
Macros§
- Helper macro to call the same method on multiple inspectors without resorting to dynamic dispatch.
Structs§
Traits§
- An extension trait that allows us to add additional hooks to Inspector for later use in handlers.
Functions§
- strip_
0x 🔒