Versions in this module Expand all Collapse all v1 v1.0.0 Mar 18, 2019 Changes in this version + const DeedContractABI + type DeedContract struct + func NewDeedContract(address common.Address, backend bind.ContractBackend) (*DeedContract, error) + type DeedContractCaller struct + func NewDeedContractCaller(address common.Address, caller bind.ContractCaller) (*DeedContractCaller, error) + func (_DeedContract *DeedContractCaller) CreationDate(opts *bind.CallOpts) (*big.Int, error) + func (_DeedContract *DeedContractCaller) Owner(opts *bind.CallOpts) (common.Address, error) + func (_DeedContract *DeedContractCaller) PreviousOwner(opts *bind.CallOpts) (common.Address, error) + func (_DeedContract *DeedContractCaller) Registrar(opts *bind.CallOpts) (common.Address, error) + func (_DeedContract *DeedContractCaller) Value(opts *bind.CallOpts) (*big.Int, error) + type DeedContractCallerRaw struct + Contract *DeedContractCaller + func (_DeedContract *DeedContractCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + type DeedContractCallerSession struct + CallOpts bind.CallOpts + Contract *DeedContractCaller + func (_DeedContract *DeedContractCallerSession) CreationDate() (*big.Int, error) + func (_DeedContract *DeedContractCallerSession) Owner() (common.Address, error) + func (_DeedContract *DeedContractCallerSession) PreviousOwner() (common.Address, error) + func (_DeedContract *DeedContractCallerSession) Registrar() (common.Address, error) + func (_DeedContract *DeedContractCallerSession) Value() (*big.Int, error) + type DeedContractDeedClosed struct + Raw types.Log + type DeedContractDeedClosedIterator struct + Event *DeedContractDeedClosed + func (it *DeedContractDeedClosedIterator) Close() error + func (it *DeedContractDeedClosedIterator) Error() error + func (it *DeedContractDeedClosedIterator) Next() bool + type DeedContractFilterer struct + func NewDeedContractFilterer(address common.Address, filterer bind.ContractFilterer) (*DeedContractFilterer, error) + func (_DeedContract *DeedContractFilterer) FilterDeedClosed(opts *bind.FilterOpts) (*DeedContractDeedClosedIterator, error) + func (_DeedContract *DeedContractFilterer) FilterOwnerChanged(opts *bind.FilterOpts) (*DeedContractOwnerChangedIterator, error) + func (_DeedContract *DeedContractFilterer) WatchDeedClosed(opts *bind.WatchOpts, sink chan<- *DeedContractDeedClosed) (event.Subscription, error) + func (_DeedContract *DeedContractFilterer) WatchOwnerChanged(opts *bind.WatchOpts, sink chan<- *DeedContractOwnerChanged) (event.Subscription, error) + type DeedContractOwnerChanged struct + NewOwner common.Address + Raw types.Log + type DeedContractOwnerChangedIterator struct + Event *DeedContractOwnerChanged + func (it *DeedContractOwnerChangedIterator) Close() error + func (it *DeedContractOwnerChangedIterator) Error() error + func (it *DeedContractOwnerChangedIterator) Next() bool + type DeedContractRaw struct + Contract *DeedContract + func (_DeedContract *DeedContractRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + func (_DeedContract *DeedContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_DeedContract *DeedContractRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type DeedContractSession struct + CallOpts bind.CallOpts + Contract *DeedContract + TransactOpts bind.TransactOpts + func (_DeedContract *DeedContractSession) CloseDeed(refundRatio *big.Int) (*types.Transaction, error) + func (_DeedContract *DeedContractSession) CreationDate() (*big.Int, error) + func (_DeedContract *DeedContractSession) DestroyDeed() (*types.Transaction, error) + func (_DeedContract *DeedContractSession) Owner() (common.Address, error) + func (_DeedContract *DeedContractSession) PreviousOwner() (common.Address, error) + func (_DeedContract *DeedContractSession) Registrar() (common.Address, error) + func (_DeedContract *DeedContractSession) SetBalance(newValue *big.Int, throwOnFailure bool) (*types.Transaction, error) + func (_DeedContract *DeedContractSession) SetOwner(newOwner common.Address) (*types.Transaction, error) + func (_DeedContract *DeedContractSession) SetRegistrar(newRegistrar common.Address) (*types.Transaction, error) + func (_DeedContract *DeedContractSession) Value() (*big.Int, error) + type DeedContractTransactor struct + func NewDeedContractTransactor(address common.Address, transactor bind.ContractTransactor) (*DeedContractTransactor, error) + func (_DeedContract *DeedContractTransactor) CloseDeed(opts *bind.TransactOpts, refundRatio *big.Int) (*types.Transaction, error) + func (_DeedContract *DeedContractTransactor) DestroyDeed(opts *bind.TransactOpts) (*types.Transaction, error) + func (_DeedContract *DeedContractTransactor) SetBalance(opts *bind.TransactOpts, newValue *big.Int, throwOnFailure bool) (*types.Transaction, error) + func (_DeedContract *DeedContractTransactor) SetOwner(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error) + func (_DeedContract *DeedContractTransactor) SetRegistrar(opts *bind.TransactOpts, newRegistrar common.Address) (*types.Transaction, error) + type DeedContractTransactorRaw struct + Contract *DeedContractTransactor + func (_DeedContract *DeedContractTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_DeedContract *DeedContractTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type DeedContractTransactorSession struct + Contract *DeedContractTransactor + TransactOpts bind.TransactOpts + func (_DeedContract *DeedContractTransactorSession) CloseDeed(refundRatio *big.Int) (*types.Transaction, error) + func (_DeedContract *DeedContractTransactorSession) DestroyDeed() (*types.Transaction, error) + func (_DeedContract *DeedContractTransactorSession) SetBalance(newValue *big.Int, throwOnFailure bool) (*types.Transaction, error) + func (_DeedContract *DeedContractTransactorSession) SetOwner(newOwner common.Address) (*types.Transaction, error) + func (_DeedContract *DeedContractTransactorSession) SetRegistrar(newRegistrar common.Address) (*types.Transaction, error) Other modules containing this package github.com/wealdtech/go-ens/v2 github.com/wealdtech/go-ens/v3