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

eip? #35

Open bonesoul opened 3 years ago

bonesoul commented 3 years ago

does erc721x even have a submitted eip?

sendrosa commented 2 years ago

This implementation is essentially the ERC1155 (EIP1155) with backward compatibility. Also, when ERC721x was created, ERC1155 wasn't supported by Metamask (or another wallet) and overcame the difficulties with this implementation.

In conclusion, the description of the functions is described in EIP1155 and has been implemented in a different way to serve the needs that existed.