eluv-io / contracts

Eluvio Content Management Smart Contracts
MIT License
10 stars 0 forks source link

Manage mint ordinal of token and expose query API #82

Closed paulgoleary closed 3 years ago

paulgoleary commented 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.