eth_getStorageAt
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the value from a storage position at a given address.
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 tags latest
, earliest
, pending
, safe
, or finalized
. See the .
A hexadecimal of the value of the storage position at the provided address.