/ DEVELOPERS / API / ETH_GETSTORAGEAT

eth_getStorageAt

Read a 32-byte storage slot from a QWVM contract. Slots that don't exist return all zeros.

eth_getStorageAt

Read a 32-byte storage slot from a QWVM contract. Slots that don't exist return all zeros.

eth_*category: contractreturns: hex bytes32
Share link

Parameters

Contract address

0x-prefixed slot key

Block tag (only 'latest' supported)

Response

Press Send Request to see a response.

Copy as

curl -X POST '/rpc' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"eth_getStorageAt","params":[],"id":1}'