ERC-137 vs ERC-8107
Ethereum Domain Name Service - Specification compared with ENS Trust Registry for Agent Coordination.
No shared functions
0 shared · 15 vs 7 functions · 0% of the smaller surface
ERC-8107 lists ERC-137 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-137 (15)
0x3b3b57de | addr(bytes32) |
0x19a17468 | ENS(address) |
0x9d063ed8 | FIFSRegistrar(address,bytes32) |
0x02571be3 | owner(bytes32) |
0xebb045fa | PublicResolver(address) |
0xd22057a9 | register(bytes32,address) |
0x659755f9 | Resolver() |
0x0178b8bf | resolver(bytes32) |
0xd5fa2b00 | setAddr(bytes32,address) |
0x5b0fc9c3 | setOwner(bytes32,address) |
0x1896f70a | setResolver(bytes32,address) |
0x06ab5923 | setSubnodeOwner(bytes32,bytes32,address) |
0x14ab9038 | setTTL(bytes32,uint64) |
0x01ffc9a7 | supportsInterface(bytes4) |
0x16a25cbd | ttl(bytes32) |
▶️ Only in ERC-8107 (7)
0x77cdc00f | getIdentityGate(bytes32) |
0x4136a33c | getNonce(bytes32) |
0x9b9accfc | getTrust(bytes32,bytes32,bytes32) |
0x9b74b2c3 | pathExists(bytes32,bytes32,uint8) |
0x807c2b3a | removeIdentityGate(bytes32) |
0x73a8dd41 | revokeTrust(bytes32,bytes32,bytes32,bytes32) |
0xb90dc440 | validateParticipant(bytes32,bytes32,uint8,uint8) |
Both surfaces parsed from the canonical specifications: ERC-137 · ERC-8107