erc721-extensions
erc721-extensions copied to clipboard
A set of composable extension contracts for the OpenZeppelin ERC721 base contracts.
How to use [RandomlyAssigned](https://github.com/1001-digital/erc721-extensions/blob/main/contracts/RandomlyAssigned.sol) in ERC721A contract?
Sales and Transfers shouldn't result in OfferWithdrawn events as mentioned in https://github.com/1001-digital/erc721-extensions/issues/13. That can be inferred off chain and we can save the bit of gas.
I want to implement Random Assigned function for minting 12 token ids with 10000 supply respectively for each token id. Do I need to make some changes in limitsupply contract?...