eth_getStorageAt
Returns the value from a storage position at a given address.
Parameters
address
: [Required] A string representing the address (20 bytes) of the storage.storage position
: [Required] A hexadecimal code of the position in the storage.block parameter
: A string representing a block number, block hash, or one of the string tagslatest
,earliest
,pending
,safe
, orfinalized
. See the default block parameter.
Returns
A hexadecimal of the value of the storage position at the provided address.
Example
Last updated
Was this helpful?