package
0.0.0-20180828082332-139c2bcc1264
Repository: https://github.com/orinocopay/go-etherutils.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Abi returns the ABI associated with a name.
CreateDnsResolverSession creates a session suitable for multiple calls.
CreateRegistrarSession creates a session suitable for multiple calls.
CreateRegistrySession creates a session suitable for multiple calls.
CreateResolverSession creates a session suitable for multiple calls.
CreateReverseRegistrarSession creates a session suitable for multiple calls.
CreateReverseResolverSession creates a session suitable for multiple calls.
DeedContract obtains the deed contract at a particular address.
DeedContract obtains the deed contract for a particular name.
No description provided by the author
DnsResolverContract obtains the resolver contract for a name.
DnsResolverContractByAddress instantiates the resolver contract at aspecific address.
Domain returns the domain directly before the '.eth' in a name.
DomainLevel calculates the level of the domain presented.
Entry obtains a registrar entry for a name.
FinishAuction reveals an existing bid on an existing auction.
InvalidateName invalidates a non-conformant ENS registration.
LabelHash generates a simple hash for a piece of a name.
NameHash generates a hash from a name that can be used to look up the name in ENS.
NameInState checks if a name is in a given state, and errors if not.
NewBid bids on an existing auction.
Normalize normalizes a name according to the ENS rules.
Owner obtains the owner of a deed.
PreviousOwner obtains the previous owner of a deed.
PublicResolver obtains the public resolver for a chain.
RegistrarContract obtains the registrar contract for '.eth'.
No description provided by the author
No description provided by the author
RegistrarContract obtains the registrar contract for a named root.
RegistryContract obtains the registry contract for a chain.
No description provided by the author
RegistryContractFromRegistrar obtains the registry contract given an existing registrar contract.
Resolve resolves an ENS name in to an Etheruem address This will return an error if the name is not found or otherwise 0.
Resolver obtains the address of the resolver for a .eth name.
ResolverContract obtains the resolver contract for a name.
ResolverContractByAddress instantiates the resolver contract at aspecific address.
RevealBid reveals an existing bid on an existing auction.
ReverseRegistrarContract obtains the reverse registrar contract for a chain.
ReverseResolve resolves an address in to an ENS name This will return an error if the name is not found or otherwise 0.
ReverseResolver obtains the reverse resolver contract.
SealBid seals the elements of a bid in to a single hash.
SetAbi sets the ABI associated with a name.
SetDns sets a DNS resolution.
SetName sets the name for the sending address.
SetResolution sets the address to which a name resolves.
SetResolver sets the resolver for a name.
SetSubdomainOwner sets the owner for a subdomain of a name.
StartAuction starts an auction without bidding.
StartAuctionAndBid starts an auction and bids in the same transaction.
State obains the current state of a name.
No description provided by the author
# Variables
UnknownAddress is the address to which unknown entries resolve.