Expand description
Uncategorised utilities.
Statics§
Functions§
- block_
on - Block on a future using the current tokio runtime on the current thread.
- block_
on_ handle - Block on a future using the current tokio runtime on the current thread with the given handle.
- erc7201
- Computes the storage slot as specified by
ERC-7201
, using theerc7201
formula ID. - ignore_
metadata_ hash - Utility function to ignore metadata hash of the given bytecode. This assumes that the metadata is at the end of the bytecode.
- strip_
bytecode_ placeholders - Strips all $xxx$ placeholders from the bytecode if it’s an unlinked bytecode. by replacing them with 20 zero bytes. This is useful for matching bytecodes to a contract source, and for the source map, in which the actual address of the placeholder isn’t important.