Contract Minter
Contract minting is when you let the bot mint directly from the contract address.

To mint using this mode:
Choose the group of tasks you want this one to belong to or create a new group.
Choose in "Mode" Contact minter.
Choose the proxies (Optional).
Choose the wallet group.
Select the wallet from said wallet groups.
Now the rest of the given fields to fill (contract address, RPC address, mint function parameters, mint price, and mint function) When supporting the mint we will give the information to fill in every field.
Contract Address: You will be sending transactions to this address. This information will be available in our Discord release instructions.
Mint Function: This is the operation that will be required for minting the contract. This information will be available in our Discord release instructions.
Mint Price: The price of the mint , we will be including it once we support the collection you'll be minting
Mint Function Parameter: This includes the information the mint function needs to be able to do the mint process, it will look something like this [1]: 1 is the number of NFTs to mint. If the mint is a whitelist mint, you must provide the "proof" word in the parameters. For example, [1, "proof"] where 1 is the number of NFTs to mint, and "proof" is the indicator that this is a whitelist mint. This information will be available in our Discord release instructions.
Last updated