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
Last updated
Shows you the statement of the contract’s storage at the requested address when you cannot proceed this operation via contract’s methods
Last updated
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 for details.
STORAGE VALUE - a hex code that represents the integer indicating the value of the storage position at the given address.
Here is a typical appliance example.