Skip to content
New issue

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

Check needed for ERC721 interface #8

Closed
iainnash opened this issue Sep 17, 2021 · 1 comment
Closed

Check needed for ERC721 interface #8

iainnash opened this issue Sep 17, 2021 · 1 comment

Comments

@iainnash
Copy link
Contributor

require(IERC165(_tokenContract).supportsInterface(ERC721_INTERFACE_ID), "createAuction tokenContract does not support ERC721 interface");

Given makersplace doesn't properly handle ERC165 plus a few older 721 contracts should we just skip this check?

@kulkarohan
Copy link
Contributor

#27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants