I have an upcoming mint that I chose to do on Manifold, and just going through all of the steps before I go live to iron out any possible issues.
Is it possible to do a single edition (ERC721) claim page, and have multiple windows with different supply available?
For example, I want to set up a claim page, and have 222 claimable for free for 48 hours, then after that I want to do a phase 2 and have a different amount claimable for a mint price, etc etc
I ran into a issue, I am going through the different minting phases in testnet, the first mint phase will be 222 supply and free, then the second one will be something like 150 supply and paid, but for some reason it wont let me pick a smaller number of tokens for phase 2
I just thought of a fix that might work, perhaps I need to make the supply the total supply of the collection in phase 1, but have the CSV only be able to claim 222
Okay so supply works if I set total supply to 900, then have different amounts available in each CSV for the different phases.
For some reason its not letting me do my test mints on phase 2 though since its the same wallet address, but that is an issue because some of my collectors wallets will definitely be in multiple phases/csv’s
Trying to understand, so each time there is a phase you want to allow for more mints? You would need to change the CSV if it’s a gated drop or the amount someone is eligible to mint.
Yes each phase I allow more mints, I did update the CSV in phase 2 but the mint page gives an error saying “You have used up all your allowlist mints” even though its a completely new CSV file, its the same wallet address (mine) and it wont let me mint any more supply
So it seems there is some bug with wallets being on multiple CSV files ?
The CSV replaces the previous one, it doesn’t add more tokens available to mint - If the previous one that is alotted for 1 mint was claimed, it won’t reset and that wallet wont be able to claim if the new csv still allows 1 mint.
That makes sense but if my total supply is 900, and phase 1 CSV allowed for 222/900 to be claimed, then phase 2 I am allowing 150/900 to be claimed that means there is more tokens available to mint correct? Then a wallet on both CSV shouldnt get an error like it does now.
If needed I can break it into multiple claim pages, I am just trying to make it as simple as possible and I also really want the token ID to match the names I give in the metadata, so CONTORTION #1 is token ID 1
The full mint breakdown will work something like this:
Phase 1: 222/900 tokens claimed for free
Phase 2: 280/900 tokens claimed for unique mint price/time
Phase 3: 200/900 tokens claimed for unique mint price/time
Phase 4: public remaining supply for unique mint price/time