Skip to content

Commit

Permalink
fix(cast-storage): Emit -> Omit (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 authored Nov 15, 2024
1 parent 8a177d0 commit 54357ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/cast/cast-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cast-storage - Get the raw value of a contract's storage slot or its full storag

Get the raw value of a contract's storage slot. (Slot locations greater than 18446744073709551615 (u64::MAX) should be given as hex. Use `cast index` to compute mapping slots.)

Emit the slot number to get the full storage layout (requires contract to be verified on Etherscan with a Solidity version > 0.6.5 or you must be in a Forge project with a local contract matching the deployed bytecode).
Omit the slot number to get the full storage layout (requires contract to be verified on Etherscan with a Solidity version > 0.6.5 or you must be in a Forge project with a local contract matching the deployed bytecode).

The address (*address*) can be an ENS name or an address.

Expand Down

0 comments on commit 54357ff

Please sign in to comment.