ERC-165 vs ERC-6147
Standard Interface Detection compared with Guard of NFT/SBT, an Extension of ERC-721.
No shared functions
0 shared · 1 vs 4 functions · 0% of the smaller surface
ERC-6147 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-6147 (4)
0xb4652ae5 | changeGuard(uint256,address,uint64) |
0xd7e69d55 | guardInfo(uint256) |
0xda52d9bc | removeGuard(uint256) |
0x0fcc7e5b | transferAndRemove(address,address,uint256) |
Both surfaces parsed from the canonical specifications: ERC-165 · ERC-6147