1s_storage_read
Read raw storage slots from Ethereum contracts via eth_getStorageAt. Use for low-level state inspection of proxy implementation slots or packed storage.
Instructions
Read a raw storage slot from a contract via eth_getStorageAt. Use this for low-level state inspection (e.g. reading proxy implementation slots, packed storage). Slot must be a hex-encoded 32-byte value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract | Yes | Contract address to read from | |
| slot | Yes | Storage slot (hex-encoded, e.g. 0x0) | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |