web3wagmi
← All standards

ERC-137 vs ERC-1185

Ethereum Domain Name Service - Specification compared with Storage of DNS Records in ENS.

Overlapping, neither contains the other
1 shared · 15 vs 7 functions · 14% of the smaller surface

ERC-1185 lists ERC-137 in its requires field but declares no inheritance in its interface, so any surface it inherits is not counted here.

🤝 Shared (1)

0x01ffc9a7supportsInterface(bytes4)

◀️ Only in ERC-137 (14)

0x3b3b57deaddr(bytes32)
0x19a17468ENS(address)
0x9d063ed8FIFSRegistrar(address,bytes32)
0x02571be3owner(bytes32)
0xebb045faPublicResolver(address)
0xd22057a9register(bytes32,address)
0x659755f9Resolver()
0x0178b8bfresolver(bytes32)
0xd5fa2b00setAddr(bytes32,address)
0x5b0fc9c3setOwner(bytes32,address)
0x1896f70asetResolver(bytes32,address)
0x06ab5923setSubnodeOwner(bytes32,bytes32,address)
0x14ab9038setTTL(bytes32,uint64)
0x16a25cbdttl(bytes32)

▶️ Only in ERC-1185 (6)

0xad5780afclearDNSZone(bytes32)
0xa8fa5682dnsRecord(bytes32,bytes32,uint16)
0x4cbf6ba4hasDNSRecords(bytes32,bytes32)
0x0af179d7setDNSRecords(bytes32,bytes)
0xce3decdcsetZonehash(bytes32,bytes)
0x5c98042bzonehash(bytes32)

Both surfaces parsed from the canonical specifications: ERC-137 · ERC-1185