Expand description
Commonly used contract types and functions.
Structs§
- Subset of [CompactBytecode] excluding sourcemaps.
- Container for commonly used contract data.
- Wrapper type that maps an artifact to a contract ABI and bytecode.
Constants§
- Libraries’ runtime code always starts with the following instruction:
PUSH20 0x0000000000000000000000000000000000000000
Functions§
- Very simple fuzzy matching of contract bytecode.
- Helper function to convert CompactContractBytecode ~> ContractBytecodeSome
- Returns the amount of different bytes between two slices.
- Returns contract name for a given contract identifier.
- This returns the
file name
part, Seeget_contract_name
Type Aliases§
- Wrapper type that maps an address to a contract identifier and contract ABI.