ERC-165 vs ERC-7204
Standard Interface Detection compared with Contract wallet management token.
ERC-7204 is a strict superset of ERC-165
1 shared · 1 vs 6 functions · 100% of the smaller surface
🤝 Shared (1)
0x01ffc9a7 | supportsInterface(bytes4) |
◀️ Only in ERC-165 (0)
None.
▶️ Only in ERC-7204 (5)
0x119c1c23 | tokenAllowance(address,address) |
0xfb3f4d29 | tokenApprove(address,address,uint256) |
0x71d81c3f | tokenApproveForAll(address,bool) |
0xc598adb4 | tokenIsApproveForAll(address) |
0x15eaef6b | tokenTransfer(address,address,uint256) |
Both surfaces parsed from the canonical specifications: ERC-165 · ERC-7204