You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_write_contract

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fuse Network

1/7 registries
View full server →
fuse_write_contract — Fuse Network — PRSM MCP