provider_get_storage_at
Retrieve storage data from a specific address and position on Ethereum or EVM-compatible blockchains, supporting optional block tags for precise queries.
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 |