Module utils

Source
Expand description

Uncategorised utilities.

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 the erc7201 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.