send_contract_transaction
Execute a transaction to call a smart contract method on the Rootstock blockchain by specifying the contract address, method name, and optional parameters, value, gas limit, and ABI.
Instructions
Send a transaction to a smart contract method
Input Schema
TableJSON 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 |