Versions in this module Expand all Collapse all v1 v1.6.9 May 31, 2018 Changes in this version + var MainNetAddress = common.HexToAddress("0x314159265dD8dbb310642f98f50C066173C1259b") + var TestNetAddress = common.HexToAddress("0x112234455c3a32fd11230c42e7bccd4a84e02010") + type ENS struct + func DeployENS(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend) (*ENS, error) + func NewENS(transactOpts *bind.TransactOpts, contractAddr common.Address, ...) (*ENS, error) + func (self *ENS) Register(name string) (*types.Transaction, error) + func (self *ENS) Resolve(name string) (common.Hash, error) + func (self *ENS) SetContentHash(name string, hash common.Hash) (*types.Transaction, error)