call_contract
Invoke a read-only smart contract method on Rootstock by specifying the contract address, method name, and parameters. This tool facilitates blockchain data retrieval without altering the state.
Instructions
Call a smart contract method (read-only)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
abi | No | Optional contract ABI | |
contractAddress | Yes | Smart contract address | |
methodName | Yes | Method name to call | |
parameters | No | Method parameters |