Read contract
fuse_read_contractCalls a view/pure function on a Fuse contract. ABI is auto-fetched from the verified Fuse explorer when not supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| abi | No | Optional ABI override. If omitted, the verified ABI is fetched from the Fuse explorer. | |
| args | No | Positional arguments for the function (defaults to []). | |
| address | Yes | Contract address. | |
| functionName | Yes | Name of the view/pure function to call. |