We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ERC721 interfaces should probably be deriving the interface ERC165 instead of the implementation SupportsInterfaceWithLookup.
ERC165
SupportsInterfaceWithLookup
https://github.com/OpenZeppelin/openzeppelin-solidity/blob/b0292cf628d9f8d65615bc07dd8af4844eb5a6d6/contracts/token/ERC721/ERC721Basic.sol#L10
The logic for registering the proper interfaces should then be moved to the implementations. https://github.com/OpenZeppelin/openzeppelin-solidity/blob/b0292cf628d9f8d65615bc07dd8af4844eb5a6d6/contracts/token/ERC721/ERC721Basic.sol#L47-L53
The text was updated successfully, but these errors were encountered:
Ah, true, good point. will update today.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The ERC721 interfaces should probably be deriving the interface
ERC165
instead of the implementationSupportsInterfaceWithLookup
.https://github.com/OpenZeppelin/openzeppelin-solidity/blob/b0292cf628d9f8d65615bc07dd8af4844eb5a6d6/contracts/token/ERC721/ERC721Basic.sol#L10
The logic for registering the proper interfaces should then be moved to the implementations.
https://github.com/OpenZeppelin/openzeppelin-solidity/blob/b0292cf628d9f8d65615bc07dd8af4844eb5a6d6/contracts/token/ERC721/ERC721Basic.sol#L47-L53
The text was updated successfully, but these errors were encountered: