# Contract Interaction

### Standard

Waits until the transaction can successfully complete then sends the transaction

* **Module: `EVM`**
* **Chain:** Chain's name as defined in Chains.csv
* **Contract:** Contract address to interact with; for example `0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d`
* Function: Function to use, for example `mintApe`
* **Input:** JSON Compliant Parameters; for example `[1]`
* **Quantity:** Value of ETH to send as part of the transaction, for example `0.15`
* **Mode:** Standard or just leave blank
* **Max Gas:** Maximum GWEI fee to pay for your transaction. Can be left empty to have no limit.
* **Gas Limit:** Set the transactions gas unit limit, is optional but reccomended to set to avoid transactions gas limit being too low.
* **Wallet ID:** Wallet ID corresponding to the wallet in wallets.csv you wish to use.
