Documentation ¶
Index ¶
- Constants
- type ReverseRegistrarContract
- type ReverseRegistrarContractCaller
- 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
- type ReverseRegistrarContractCallerSession
- 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
- type ReverseRegistrarContractRaw
- 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
- 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
- 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
- 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
- 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)
Constants ¶
const ReverseRegistrarContractABI = "" /* 1261-byte string literal not displayed */
ReverseRegistrarContractABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReverseRegistrarContract ¶
type ReverseRegistrarContract struct { ReverseRegistrarContractCaller // Read-only binding to the contract ReverseRegistrarContractTransactor // Write-only binding to the contract ReverseRegistrarContractFilterer // Log filterer for contract events }
ReverseRegistrarContract is an auto generated Go binding around an Ethereum contract.
func NewReverseRegistrarContract ¶
func NewReverseRegistrarContract(address common.Address, backend bind.ContractBackend) (*ReverseRegistrarContract, error)
NewReverseRegistrarContract creates a new instance of ReverseRegistrarContract, bound to a specific deployed contract.
type ReverseRegistrarContractCaller ¶
type ReverseRegistrarContractCaller struct {
// contains filtered or unexported fields
}
ReverseRegistrarContractCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewReverseRegistrarContractCaller ¶
func NewReverseRegistrarContractCaller(address common.Address, caller bind.ContractCaller) (*ReverseRegistrarContractCaller, error)
NewReverseRegistrarContractCaller creates a new read-only instance of ReverseRegistrarContract, bound to a specific deployed contract.
func (*ReverseRegistrarContractCaller) DefaultResolver ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractCaller) DefaultResolver(opts *bind.CallOpts) (common.Address, error)
DefaultResolver is a free data retrieval call binding the contract method 0x828eab0e.
Solidity: function defaultResolver() constant returns(address)
func (*ReverseRegistrarContractCaller) Ens ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractCaller) Ens(opts *bind.CallOpts) (common.Address, error)
Ens is a free data retrieval call binding the contract method 0x3f15457f.
Solidity: function ens() constant returns(address)
func (*ReverseRegistrarContractCaller) Node ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractCaller) Node(opts *bind.CallOpts, addr common.Address) ([32]byte, error)
Node is a free data retrieval call binding the contract method 0xbffbe61c.
Solidity: function node(address addr) constant returns(bytes32 ret)
type ReverseRegistrarContractCallerRaw ¶
type ReverseRegistrarContractCallerRaw struct {
Contract *ReverseRegistrarContractCaller // Generic read-only contract binding to access the raw methods on
}
ReverseRegistrarContractCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ReverseRegistrarContractCallerRaw) Call ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
type ReverseRegistrarContractCallerSession ¶
type ReverseRegistrarContractCallerSession struct { Contract *ReverseRegistrarContractCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ReverseRegistrarContractCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ReverseRegistrarContractCallerSession) DefaultResolver ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractCallerSession) DefaultResolver() (common.Address, error)
DefaultResolver is a free data retrieval call binding the contract method 0x828eab0e.
Solidity: function defaultResolver() constant returns(address)
func (*ReverseRegistrarContractCallerSession) Ens ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractCallerSession) Ens() (common.Address, error)
Ens is a free data retrieval call binding the contract method 0x3f15457f.
Solidity: function ens() constant returns(address)
func (*ReverseRegistrarContractCallerSession) Node ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractCallerSession) Node(addr common.Address) ([32]byte, error)
Node is a free data retrieval call binding the contract method 0xbffbe61c.
Solidity: function node(address addr) constant returns(bytes32 ret)
type ReverseRegistrarContractFilterer ¶
type ReverseRegistrarContractFilterer struct {
// contains filtered or unexported fields
}
ReverseRegistrarContractFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewReverseRegistrarContractFilterer ¶
func NewReverseRegistrarContractFilterer(address common.Address, filterer bind.ContractFilterer) (*ReverseRegistrarContractFilterer, error)
NewReverseRegistrarContractFilterer creates a new log filterer instance of ReverseRegistrarContract, bound to a specific deployed contract.
type ReverseRegistrarContractRaw ¶
type ReverseRegistrarContractRaw struct {
Contract *ReverseRegistrarContract // Generic contract binding to access the raw methods on
}
ReverseRegistrarContractRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ReverseRegistrarContractRaw) Call ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
func (*ReverseRegistrarContractRaw) Transact ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ReverseRegistrarContractRaw) Transfer ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type ReverseRegistrarContractSession ¶
type ReverseRegistrarContractSession struct { Contract *ReverseRegistrarContract // Generic contract binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ReverseRegistrarContractSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ReverseRegistrarContractSession) Claim ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractSession) Claim(owner common.Address) (*types.Transaction, error)
Claim is a paid mutator transaction binding the contract method 0x1e83409a.
Solidity: function claim(address owner) returns(bytes32 node)
func (*ReverseRegistrarContractSession) ClaimWithResolver ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractSession) ClaimWithResolver(owner common.Address, resolver common.Address) (*types.Transaction, error)
ClaimWithResolver is a paid mutator transaction binding the contract method 0x0f5a5466.
Solidity: function claimWithResolver(address owner, address resolver) returns(bytes32 node)
func (*ReverseRegistrarContractSession) DefaultResolver ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractSession) DefaultResolver() (common.Address, error)
DefaultResolver is a free data retrieval call binding the contract method 0x828eab0e.
Solidity: function defaultResolver() constant returns(address)
func (*ReverseRegistrarContractSession) Ens ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractSession) Ens() (common.Address, error)
Ens is a free data retrieval call binding the contract method 0x3f15457f.
Solidity: function ens() constant returns(address)
func (*ReverseRegistrarContractSession) Node ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractSession) Node(addr common.Address) ([32]byte, error)
Node is a free data retrieval call binding the contract method 0xbffbe61c.
Solidity: function node(address addr) constant returns(bytes32 ret)
func (*ReverseRegistrarContractSession) SetName ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractSession) SetName(name string) (*types.Transaction, error)
SetName is a paid mutator transaction binding the contract method 0xc47f0027.
Solidity: function setName(string name) returns(bytes32 node)
type ReverseRegistrarContractTransactor ¶
type ReverseRegistrarContractTransactor struct {
// contains filtered or unexported fields
}
ReverseRegistrarContractTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewReverseRegistrarContractTransactor ¶
func NewReverseRegistrarContractTransactor(address common.Address, transactor bind.ContractTransactor) (*ReverseRegistrarContractTransactor, error)
NewReverseRegistrarContractTransactor creates a new write-only instance of ReverseRegistrarContract, bound to a specific deployed contract.
func (*ReverseRegistrarContractTransactor) Claim ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractTransactor) Claim(opts *bind.TransactOpts, owner common.Address) (*types.Transaction, error)
Claim is a paid mutator transaction binding the contract method 0x1e83409a.
Solidity: function claim(address owner) returns(bytes32 node)
func (*ReverseRegistrarContractTransactor) ClaimWithResolver ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractTransactor) ClaimWithResolver(opts *bind.TransactOpts, owner common.Address, resolver common.Address) (*types.Transaction, error)
ClaimWithResolver is a paid mutator transaction binding the contract method 0x0f5a5466.
Solidity: function claimWithResolver(address owner, address resolver) returns(bytes32 node)
func (*ReverseRegistrarContractTransactor) SetName ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractTransactor) SetName(opts *bind.TransactOpts, name string) (*types.Transaction, error)
SetName is a paid mutator transaction binding the contract method 0xc47f0027.
Solidity: function setName(string name) returns(bytes32 node)
type ReverseRegistrarContractTransactorRaw ¶
type ReverseRegistrarContractTransactorRaw struct {
Contract *ReverseRegistrarContractTransactor // Generic write-only contract binding to access the raw methods on
}
ReverseRegistrarContractTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ReverseRegistrarContractTransactorRaw) Transact ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ReverseRegistrarContractTransactorRaw) Transfer ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type ReverseRegistrarContractTransactorSession ¶
type ReverseRegistrarContractTransactorSession struct { Contract *ReverseRegistrarContractTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ReverseRegistrarContractTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*ReverseRegistrarContractTransactorSession) Claim ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractTransactorSession) Claim(owner common.Address) (*types.Transaction, error)
Claim is a paid mutator transaction binding the contract method 0x1e83409a.
Solidity: function claim(address owner) returns(bytes32 node)
func (*ReverseRegistrarContractTransactorSession) ClaimWithResolver ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractTransactorSession) ClaimWithResolver(owner common.Address, resolver common.Address) (*types.Transaction, error)
ClaimWithResolver is a paid mutator transaction binding the contract method 0x0f5a5466.
Solidity: function claimWithResolver(address owner, address resolver) returns(bytes32 node)
func (*ReverseRegistrarContractTransactorSession) SetName ¶
func (_ReverseRegistrarContract *ReverseRegistrarContractTransactorSession) SetName(name string) (*types.Transaction, error)
SetName is a paid mutator transaction binding the contract method 0xc47f0027.
Solidity: function setName(string name) returns(bytes32 node)