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

EIP-1155 required EIP-165 support #161

Closed
rmeissner opened this issue Dec 12, 2019 · 0 comments · Fixed by #285
Closed

EIP-1155 required EIP-165 support #161

rmeissner opened this issue Dec 12, 2019 · 0 comments · Fixed by #285

Comments

@rmeissner
Copy link
Member

EIP-1155 states:

Smart contracts MUST implement the ERC-165 supportsInterface function and signify support for the ERC1155TokenReceiver interface to accept transfers. See "ERC1155TokenReceiver ERC-165 rules" for further detail.

Therefore we should add EIP-165 support to the DefaultFallbackHandler.

This is not critical right now, as the Gnosis implementation and the OpenZeppelin implementation of EIP-1155 do not make use of EIP-165. This can be added at a later point in time with an update to the DefaultFallbackHandler.

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

Successfully merging a pull request may close this issue.

1 participant