loomnetwork / erc721x

ERC721x is an extension of ERC721 that adds support for multi-fungible tokens and batch transfers, while being fully backward-compatible.
BSD 3-Clause "New" or "Revised" License
165 stars 54 forks source link

implementsERC721X #23

Closed Penitto closed 3 years ago

Penitto commented 5 years ago

Hi there! I have a question: for what purpose do you use function implementsERC721X? May be it is a mistake, but I found that it's implemented in ERC721XTokenNFT.sol as implementsERC721 (without X).