ERC-165 vs ERC-6551
Standard Interface Detection compared with Non-fungible Token Bound Accounts.
No shared functions
0 shared · 1 vs 6 functions · 0% of the smaller surface
ERC-6551 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-6551 (6)
0x246a0021 | account(address,bytes32,uint256,address,uint256) |
0x8a54c52f | createAccount(address,bytes32,uint256,address,uint256) |
0x51945447 | execute(address,uint256,bytes,uint8) |
0x523e3260 | isValidSigner(address,bytes) |
0xc19d93fb | state() |
0xfc0c546a | token() |
Both surfaces parsed from the canonical specifications: ERC-165 · ERC-6551