The node (owner) of the record.
The coin type used to query the value. Default: 60 (ETH).
The address associated with the given key, returns an empty string if not set.
The grace period of a PhotoChromic domain.
Returns the node associated with the given (owner) address.
The owner of the node.
The node associated with the given address.
Returns the owner of the node based on the ENS registry.
The hash of the name, e.g. namehash("john.photochromic.eth")
.
The owner of the node.
The price per (additional) year. e.g. 5 years = profile.price + 4 * pricePerYear.
The name of the profile.
The profile associated with the given name.
The list of profiles that are supported by the core contract.
Returns the value of the given node, associated with the given key.
The node (owner) of the record.
The key used to query the value.
The value associated with the given key, returns an empty string if not set.
Returns the node that owns the given VALIDATED key-value pair. E.g., "com.twitter", "@john" can be owned by a certain node.
The key of the text record.
The value of the text record.
The node corresponding with the given key-value pair.
The validity period of a ticket.
Returns the token identifier of the given address.
The owner's address.
The token identifier linked to the given address.
Returns the URI linked to the token of the given address.
The owner's address.
The IPFS URI of the asset linked to the given address.
An extended version of getAddressRecord
, also returns whether the address
record is verified or not.
The node (owner) of the record.
The coin type used to query the value. Default: 60 (ETH).
The record associated with the given key, returns an empty string if not set.
An extended version of getTextRecord
, also returns whether the text
record is verified or not.
The node (owner) of the record.
The key used to query the value.
The record associated with the given key, returns an empty string if not set.
Returns all validity dates linked to the given node.
The hash of the name, e.g. namehash("john.photochromic.eth")
.
A set of validity dates linked to the given label.
Initializes all the contracts. Both resolver and registrar addresses are queried from the version tracker.
Check whether the given node is still available.
The hash of the name, e.g. namehash("john.photochromic.eth")
.
Whether the node is still available to register.
Returns whether the given node is still a valid PhotoChromic identity.
The hash of the name, e.g. namehash("john.photochromic.eth")
.
Whether the given node is valid (i.e. not transferred).
Returns whether the owner has a valid ticket linked to the given node.
The hash of the name, e.g. namehash("john.photochromic.eth")
.
The owner of the ticket.
Whether the given owner of the node has a valid ticket.
Generated using TypeDoc
Returns the address of the given node, associated with the given coinType.