eth_getStorageAt

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

Description

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

Parameters

  • DATA, 20 Bytes - address of the storage.
  • QUANTITY - integer of the position in the storage.
  • QUANTITY|TAG - integer block number, or the string "latest", "earliest" or "pending", see the default block parameter

Returns

DATA - the value at this storage position.


Language
Authorization
Header
Click Try It! to start a request and see the response here!