🔷ETH
This module works on most smart contracts and if a hyped drop is needed, a custom version will be provided in the discord.
Tasks
Tasks are set up in order to mint hyped drops from their smart contracts at lightning speeds to ensure you are able to mint as many times as you want before the project is out of stock. Your main task file can be found in the Tasks folder -> eth.csv.
• Private Key • Private key to the wallet that you are using to mint
• RPC • Assign an RPC to its own task • Useful to avoid rate limiting for running multiple tasks • Free RPCs can be found in RPC's
• Contract Address • Contract address of the project you want the bot to mint from • Just the address, no links
• Function Name • The name of the function the bot should call (which can be found in the write section of the contract) • A common example of function names are: mint, purchase, publicMint.
• Function Parameters • The inputs for the function • Typically, but not always the amount that the user wishes to mint
• Mint Price • The price for the mint
• Gas Fee • The value you put here is the gas fee you are going to pay for your transaction • Low gas for hyped mints will result in transactions failing and being reverted
• Gas Limit • Use the keyword “estimate” and the bot will do the work here
• Gas Priority • The tip that you are willing to provide miners for processing your transaction • Gas priority and Gas fee play a large role in ensuring your transactions are processed during hyped mints.
• Flip Sale Address • The address on the user that will alter the sale state of the contract, we will provide this information when applicable
• Flip Sale Function • The function that the owner address will interact with, and the bot will monitor
• Hex Data • This will be provided by the team when necessary
Drop Information
For hyped or requested drops the team will publish a guide that will specify all the details needed to run. Which will be displayed in the format shown below

Custom Tasks Explained
Flipstate: Allowing our users to include their transactions in the same block as the sale activation transaction. Providing our users with the greatest possible chance of being first to mint. Flipstate requires the “flipstate address” & “flipstate function” to be entered into the eth.csv file. All these details will be found in our custom guide, which is released before mint as shown above.
QuickTasks: Quick task allows our users to instantly ‘copy’ other transactions. After entering your private key, RPC, gas fee, gas limit, and gas priority into the “eth_quicktask”. To copy a transaction all, you must do is enter the transaction hash which can be located at the top of the etherscan.io webpage; shown below into the bot.

Key Terms/Requirements
Private Key: This is the private key to your wallet. It varies depending on what wallet you use however It's most commonly found in the account details tab. This key will provide the bot access to your wallet so it can mint. Make sure you do not share this with anyone as it provides full access to your wallet. You can generate them using the bot but you would need to top them up.
RPC: This is your ETH node. If you don't have one you can learn how to get one in RPC's
The rest of the information will be provided in Discord since it varies from drop to drop
Last updated
