provider_get_storage_at
Retrieve storage data at a specific position for a given Ethereum or EVM-compatible address. Optional block tag allows querying data from specific blockchain states.
Instructions
Get the storage at a position for an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address to get storage from | |
blockTag | No | Optional block tag (latest, pending, etc.) | |
position | Yes | The storage position |