πŸ§™β€β™‚οΈMinting NFT's

MintMonster allows you to mint NFT's to a single wallet using Metamask, or using the internal Mass Minting bot to any number of wallets.

All minting is initiated from the Transaction Breakdown view within the main Project Details panel of the selected NFT collection:

Project Transactions List

The first column indicates if the mint is a special mint, such as an airdrop from the developer or a whitelist mint:

Icon
Mint Type
Meaning

Airdrop

Developer sending NFT's direct to end users

Whitelist

Potential Whitelist mint requiring proof to mint

None

Other

Regular mint that should be mintable

Click the name of the mint function in the Function column to bring up the Minting Dialog:

Simple Minting Dialog

The parameters of the mint transaction will be populated with the details of the transaction you clicked in the Transaction Breakdown. For example, in the screenshot above, if you clicked the mint function button for the top item, it would pre-populate the Mint Dialog with a quantity of 7.

If there are any address type fields, then you will be presented with a button to replace that address with the minting wallet address. This even works with the Mass Minter, where each mint will use the local wallet address.

The following screen shows a much more complex mint screen, with multiple address and bytes fields:

Complex Mint Dialog

In the above screenshot, the Use Wallet button has been clicked next to the minterIfNotPayer field. This will show $$wallet$$ in the mint dialog, which will be replaced by the minting wallet address when the transaction is submitted.

Metamask Minting

To mint the specified quantities of the NFT to a single wallet using Metamask, click the first Mint button in the Minting Dialog shown above.

MintMonster will simulate the transaction, and if it is successful, you will see the Metamask window allowing you to submit the transaction.

Metamask Mint Window

To continue with the transaction, check the details are correct, like the Function Name and the Contract Address and click Confirm.

If the simulation of the transaction fails, you will see the reason for the failure at the bottom of the Mint Dialog:

Failed Transaction Simulation

Insufficient Funds usually indicates a non-specific transaction revert thrown by the contract. You will normally see this for Whitelist Mints you provide invalid proof for.

Using the Mass Minter

MintMonster includes an internal bot allowing you to mint transactions across any number of wallets that you have configured within the Wallet Management section of the Settings Dialog.

πŸ’°Wallet Management

Once the wallets have been setup and funded, to mint NFT's using the Mass Minter, select all the wallets you want to use for minting on the right hand side of the Mint Dialog:

Selecting Mass Minter Wallets

Once you have selected the wallets, and checked they have enough funds for minting, click the Bot Mint button to start minting the specified quantity of NFT's across all of the selected wallets. You will be prompted to confirm you want to Mass Mint the NFT.

MintMonster will try and simulate the transactions first, and will only submit transactions if the simulation succeeds.

Once the Mass Minter transactions have been submitted, you can see the status of the transactions in the Bot Transactions view under the Project Details Panel.

Manage Bot Transactions
🎰Manage Bot Transactions

Last updated