eth_getStorageAt - Ethereum
Shows you the statement of the contract’s storage at the requested address when you cannot proceed this operation via contract’s methods
How to Use the eth_getStorageAt Method
Parameters
ADDRESS [necessary] - a string that presents the storage’s address (20 bytes).
QUANTITY [necessary] - a hex code which represents the position in the storage
BLOCK PARAMETER [required] - the string "latest", "earliest" or "pending", or an integer block number, check the default block parameter for details.
What you receive
STORAGE VALUE - a hex code that represents the integer indicating the value of the storage position at the given address.
Sample
Here is a typical appliance example.
Call
Outcome
Last updated