ERC-4834 Hierarchical Domains
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IDomain | 0x1f37a3c3 |
| IDomainRegisterable | 0x703703b2 |
| IDomainEnumerable | 0x8d5fd78e |
⚙️ Functions this standard introduces (10)
0x64e5fc3b | canCreateDomain(address,string,address) | view |
0x3a838cd0 | canDeleteDomain(address,string) | view |
0x3bb0531f | canSetDomain(address,string,address) | view |
0x14758433 | createDomain(string,address) | payable |
0x0eaf9752 | deleteDomain(string) | |
0x96ef6189 | getDomain(string[]) | view |
0x89d8c24a | hasDomain(string[]) | view |
0x0f3b3327 | setDomain(string,address) | |
0x80c449fe | subdomainByIndex(uint256) | view |
0x0d9b9e70 | totalSubdomains() | view |
⚖️ Compare with
Parsed from the canonical specification · discussion