You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
EIP-1155 states:
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.
The text was updated successfully, but these errors were encountered: