Skip to main content

Module storage

Module storage 

Source

Structsยง

StorageArgs
CLI arguments for cast storage.
StorageReport ๐Ÿ”’
Represents the storage layout of a contract and its values.
StorageValue ๐Ÿ”’
Represents the value of a storage slot eth_getStorageAt call.

Constantsยง

MIN_SOLC ๐Ÿ”’
The minimum Solc version for outputting storage layouts.

Functionsยง

add_storage_layout_output ๐Ÿ”’
compile_full_storage_layout ๐Ÿ”’
compile_local_storage_layout ๐Ÿ”’
Finds the local artifact matching address_code and produces its storage layout.
compile_target_storage_layout ๐Ÿ”’
fetch_and_print_storage ๐Ÿ”’
fetch_storage_slots ๐Ÿ”’
find_target_artifact ๐Ÿ”’
is_storage_layout_empty ๐Ÿ”’
print_storage ๐Ÿ”’
same_artifact ๐Ÿ”’
Returns whether two artifact IDs identify the same contract across compiler runs.