fuse_write_contract
ActiveTool of Fuse Network
declared in 0.1.0
Signs and submits a state-mutating contract call from the server's signer. ABI is auto-fetched from the Fuse explorer when not supplied. Returns the transaction hash.
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 (defaults to [])."
},
"address": {
"type": "string",
"description": "Contract address."
},
"valueWei": {
"type": "string",
"description": "Native FUSE value to send with the call, in wei (for payable functions)."
},
"functionName": {
"type": "string",
"description": "State-mutating function to call."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fuse Network
1/7 registries