@contracts:storageAt
Read a raw storage slot of a contract.
Returns: bytes32
Syntax
Section titled “Syntax”@contracts:storageAt(address slot)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
address | address | Contract or account address |
slot | bytes32 | Storage slot index |
See Also
Section titled “See Also”- @contracts:codeAt — read bytecode
- sim:set-storage-at — override a slot in simulation