get_contract_state
Retrieve Soroban contract storage entries (persistent, instance, temporary) for a specific contract ID, decoding keys and values to human-readable strings. Filter by durability and limit results.
Instructions
Reads and returns storage entries (persistent, instance, temporary) for a Soroban contract. Keys and values are decoded to human-readable strings where possible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of storage entries to return | |
| network | No | Network to query | testnet |
| durability | No | Filter storage entries by durability type (omit to return all) | |
| contract_id | Yes | Contract ID (56-character string starting with C) |