eth_getStorageAt
Parameters
Returns
Request
{
"jsonrpc": "2.0",
"method": "eth_getStorageAt",
"params": ["0x407d73d8a49eeb85d32cf465507dd71d507100c1", "0x0", "latest"],
"id": 1
}curl https://rpc.dysnomia.icu -H "Content-Type: application/json" --data ''Response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x0000000000000000000000000000000000000000000000000000000000000000"
}Last updated