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 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 }
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 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(refundRatio uint256) 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(newValue uint256, throwOnFailure bool) 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(newOwner address) 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(newRegistrar address) 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(refundRatio uint256) 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(newValue uint256, throwOnFailure bool) 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(newOwner address) 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(newRegistrar address) 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(refundRatio uint256) 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(newValue uint256, throwOnFailure bool) 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(newOwner address) 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(newRegistrar address) returns()