ERC-165 vs ERC-3386
Standard Interface Detection compared with ERC-721 and ERC-1155 to ERC-20 Wrapper.
ERC-3386 is a strict superset of ERC-165
1 shared · 1 vs 7 functions · 100% of the smaller surface
🤝 Shared (1)
0x01ffc9a7 | supportsInterface(bytes4) |
◀️ Only in ERC-165 (0)
None.
▶️ Only in ERC-3386 (6)
0xb949f44f | batchBurn(address,address,uint256[]) |
0xf69630aa | batchIdBurn(address,address,uint256[],uint256[]) |
0x0ca83480 | batchMint(address,uint256[],uint256[]) |
0xf6b911bc | burn(address,address,uint256) |
0x4d3d4890 | idBurn(address,address,uint256,uint256) |
0x156e29f6 | mint(address,uint256,uint256) |
Both surfaces parsed from the canonical specifications: ERC-165 · ERC-3386