post https://api.uniblock.dev/uni/v1/json-rpc#13
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.