Hello! I’m preparing an ERC-721 collection (~300 items, 2 rarities defined in metadata) and I’ve read the documentation, but I still have a few questions before starting the deployment:
Main phase: blind free mint for allowlist (~150 wallets, 1 each).
Before this phase, I’d like to mint a few specific rare items (~10) to the contract owner’s wallet (for gifting later). Is this possible via batch mint?
Reveal = just metadata update, correct?
Last phase: public mint for the remaining items. After reveal all items are visible, but minting is still “blind” (buyers can’t choose which specific token), right?
Thanks a lot for clarifying, I would appreciate any help!
gm! Looks like you’ll be creating an edition page with different phases.
What is the question?
You can airdrop from the edition page. (This will add to the mint totals) Batch mint allows you to mint tokens to the same contract but wouldn’t add to the supply of the drop from the edition page.
Correct
Are you looking to do separate reveals? So reveal the first 150 and then reveal the public one after? Once you do the reveal you can configure however you like, this could mean updating the CSV as you go or in different phases.
Oh, my bad — there was no question there, just a statement.
What I need is to send ~10 specific rare items to the owner’s wallet before the blind free mint phase. I found this article: How do I airdrop tokens from my Edition page? | How can we help?, but I couldn’t figure out if it’s possible to select specific token IDs with that method. That’s why I thought I might need to batch-mint those items first and then create the edition page.
Or, if I make those items the very first entries in the CSV, will the airdrop assign those exact tokens?
Thanks!
I’d prefer to have a single reveal after the blind mint phase and before the public mint, so public-phase collectors can see the actual items instead of placeholder. Am I correct in understanding that even after the reveal, public mint collectors would still be assigned a random token from the remaining supply, and wouldn’t be able to choose a specific token ID to mint?
I hope my questions aren’t too stupid just trying to be sure I can set everything up correctly before I start building the contract. Thanks so much for your help!
You can airdrop the first entries to yourself. I think this will probably make the most sense as the tokens will be part of the Edition Page flow. (It’s up to you as both methods work) In the end it will be on the same contract.
A single reveal is fine - The way the blind mints work right now, it is possible if someone were to dig into the code to try to predict the randomness. But the collector cannot choose which token ID to mint, only the next one.