read_contract
Execute read-only smart contract calls using a human-readable function signature. Retrieve data from any contract on Robinhood Chain without sending a transaction.
Instructions
Call a read-only contract function using a human-readable signature, e.g. 'function balanceOf(address) view returns (uint256)'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments as strings | |
| block | No | latest | |
| address | Yes | Contract address | |
| signature | Yes | Full function signature, e.g. 'function symbol() view returns (string)' |