fuse_read_contract
ActiveTool of Fuse Network
declared in 0.1.0
Calls a view/pure function on a Fuse contract. ABI is auto-fetched from the verified Fuse explorer when not supplied.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"address",
"functionName"
],
"properties": {
"abi": {
"type": "array",
"items": {},
"description": "Optional ABI override. If omitted, the verified ABI is fetched from the Fuse explorer."
},
"args": {
"type": "array",
"items": {},
"description": "Positional arguments for the function (defaults to [])."
},
"address": {
"type": "string",
"description": "Contract address."
},
"functionName": {
"type": "string",
"description": "Name of the view/pure function to call."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fuse Network
1/7 registries