eth_getStorageAt
Returns the value from a storage position at a given address.
Example
ADDRESS
- A string representing the address to check for balance.STORAGE POSITION
- A hex code of the position in the storageBLOCK PARAMETER
- Anint
block number in the form of hex, appended with 0x such as0x6D7FE0
, or pre-defined stringslatest
,earliest
,pending
.
Last updated
Was this helpful?