eth_getStorageAt
Reference: Here
Parameters
Returns
// Result
{
"id":83,
"jsonrpc": "2.0",
"result": "0x0000000000000000000000000000000000000000000000000000000000000000"
}Last updated
Was this helpful?
// Result
{
"id":83,
"jsonrpc": "2.0",
"result": "0x0000000000000000000000000000000000000000000000000000000000000000"
}Last updated
Was this helpful?
Was this helpful?
curl https://mainnet.berachain.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": ["0x56310c8452f5bBEa41cD5d351829c304Ac0279b7", "0x0", "latest"], "id": 1}'
curl https://bepolia.berachain.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": ["0x56310c8452f5bBEa41cD5d351829c304Ac0279b7", "0x0", "latest"], "id": 1}'