Closed 0xPaladin closed 3 years ago
I am unable to call tokenOfOwnerByIndex even though rarity.sol utilizes 721Enumerable. Was the function removed?
tokenOfOwnerByIndex
The current master ref has rarity is ERC721Enumerable, but I believe the deployed contract is an older ref where contract rarity is ERC721
rarity is ERC721Enumerable
contract rarity is ERC721
I am unable to call
tokenOfOwnerByIndex
even though rarity.sol utilizes 721Enumerable. Was the function removed?