Closed paulgoleary closed 3 years ago
ERC721Enumerable manages a similar map but unfortunately we can't use it because it's updated on burns. This could cause users' token ordinals to change if another user burns a token, which would likely cause mayhem.
ERC721Enumerable manages a similar map but unfortunately we can't use it because it's updated on burns. This could cause users' token ordinals to change if another user burns a token, which would likely cause mayhem.