eth_getStorageAt
Returns the value from a storage position at a given address.
Parameters
Returns
Example
Request
curl https://rpc.adiri.tel \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
"0x4392743B97C46c6Aa186A7f3D0468fbF177ee70F",
"0x86386409a65c1a7f963bc51852fa7ecbdb9cad2cec464de22ee4591e1622b46b",
"latest"], "id": 1}'Result
Last updated