eth_getStorageAt
Retrieve storage values from smart contracts on EVM blockchains by specifying contract address and storage position to access contract state data.
Instructions
Returns the value from a storage position at a given address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Contract address | |
| blockNumber | No | Block number or 'latest', 'earliest', 'pending' | latest |
| position | Yes | Storage position (hex string) |