Mint Setup
Last updated
Last updated
Easy
setup allows you to quickly and easily set up a mint task without needing to set up a condition yourself.
By simply using revert check
, an easy task can flip your mint for you automatically as long as your gas estimates show your wallet able to mint.
This means anyone can set up a mint task with zero knowledge on how to read contracts or search for flipstate.
Power
Setup allows you to set multiple different conditions with And/Or logic operators.
These Conditions include:
Revert Check
(set by default) --> Constantly pings to see if your wallets can mint.
By default it will now simulate against the latest confirmed block --> impossible to front run the mint turning on
You can also choose to simulate pending block
within power mode --> slight risk you front run the flip state (but you get a slight speed advantage)
Flip State
Match on Pending
--> Flip State is triggered on operators pending flip transaction (this allows the user a chance of hitting a mint in the same block as the flip transaction, meaning you will get in the first block and typically have much cheaper gas)
Custom Contract Address
--> Allows you to monitor flip on another contract than the one you are minting on. (Most used on Art Blocks)
Custom Hex
--> Input custom hex for unverified contracts so that your bot can still monitor flipstate
Contract Read Call
Load read calls to trigger your mint bot. (most often used to time end of mints)
Floor Price
Have your bot trigger as soon as Opensea has a minimum floor price of your specification.
Power mode will dynamically enable access to settings that work with your input to ensure the cleanest and most efficient UI experience as possible. For e.g, when you select Match on Pending
, you'll automatically see backrun selected in your gas settings in the Execution Methods section.