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