Structs§
- Trace
Result - A slimmed down return from the executor used for returning minimal trace + gas metering info
Traits§
- Load
Config - Helpers for loading configuration.
Functions§
- cache_
local_ signatures - Traverse the artifacts in the project to generate local signatures and merge them into the cache file.
- emit_
warnings 🔒 - ensure_
clean_ constructor - Returns error if constructor has arguments.
- eta_key
- get_
cached_ entry_ by_ name - Helper function for finding a contract by ContractName
- 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 - needs_
setup - 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.