# ETHEREUM MINTER

{% hint style="danger" %}
This type of task **requires** ETHEREUM RPC in Tokenizer settings.
{% endhint %}

{% hint style="warning" %}
You need to have a complete understanding of Ethereum smart contracts, fees, and transactions to successfully use this module.
{% endhint %}

<figure><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2FOkg9bUByfhpC9AzAu4jz%2Fimage.png?alt=media&#x26;token=6b1db1be-6bfe-4ff0-bde2-a3634c58afbe" alt=""><figcaption></figcaption></figure>

| Key                | Key value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Wallet group       | Select a wallet group from those present in the drop-down list.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Wallet             | Select a wallet that will be used in the task.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Contract address   | <p>Smart contract address.<br><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2F4MR5lctPXugq3xCpLxTs%2Fimage.png?alt=media&#x26;token=e4a5a5c9-7642-4834-88ed-7a29bbb14b50" alt=""></p>                                                                                                                                                                                                                                                                                                                            |
| Mint function      | <p>Mint function.<br><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2FgdcaAD5cy04OnwN1KqYc%2Fimage.png?alt=media&#x26;token=02a3682e-922f-4a4b-8bf1-385bfe00b77b" alt=""></p>                                                                                                                                                                                                                                                                                                                                     |
| Gas limit          | Number of gas units in a transaction. *Leave empty for automatic calculation (takes more time).*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Eth amount         | Eth amount to be send in a transaction, in most of the cases it is the mint price.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Mint function args | <p>Arguments belonging to the mint function. Use <strong>comma</strong> (<strong>,</strong>) to separate multiple arguments. <br><strong>payableAmount (ether) is never considered as an argument of the mint function.</strong> For instance, you'd only input the number in this field like <strong>1 or 2</strong>, using the mint function below.<br><img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2F3OufDYvwGFVjV6OcVSBN%2Fimage.png?alt=media&#x26;token=5005acfb-0b6d-480b-8584-7e51f41c924c" alt=""></p> |
| Max gas fees       | <img src="https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2F8dQaFw6Lfk9EHwPDVWq3%2Fimage.png?alt=media&#x26;token=80d46f23-7042-4437-b42e-969e24f271de" alt="" data-size="original">                                                                                                                                                                                                                                                                                                                                         |
| Max priority fees  | ![](https://3935214457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcW0Da6etC5QmUtkfzKwg%2Fuploads%2FacVNS9OBbK33Tr0DXODs%2Fimage.png?alt=media\&token=b900b831-7e3f-49ba-8348-cd8fc4683f37)                                                                                                                                                                                                                                                                                                                                                                                |
| Custom RPC         | **Optional field.** Here you can input any RPC for Ethereum.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Monitoring delay   | Delay in *ms* during monitoring.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |

{% hint style="info" %}
For a more detailed and up-to-date setup of the task, check the appropriate text channel on our Discord server.
{% endhint %}

## TX FEES

[Here ](https://ethereum.org/en/developers/docs/gas/)you can read more on how transaction fees are calculated.

{% hint style="info" %}
Don't forget that in order to send a transaction, you should have funds to cover the fee fully.
{% endhint %}
