I would like to put the ERC721Enumarable but get : DeclarationError: Identifier not found or not unique. error message. I would like to use TotalSupply method . Can you help me whats wrong with my contract? I tried IERC721 but I get same error.
You're trying to inherit from a contract that you did not import. Your import statements only imported ERC721 and Ownable.
1 Like