get_storage_at
Inspect private contract variables by reading raw storage at any slot. Supports multiple EVM networks including Ethereum, BSC, and more.
Instructions
Read raw storage from a contract at a specific slot. Useful for reading private variables or understanding contract state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot | Yes | The storage slot to read (hex string, e.g., '0x0' for slot 0) | |
| address | Yes | The contract address | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |