Documentation ¶
Index ¶
- Constants
- type DeedContract
- type DeedContractCaller
- 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
- type DeedContractCallerSession
- 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
- type DeedContractDeedClosedIterator
- type DeedContractFilterer
- 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
- type DeedContractOwnerChangedIterator
- type DeedContractRaw
- 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
- 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
- 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
- type DeedContractTransactorSession
- 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)
Constants ¶
const DeedContractABI = "" /* 1863-byte string literal not displayed */
DeedContractABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeedContract ¶
type DeedContract struct { DeedContractCaller // Read-only binding to the contract DeedContractTransactor // Write-only binding to the contract DeedContractFilterer // Log filterer for contract events }
DeedContract is an auto generated Go binding around an Ethereum contract.
func NewDeedContract ¶
func NewDeedContract(address common.Address, backend bind.ContractBackend) (*DeedContract, error)
NewDeedContract creates a new instance of DeedContract, bound to a specific deployed contract.
type DeedContractCaller ¶
type DeedContractCaller struct {
// contains filtered or unexported fields
}
DeedContractCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewDeedContractCaller ¶
func NewDeedContractCaller(address common.Address, caller bind.ContractCaller) (*DeedContractCaller, error)
NewDeedContractCaller creates a new read-only instance of DeedContract, bound to a specific deployed contract.
func (*DeedContractCaller) CreationDate ¶
CreationDate is a free data retrieval call binding the contract method 0x05b34410.
Solidity: function creationDate() constant returns(uint256)
func (*DeedContractCaller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() constant returns(address)
func (*DeedContractCaller) PreviousOwner ¶
PreviousOwner is a free data retrieval call binding the contract method 0x674f220f.
Solidity: function previousOwner() constant returns(address)
type DeedContractCallerRaw ¶
type DeedContractCallerRaw struct {
Contract *DeedContractCaller // Generic read-only contract binding to access the raw methods on
}
DeedContractCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*DeedContractCallerRaw) Call ¶
func (_DeedContract *DeedContractCallerRaw) 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 DeedContractCallerSession ¶
type DeedContractCallerSession struct { Contract *DeedContractCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
DeedContractCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*DeedContractCallerSession) CreationDate ¶
func (_DeedContract *DeedContractCallerSession) CreationDate() (*big.Int, error)
CreationDate is a free data retrieval call binding the contract method 0x05b34410.
Solidity: function creationDate() constant returns(uint256)
func (*DeedContractCallerSession) Owner ¶
func (_DeedContract *DeedContractCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() constant returns(address)
func (*DeedContractCallerSession) PreviousOwner ¶
func (_DeedContract *DeedContractCallerSession) PreviousOwner() (common.Address, error)
PreviousOwner is a free data retrieval call binding the contract method 0x674f220f.
Solidity: function previousOwner() constant returns(address)
type DeedContractDeedClosed ¶
DeedContractDeedClosed represents a DeedClosed event raised by the DeedContract contract.
type DeedContractDeedClosedIterator ¶
type DeedContractDeedClosedIterator struct { Event *DeedContractDeedClosed // Event containing the contract specifics and raw log // contains filtered or unexported fields }
DeedContractDeedClosedIterator is returned from FilterDeedClosed and is used to iterate over the raw logs and unpacked data for DeedClosed events raised by the DeedContract contract.
func (*DeedContractDeedClosedIterator) Close ¶
func (it *DeedContractDeedClosedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*DeedContractDeedClosedIterator) Error ¶
func (it *DeedContractDeedClosedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*DeedContractDeedClosedIterator) Next ¶
func (it *DeedContractDeedClosedIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type DeedContractFilterer ¶
type DeedContractFilterer struct {
// contains filtered or unexported fields
}
DeedContractFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewDeedContractFilterer ¶
func NewDeedContractFilterer(address common.Address, filterer bind.ContractFilterer) (*DeedContractFilterer, error)
NewDeedContractFilterer creates a new log filterer instance of DeedContract, bound to a specific deployed contract.
func (*DeedContractFilterer) FilterDeedClosed ¶
func (_DeedContract *DeedContractFilterer) FilterDeedClosed(opts *bind.FilterOpts) (*DeedContractDeedClosedIterator, error)
FilterDeedClosed is a free log retrieval operation binding the contract event 0xbb2ce2f51803bba16bc85282b47deeea9a5c6223eabea1077be696b3f265cf13.
Solidity: event DeedClosed()
func (*DeedContractFilterer) FilterOwnerChanged ¶
func (_DeedContract *DeedContractFilterer) FilterOwnerChanged(opts *bind.FilterOpts) (*DeedContractOwnerChangedIterator, error)
FilterOwnerChanged is a free log retrieval operation binding the contract event 0xa2ea9883a321a3e97b8266c2b078bfeec6d50c711ed71f874a90d500ae2eaf36.
Solidity: event OwnerChanged(address newOwner)
func (*DeedContractFilterer) WatchDeedClosed ¶
func (_DeedContract *DeedContractFilterer) WatchDeedClosed(opts *bind.WatchOpts, sink chan<- *DeedContractDeedClosed) (event.Subscription, error)
WatchDeedClosed is a free log subscription operation binding the contract event 0xbb2ce2f51803bba16bc85282b47deeea9a5c6223eabea1077be696b3f265cf13.
Solidity: event DeedClosed()
func (*DeedContractFilterer) WatchOwnerChanged ¶
func (_DeedContract *DeedContractFilterer) WatchOwnerChanged(opts *bind.WatchOpts, sink chan<- *DeedContractOwnerChanged) (event.Subscription, error)
WatchOwnerChanged is a free log subscription operation binding the contract event 0xa2ea9883a321a3e97b8266c2b078bfeec6d50c711ed71f874a90d500ae2eaf36.
Solidity: event OwnerChanged(address newOwner)
type DeedContractOwnerChanged ¶
type DeedContractOwnerChanged struct { NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
DeedContractOwnerChanged represents a OwnerChanged event raised by the DeedContract contract.
type DeedContractOwnerChangedIterator ¶
type DeedContractOwnerChangedIterator struct { Event *DeedContractOwnerChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
DeedContractOwnerChangedIterator is returned from FilterOwnerChanged and is used to iterate over the raw logs and unpacked data for OwnerChanged events raised by the DeedContract contract.
func (*DeedContractOwnerChangedIterator) Close ¶
func (it *DeedContractOwnerChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*DeedContractOwnerChangedIterator) Error ¶
func (it *DeedContractOwnerChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*DeedContractOwnerChangedIterator) Next ¶
func (it *DeedContractOwnerChangedIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type DeedContractRaw ¶
type DeedContractRaw struct {
Contract *DeedContract // Generic contract binding to access the raw methods on
}
DeedContractRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*DeedContractRaw) Call ¶
func (_DeedContract *DeedContractRaw) 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 (*DeedContractRaw) Transact ¶
func (_DeedContract *DeedContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*DeedContractRaw) Transfer ¶
func (_DeedContract *DeedContractRaw) 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 DeedContractSession ¶
type DeedContractSession struct { Contract *DeedContract // 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 }
DeedContractSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*DeedContractSession) CloseDeed ¶
func (_DeedContract *DeedContractSession) CloseDeed(refundRatio *big.Int) (*types.Transaction, error)
CloseDeed is a paid mutator transaction binding the contract method 0xbbe42771.
Solidity: function closeDeed(uint256 refundRatio) returns()
func (*DeedContractSession) CreationDate ¶
func (_DeedContract *DeedContractSession) CreationDate() (*big.Int, error)
CreationDate is a free data retrieval call binding the contract method 0x05b34410.
Solidity: function creationDate() constant returns(uint256)
func (*DeedContractSession) DestroyDeed ¶
func (_DeedContract *DeedContractSession) DestroyDeed() (*types.Transaction, error)
DestroyDeed is a paid mutator transaction binding the contract method 0x0b5ab3d5.
Solidity: function destroyDeed() returns()
func (*DeedContractSession) Owner ¶
func (_DeedContract *DeedContractSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() constant returns(address)
func (*DeedContractSession) PreviousOwner ¶
func (_DeedContract *DeedContractSession) PreviousOwner() (common.Address, error)
PreviousOwner is a free data retrieval call binding the contract method 0x674f220f.
Solidity: function previousOwner() constant returns(address)
func (*DeedContractSession) Registrar ¶
func (_DeedContract *DeedContractSession) Registrar() (common.Address, error)
Registrar is a free data retrieval call binding the contract method 0x2b20e397.
Solidity: function registrar() constant returns(address)
func (*DeedContractSession) SetBalance ¶
func (_DeedContract *DeedContractSession) SetBalance(newValue *big.Int, throwOnFailure bool) (*types.Transaction, error)
SetBalance is a paid mutator transaction binding the contract method 0xb0c80972.
Solidity: function setBalance(uint256 newValue, bool throwOnFailure) returns()
func (*DeedContractSession) SetOwner ¶
func (_DeedContract *DeedContractSession) SetOwner(newOwner common.Address) (*types.Transaction, error)
SetOwner is a paid mutator transaction binding the contract method 0x13af4035.
Solidity: function setOwner(address newOwner) returns()
func (*DeedContractSession) SetRegistrar ¶
func (_DeedContract *DeedContractSession) SetRegistrar(newRegistrar common.Address) (*types.Transaction, error)
SetRegistrar is a paid mutator transaction binding the contract method 0xfaab9d39.
Solidity: function setRegistrar(address newRegistrar) returns()
type DeedContractTransactor ¶
type DeedContractTransactor struct {
// contains filtered or unexported fields
}
DeedContractTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewDeedContractTransactor ¶
func NewDeedContractTransactor(address common.Address, transactor bind.ContractTransactor) (*DeedContractTransactor, error)
NewDeedContractTransactor creates a new write-only instance of DeedContract, bound to a specific deployed contract.
func (*DeedContractTransactor) CloseDeed ¶
func (_DeedContract *DeedContractTransactor) CloseDeed(opts *bind.TransactOpts, refundRatio *big.Int) (*types.Transaction, error)
CloseDeed is a paid mutator transaction binding the contract method 0xbbe42771.
Solidity: function closeDeed(uint256 refundRatio) returns()
func (*DeedContractTransactor) DestroyDeed ¶
func (_DeedContract *DeedContractTransactor) DestroyDeed(opts *bind.TransactOpts) (*types.Transaction, error)
DestroyDeed is a paid mutator transaction binding the contract method 0x0b5ab3d5.
Solidity: function destroyDeed() returns()
func (*DeedContractTransactor) SetBalance ¶
func (_DeedContract *DeedContractTransactor) SetBalance(opts *bind.TransactOpts, newValue *big.Int, throwOnFailure bool) (*types.Transaction, error)
SetBalance is a paid mutator transaction binding the contract method 0xb0c80972.
Solidity: function setBalance(uint256 newValue, bool throwOnFailure) returns()
func (*DeedContractTransactor) SetOwner ¶
func (_DeedContract *DeedContractTransactor) SetOwner(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
SetOwner is a paid mutator transaction binding the contract method 0x13af4035.
Solidity: function setOwner(address newOwner) returns()
func (*DeedContractTransactor) SetRegistrar ¶
func (_DeedContract *DeedContractTransactor) SetRegistrar(opts *bind.TransactOpts, newRegistrar common.Address) (*types.Transaction, error)
SetRegistrar is a paid mutator transaction binding the contract method 0xfaab9d39.
Solidity: function setRegistrar(address newRegistrar) returns()
type DeedContractTransactorRaw ¶
type DeedContractTransactorRaw struct {
Contract *DeedContractTransactor // Generic write-only contract binding to access the raw methods on
}
DeedContractTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*DeedContractTransactorRaw) Transact ¶
func (_DeedContract *DeedContractTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*DeedContractTransactorRaw) Transfer ¶
func (_DeedContract *DeedContractTransactorRaw) 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 DeedContractTransactorSession ¶
type DeedContractTransactorSession struct { Contract *DeedContractTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
DeedContractTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*DeedContractTransactorSession) CloseDeed ¶
func (_DeedContract *DeedContractTransactorSession) CloseDeed(refundRatio *big.Int) (*types.Transaction, error)
CloseDeed is a paid mutator transaction binding the contract method 0xbbe42771.
Solidity: function closeDeed(uint256 refundRatio) returns()
func (*DeedContractTransactorSession) DestroyDeed ¶
func (_DeedContract *DeedContractTransactorSession) DestroyDeed() (*types.Transaction, error)
DestroyDeed is a paid mutator transaction binding the contract method 0x0b5ab3d5.
Solidity: function destroyDeed() returns()
func (*DeedContractTransactorSession) SetBalance ¶
func (_DeedContract *DeedContractTransactorSession) SetBalance(newValue *big.Int, throwOnFailure bool) (*types.Transaction, error)
SetBalance is a paid mutator transaction binding the contract method 0xb0c80972.
Solidity: function setBalance(uint256 newValue, bool throwOnFailure) returns()
func (*DeedContractTransactorSession) SetOwner ¶
func (_DeedContract *DeedContractTransactorSession) SetOwner(newOwner common.Address) (*types.Transaction, error)
SetOwner is a paid mutator transaction binding the contract method 0x13af4035.
Solidity: function setOwner(address newOwner) returns()
func (*DeedContractTransactorSession) SetRegistrar ¶
func (_DeedContract *DeedContractTransactorSession) SetRegistrar(newRegistrar common.Address) (*types.Transaction, error)
SetRegistrar is a paid mutator transaction binding the contract method 0xfaab9d39.
Solidity: function setRegistrar(address newRegistrar) returns()