Vectorized / dn404

Implementation of a co-joined ERC20 and ERC721 pair.
MIT License
476 stars 158 forks source link

✨ Zero Indexed optionality #139

Closed Vectorized closed 5 months ago

Vectorized commented 5 months ago

Try to make it zero-cost abstraction.

If _useOneIndexed() is overriden to return false, the tokens will range from 0...(n-1) instead of 1...n.