All Questions
Tagged with hack optimization
1 question
0
votes
1
answer
31
views
Best approach to simplify phantom array logic (ERC721 Enumerable) [HARD]
I wanted to create an ERC721 token vault with arbitrary numbers of NFTs pre-"minted", yet compliant with IERC721Enumerable as a proof-of-concept.
For simplicity, the NFT ids are contiguous. ...