Minting & Triggers
Instant fire, estimate triggers, timestamp triggers, and task management.
Instant Mint (Auto Trigger OFF)
With Auto Trigger disabled, tap Fire Tx to broadcast immediately from all selected wallets in parallel.
- Gas Limit not set: Each wallet runs its own
eth_estimateGasfirst. If it reverts, that wallet is skipped (no gas burned). Others continue independently. - Gas Limit set: Broadcasts with the fixed gas limit immediately. If the contract reverts, gas is burned.
Auto Trigger
Toggle Auto Trigger on, then tap Create Task. The bot creates a background task that waits for a condition before broadcasting.
/authorize_tg_boton Discord if you haven't already.Estimate Trigger
The bot polls eth_estimateGas on your first selected wallet every 100ms. The instant the contract stops reverting (sale goes live, mint opens), all wallets broadcast simultaneously.
- Gas Limit is optional. If not set, each wallet estimates its own.
- 24-hour timeout.
- Gas-safe: each wallet estimates its own limit at broadcast time when Gas Limit is not set.
Timestamp Trigger
The bot waits for a specific Unix timestamp, then broadcasts all wallets at that exact moment — no estimation, pure speed.
- Gas Limit is required (set it before creating the task).
- No estimation at fire time — raw broadcast for maximum speed.
- The status website shows a live countdown.
Confirmation
Every Fire Tx and Create Task action shows a confirmation prompt before proceeding. Tap ✓ Yes to confirm or ✗ No to cancel.
Spam Mode
Send multiple transactions per wallet in quick succession. Set the count via Spam and the delay between each tx via Delay.
- Each wallet gets its own nonce sequence (nonce, nonce+1, nonce+2…).
- All wallets spam concurrently — the delay is between txs within one wallet.
- Works with all trigger modes (instant, estimate, timestamp).
- Set spam count to
1to disable.
Task Management
Tap Tasks to see all your active and recent tasks:
- ⏳ Waiting — still monitoring or scheduled
- ✅ Fired — transactions sent
- 🛑 Canceled
Cancel individual tasks or tap Stop All Tasks to cancel everything at once. Completed tasks auto-purge after 24 hours.
Simulation
Use /simulate to test your current config against the contract — without spending real gas.
- Shows success or revert status and gas used.
- Optional args:
/simulate [timestamp] [gasLimit]to override block timestamp or gas limit. - Works with modules and OpenSea WL configs.
- The simulated caller has 10,000 ETH — balance is never an issue.
Transaction Status Website
Every transaction — instant or auto-trigger — gets a live status page. The link appears in the bot's fire message.
- Success / Failed / Pending counters
- Per-wallet tx cards with block number, timestamp, gas, tx hash
- NFT thumbnails with token IDs (when minting ERC-721)
- Live countdown for timestamp triggers
- Flashbots status badge for ETH-FLASHBOT txs (PENDING / INCLUDED / FAILED) with a link to Flashbots Protect for full details
- Real-time updates