estimate_contract_call
ActiveTool 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)\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries