ERC-165 vs ERC-7564
Standard Interface Detection compared with Contract wallet management NFT.
No shared functions
0 shared · 1 vs 7 functions · 0% of the smaller surface
ERC-7564 lists ERC-165 in its requires field but declares no inheritance in its interface, so any surface it inherits is not counted here.
🤝 Shared (0)
None.
◀️ Only in ERC-165 (1)
0x01ffc9a7 | supportsInterface(bytes4) |
▶️ Only in ERC-7564 (7)
0x193f5ee8 | nftApprove(address,address,uint256) |
0x32c8cf61 | nftGetApproved(address,address,uint256) |
0xf7294e1b | nftIsApprovedForAllAll(address) |
0xd270c296 | nftIsApprovedForOneAll(address,address) |
0xe3730aba | nftSetApprovalForAllAll(address,bool) |
0x4dee0d88 | nftSetApprovalForOneAll(address,address,bool) |
0x58f7c7ac | nftTransfer(address,address,uint256) |
Both surfaces parsed from the canonical specifications: ERC-165 · ERC-7564