get_contract_state
Read raw state entries from a NEAR smart contract. Filter by key prefix to access specific data.
Instructions
Reads raw contract state entries, optionally filtered by key prefix
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | NEAR network to query (default: mainnet) | |
| key_prefix | No | Base64-encoded key prefix to filter state (optional) | |
| contract_id | Yes | The NEAR account ID of the contract |