You're viewing a demo portfolio

Join the waitlist
PRSM

estimate_contract_call

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

Estimate energy and bandwidth cost for a smart contract call. Compares rental vs burn cost. No auth required.

Parameters schema

{
  "type": "object",
  "required": [
    "contract_address",
    "function_selector"
  ],
  "properties": {
    "parameter": {
      "type": "string",
      "description": "ABI-encoded parameter hex (optional)."
    },
    "caller_address": {
      "type": "string",
      "description": "Caller TRON address for simulation (optional)."
    },
    "contract_address": {
      "type": "string",
      "description": "Contract TRON address."
    },
    "function_selector": {
      "type": "string",
      "description": "Function signature, e.g. \"transfer(address,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 →