eth_getStorageAt
Parameters
Index
Type
Description
Returns
Field
Type
Description
Example Request
curl -X POST https://gcp-1.seismictest.net/rpc \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_getStorageAt",
"params": [
"0x1234567890abcdef1234567890abcdef12345678",
"0x0",
"latest"
],
"id": 1
}'Example Response (Public Slot)
Example Response (Shielded Slot)
eth_getFlaggedStorageAt (sanvil only)
eth_getFlaggedStorageAt (sanvil only)Related
Last updated

