You're viewing a demo portfolio

Join the waitlist
PRSM

call_contract

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

Execute a state-changing smart contract function. Estimates resources, buys via Merx if needed. Requires TRON_PRIVATE_KEY and TRON_ADDRESS.

Parameters schema

{
  "type": "object",
  "required": [
    "contract_address",
    "function_selector"
  ],
  "properties": {
    "parameter": {
      "type": "string",
      "description": "ABI-encoded parameter hex (optional)."
    },
    "call_value_trx": {
      "type": "string",
      "description": "TRX to send with call (optional)."
    },
    "contract_address": {
      "type": "string",
      "description": "Contract TRON address."
    },
    "function_selector": {
      "type": "string",
      "description": "Function signature, e.g. \"stake(uint256)\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

MERX - TRON Resource Exchange

https://github.com/Hovsteder/merx-mcp

2/7 registries
View full server →
call_contract — MERX - TRON Resource Exchange — PRSM MCP