send_contract_transaction
Execute smart contract transactions on Rootstock by specifying the contract address, method name, and parameters. Supports optional gas settings, ether values, and ABI for precise interactions.
Instructions
Send a transaction to a smart contract method
Input Schema
Name | Required | Description | Default |
---|---|---|---|
abi | No | Optional contract ABI | |
contractAddress | Yes | Smart contract address | |
gasLimit | No | Optional gas limit | |
gasPrice | No | Optional gas price | |
methodName | Yes | Method name to call | |
parameters | No | Method parameters | |
value | No | Optional ether value to send |