ERC-721 vs ERC-1155
Non-Fungible Token Standard compared with Multi Token Standard.
Overlapping, neither contains the other
3 shared · 10 vs 7 functions · 43% of the smaller surface
🤝 Shared (3)
0xe985e9c5 | isApprovedForAll(address,address) |
0xa22cb465 | setApprovalForAll(address,bool) |
0x01ffc9a7 | supportsInterface(bytes4) |
◀️ Only in ERC-721 (7)
0x095ea7b3 | approve(address,uint256) |
0x70a08231 | balanceOf(address) |
0x081812fc | getApproved(uint256) |
0x6352211e | ownerOf(uint256) |
0xb88d4fde | safeTransferFrom(address,address,uint256,bytes) |
0x42842e0e | safeTransferFrom(address,address,uint256) |
0x23b872dd | transferFrom(address,address,uint256) |
▶️ Only in ERC-1155 (4)
0x00fdd58e | balanceOf(address,uint256) |
0x4e1273f4 | balanceOfBatch(address[],uint256[]) |
0x2eb2c2d6 | safeBatchTransferFrom(address,address,uint256[],uint256[],bytes) |
0xf242432a | safeTransferFrom(address,address,uint256,uint256,bytes) |
Both surfaces parsed from the canonical specifications: ERC-721 · ERC-1155