Entities
Description:
Field | Type | Description |
---|---|---|
id | ID! | The namehash of the name |
name | String | The human readable name, if known. Unknown portions replaced with hash in square brackets (eg, foo.[1234].eth) |
labelName | String | The human readable label name (imported from CSV), if known |
labelhash | Bytes | keccak256(labelName) |
parent | Domain | The namehash (id) of the parent name |
subdomains | Can count domains from length of array | |
subdomainCount | Int! | The number of subdomains |
resolvedAddress | account | Address logged from current resolver, if any |
owner | Account! | ​ |
resolver | Resolver | ​ |
ttl | BigInt | ​ |
isMigrated | Boolean! | ​ |
createdAt | BigInt! | ​ |
events | ​ |
Description:
Field | Type | Description |
---|---|---|
id | ID! | ​ |
domain | Domain! | ​ |
blockNumber | Int! | ​ |
TransactionID | Bytes! | ​ |
Description:
Field | Type | Description |
---|---|---|
id | ID! |