eth_getStorageAt
Last updated
Last updated
Returns the value from a storage position at a given address.
Parameters
DATA
, 20 Bytes - address of the storage. REQUIRED
QUANTITY
- integer of the position in the storage. REQUIRED
QUANTITY|TAG
- integer block number, or the string "latest"
, "earliest"
or "pending"
, see the REQUIRED
Returns
DATA
- the value at this storage position.