call_contract_view
Retrieve blockchain contract data by calling read-only functions across multiple networks to access token balances, transaction details, and smart contract information.
Instructions
Call a read-only contract function
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockchain | Yes | Blockchain name | |
| contractAddress | Yes | Contract address | |
| data | Yes | Encoded function call data | |
| network | No | Network type (defaults to mainnet) |