Versions in this module Expand all Collapse all v1 v1.0.0 Mar 18, 2019 Changes in this version + const ReverseRegistrarContractABI + type ReverseRegistrarContract struct + func NewReverseRegistrarContract(address common.Address, backend bind.ContractBackend) (*ReverseRegistrarContract, error) + type ReverseRegistrarContractCaller struct + func NewReverseRegistrarContractCaller(address common.Address, caller bind.ContractCaller) (*ReverseRegistrarContractCaller, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractCaller) DefaultResolver(opts *bind.CallOpts) (common.Address, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractCaller) Ens(opts *bind.CallOpts) (common.Address, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractCaller) Node(opts *bind.CallOpts, addr common.Address) ([32]byte, error) + type ReverseRegistrarContractCallerRaw struct + Contract *ReverseRegistrarContractCaller + func (_ReverseRegistrarContract *ReverseRegistrarContractCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + type ReverseRegistrarContractCallerSession struct + CallOpts bind.CallOpts + Contract *ReverseRegistrarContractCaller + func (_ReverseRegistrarContract *ReverseRegistrarContractCallerSession) DefaultResolver() (common.Address, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractCallerSession) Ens() (common.Address, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractCallerSession) Node(addr common.Address) ([32]byte, error) + type ReverseRegistrarContractFilterer struct + func NewReverseRegistrarContractFilterer(address common.Address, filterer bind.ContractFilterer) (*ReverseRegistrarContractFilterer, error) + type ReverseRegistrarContractRaw struct + Contract *ReverseRegistrarContract + func (_ReverseRegistrarContract *ReverseRegistrarContractRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + func (_ReverseRegistrarContract *ReverseRegistrarContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type ReverseRegistrarContractSession struct + CallOpts bind.CallOpts + Contract *ReverseRegistrarContract + TransactOpts bind.TransactOpts + func (_ReverseRegistrarContract *ReverseRegistrarContractSession) Claim(owner common.Address) (*types.Transaction, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractSession) ClaimWithResolver(owner common.Address, resolver common.Address) (*types.Transaction, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractSession) DefaultResolver() (common.Address, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractSession) Ens() (common.Address, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractSession) Node(addr common.Address) ([32]byte, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractSession) SetName(name string) (*types.Transaction, error) + type ReverseRegistrarContractTransactor struct + func NewReverseRegistrarContractTransactor(address common.Address, transactor bind.ContractTransactor) (*ReverseRegistrarContractTransactor, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractTransactor) Claim(opts *bind.TransactOpts, owner common.Address) (*types.Transaction, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractTransactor) ClaimWithResolver(opts *bind.TransactOpts, owner common.Address, resolver common.Address) (*types.Transaction, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractTransactor) SetName(opts *bind.TransactOpts, name string) (*types.Transaction, error) + type ReverseRegistrarContractTransactorRaw struct + Contract *ReverseRegistrarContractTransactor + func (_ReverseRegistrarContract *ReverseRegistrarContractTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type ReverseRegistrarContractTransactorSession struct + Contract *ReverseRegistrarContractTransactor + TransactOpts bind.TransactOpts + func (_ReverseRegistrarContract *ReverseRegistrarContractTransactorSession) Claim(owner common.Address) (*types.Transaction, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractTransactorSession) ClaimWithResolver(owner common.Address, resolver common.Address) (*types.Transaction, error) + func (_ReverseRegistrarContract *ReverseRegistrarContractTransactorSession) SetName(name string) (*types.Transaction, error) Other modules containing this package github.com/wealdtech/go-ens/v2 github.com/wealdtech/go-ens/v3