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