HashLips / solidity_smart_contracts

A list of smart contracts coded in solidity
MIT License
599 stars 491 forks source link

Reserve specific 100 NFTs #17

Open mysterric opened 3 years ago

mysterric commented 3 years ago

How reserving NFTs work in a ether smart contract? Out of the say 10000 generated images, is it possible to reserve specific 100 NFTs that we would like to use as giveaway for promotion. And further, of the 100 reserved can we transfer specific NFTs to specific wallets. Any advise or article/blog post on smart contracts with reserving. Thanks!