Expand description
Commonly used contract types and functions.
Structs§
- Bytecode
Data - Subset of [CompactBytecode] excluding sourcemaps.
- Contract
Data - Container for commonly used contract data.
- Contracts
ByArtifact - Wrapper type that maps an artifact to a contract ABI and bytecode.
Constants§
- CALL_
PROTECTION_ 🔒BYTECODE_ PREFIX - Libraries’ runtime code always starts with the following instruction:
PUSH20 0x0000000000000000000000000000000000000000
Functions§
- bytecode_
diff_ score - Very simple fuzzy matching of contract bytecode.
- compact_
to_ contract - Helper function to convert CompactContractBytecode ~> ContractBytecodeSome
- count_
different_ 🔒 ⚠bytes - Returns the amount of different bytes between two slices.
- find_
matching_ contract_ artifact - Returns the target artifact given the path and name.
- find_
target_ path - Returns the canonicalized target path for the given identifier.
- get_
contract_ name - Returns contract name for a given contract identifier.
- get_
file_ name - This returns the
file name
part, Seeget_contract_name
Type Aliases§
- Artifact
With 🔒Contract Ref - Contracts
ByAddress - Wrapper type that maps an address to a contract identifier and contract ABI.