estarriolvetch / ERC721Psi

MIT License
117 stars 29 forks source link

use queryable interface and change some internal interface to match E… #14

Closed estarriolvetch closed 1 year ago

estarriolvetch commented 1 year ago

…RC721A convention

This PR removes the Enumerable extension and introduce the tokensOfOwner function from the IERC721AQueryable

In addition, _minted has be renamed to _currentIndex to match ERC721A's naming. Along with that, _nextTokenId and _totalMinted are also added.