sendTransactionWithOptions
Execute Ethereum transactions with customizable parameters, such as gas limit, gas price, and nonce, using the MCP Ethers Wallet server for precise blockchain interactions.
Instructions
Send a transaction with advanced options including gas limit, gas price, and nonce
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No | Optional. The chain ID to use for the transaction. If provided, will verify it matches the provider's network. | |
data | No | Optional. Data to include in the transaction | |
gasLimit | No | Optional. The gas limit for the transaction | |
gasPrice | No | Optional. The gas price in gwei | |
nonce | No | Optional. The nonce to use for the transaction | |
provider | No | Optional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks. | |
to | Yes | The recipient address | |
value | Yes | The amount of ETH to send |