eth_getStorageAt
Returns the value from a storage slot position at a given address.
Parameters
Name
Type
Description
Address
Address
Address to retrieve data from.
Position
HexString
Hex code of the position in storage.
BlockNumber
HexString<Number>
| "latest"
| "earliest"
| "pending"
Hexadecimal block number, or the string "latest", "earliest" or "pending".
Return Type
HexString
- Hex code of the integer indicating the value of the storage position at the provided address.
Example
Last updated
Was this helpful?