contract_read
Read Hedera smart contract state without executing transactions. Get contract info, bytecode size, activity logs, and storage details for 0.1 HBAR per query.
Instructions
Read state from a Hedera smart contract - get contract info, bytecode size, recent activity, and storage details without executing a transaction. Costs 0.1 HBAR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your HederaIntel API key | |
| contract_id | Yes | Hedera contract ID (e.g. 0.0.123456) or EVM address (0x...) |