Skip to content

Changing NFT Supply After Deployment. #26

Answered by willemneal
tomvanriet asked this question in Q&A
Discussion options

You must be logged in to vote

Currently the raffle data structure is set to an initial range. So there are three potential situations:

  1. All the tokens have been minted. In this case you just need to create a new raffle with a range that starts at the end of the first. Then minting can resume as normal.

  2. Not all tokens have been minted. There are two options: a) don't do anything until all tokens are minted and then return to 1. b) This one is currently tricky. You would need to update the raffle option to allow for two sets of possible ranges. It's possible, but takes some thought to do it correctly given the new probabilities.

  3. No tokens have been minted. This is the easiest route and one that I assume the questio…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tomvanriet
Comment options

Answer selected by tomvanriet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants