Returns the value from a storage position at a given address.
Parameters
The address to read from (20 bytes).
Integer of the position in the storage (hexadecimal).
Integer block number, or the string “latest”, “earliest” or “pending”.
Returns
The value at this storage position as a hexadecimal string.
Error Handling
Storage positions start at 0x0. The result is a 32-byte hexadecimal value representing the data stored at that position.