OpenSea Seadrop
Auto-detect and arm OpenSea public mints with one command.
How It Works
Run the /opensea command with the NFT contract address:
/opensea 0xNFT_CONTRACT_ADDRESS /opensea 0xNFT_CONTRACT_ADDRESS 3
The second argument (quantity) is optional — defaults to the max per wallet defined by the drop.
The bot queries the Seadrop contract on your currently selected chain and auto-fills everything:
- CA — Seadrop contract address
- Method ID —
mintPublic(address,address,address,uint256) - Params — NFT contract, fee recipient, zero address, quantity
- Payable Amount — mint price x quantity
- Trigger Type — timestamp
- Trigger Timestamp — the drop's start time
You still need to set: Gas Limit (required for timestamp triggers) and Minting Gwei. Then tap Create Task.
Supported Chains
Seadrop uses the same contract address across all EVM chains where it's deployed (CREATE2). The bot works on any chain — just make sure you've selected the right one before running the command.
Constraints
- The public mint must be live (
maxTotalMintableByWallet > 0). - There must be exactly one allowed fee recipient (signature-gated drops are not supported).
- Quantity cannot exceed the per-wallet max set by the drop.