Burn function 🔥 #264
Cryptonian87
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Not sure if this is this what you're actually looking for. However, on the smart contract to reduce the max supply to the current total supply adding the following function would be enough:
So let's say you open the public sale hoping it solds out, but at a certain point the number of people minting slows down and finally stops:
Using the previous function in the smart contract would set the following:
That way you can safe guar the buyers reducing the supply to what was minted until that point. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thank you for this amazing work that will turn up to be the ultimate Framework for deploying safely and surely an NFT collection.
My idea would be to create a burn function that can be executed as script i' order to burn the remaning supply.
👍
Beta Was this translation helpful? Give feedback.
All reactions