eth_getStorageAt

Returns the value from a storage position at a given address.

Parameters

  • DATA, 20 Bytes - Address of the contract whose storage to retreive
  • QUANTITY - Integer of the position in the storage
  • TAG - Integer block number or one of "earliest", "latest" or "pending"

Returns

  • DATA - The value at this storage position
Language
URL
Click Try It! to start a request and see the response here!