Modules§
- abi 🔒
- cmd 🔒
- suggestions 🔒
- Helper functions for suggesting alternative values for a possibly erroneous user input.
Structs§
- Git
- Trace
Result - A slimmed down return from the executor used for returning minimal trace + gas metering info
Constants§
- STATIC_
FUZZ_ SEED - Deterministic fuzzer seed used for gas snapshots and coverage reports.
Traits§
- Command
Utils - Useful extensions to
std::process::Command
. - Foundry
Path Ext - Useful extensions to
std::path::Path
. - Load
Config - Helpers for loading configuration.
Functions§
- abi_
to_ solidity - block_
on - Runs the
future
in a new [tokio::runtime::Runtime
] - cache_
local_ signatures - Traverse the artifacts in the project to generate local signatures and merge them into the cache file.
- did_
you_ mean - Filters multiple strings from a given list of possible values which are similar
to the passed in value
v
within a certain confidence by least confidence. - enable_
paint - Sets the default [
yansi
] color output condition. - ensure_
clean_ constructor - Returns error if constructor has arguments.
- eta_key
- get_
cached_ entry_ by_ name - Helper function for finding a contract by ContractName
- get_
chain - get_
provider - Returns a [RetryProvider] instantiated using [Config]’s RPC
- get_
provider_ builder - Returns a [ProviderBuilder] instantiated using [Config] values.
- handle_
traces - labels the traces, conditionally prints them or opens the debugger
- has_
batch_ support - True if it supports broadcasting in batches.
- has_
different_ gas_ calc - True if the network calculates gas costs differently.
- init_
progress - load_
dotenv - Loads a dotenv file, from the cwd and the project root, ignoring potential failure.
- needs_
setup - now
- Returns the current time as a
Duration
since the Unix epoch. - parse_
delay - Parses a
Duration
from a &str - parse_
ether_ value - Parses an ether value from a string.
- parse_
function_ args - parse_
json - Parses a
T
from a string usingserde_json::from_str
. - print_
traces - read_
constructor_ args_ file - Read contract constructor arguments from the given file.
- remove_
contract - Given a
Project
’s output, removes the matching ABI, Bytecode and Runtime Bytecode of the given contract. - subscriber
- Initializes a tracing Subscriber for logging