project

package
v0.0.0-...-9d30561 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2018 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const BasicProjectWalletABI = "" /* 665-byte string literal not displayed */

BasicProjectWalletABI is the input ABI used to generate the binding from.

View Source
const BasicProjectWalletBin = `` /* 1332-byte string literal not displayed */

BasicProjectWalletBin is the compiled bytecode used for deploying new contracts.

View Source
const ERC20ABI = "" /* 2003-byte string literal not displayed */

ERC20ABI is the input ABI used to generate the binding from.

View Source
const ERC20Bin = `0x`

ERC20Bin is the compiled bytecode used for deploying new contracts.

View Source
const IxoERC20TokenABI = "" /* 4977-byte string literal not displayed */

IxoERC20TokenABI is the input ABI used to generate the binding from.

View Source
const IxoERC20TokenBin = `` /* 8820-byte string literal not displayed */

IxoERC20TokenBin is the compiled bytecode used for deploying new contracts.

View Source
const OwnableABI = "" /* 995-byte string literal not displayed */

OwnableABI is the input ABI used to generate the binding from.

View Source
const OwnableBin = `` /* 1736-byte string literal not displayed */

OwnableBin is the compiled bytecode used for deploying new contracts.

View Source
const ProjectWalletABI = "" /* 267-byte string literal not displayed */

ProjectWalletABI is the input ABI used to generate the binding from.

View Source
const ProjectWalletBin = `0x`

ProjectWalletBin is the compiled bytecode used for deploying new contracts.

View Source
const ProjectWalletFactoryABI = "" /* 320-byte string literal not displayed */

ProjectWalletFactoryABI is the input ABI used to generate the binding from.

View Source
const ProjectWalletFactoryBin = `` /* 2404-byte string literal not displayed */

ProjectWalletFactoryBin is the compiled bytecode used for deploying new contracts.

View Source
const ProjectWalletRegistryABI = "" /* 1768-byte string literal not displayed */

ProjectWalletRegistryABI is the input ABI used to generate the binding from.

View Source
const ProjectWalletRegistryBin = `` /* 3458-byte string literal not displayed */

ProjectWalletRegistryBin is the compiled bytecode used for deploying new contracts.

View Source
const SafeMathABI = "[]"

SafeMathABI is the input ABI used to generate the binding from.

View Source
const SafeMathBin = `` /* 242-byte string literal not displayed */

SafeMathBin is the compiled bytecode used for deploying new contracts.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicProjectWallet

type BasicProjectWallet struct {
	BasicProjectWalletCaller     // Read-only binding to the contract
	BasicProjectWalletTransactor // Write-only binding to the contract
	BasicProjectWalletFilterer   // Log filterer for contract events
}

BasicProjectWallet is an auto generated Go binding around an Ethereum contract.

func DeployBasicProjectWallet

func DeployBasicProjectWallet(auth *bind.TransactOpts, backend bind.ContractBackend, _token common.Address, _authoriser common.Address, _name [32]byte) (common.Address, *types.Transaction, *BasicProjectWallet, error)

DeployBasicProjectWallet deploys a new Ethereum contract, binding an instance of BasicProjectWallet to it.

func NewBasicProjectWallet

func NewBasicProjectWallet(address common.Address, backend bind.ContractBackend) (*BasicProjectWallet, error)

NewBasicProjectWallet creates a new instance of BasicProjectWallet, bound to a specific deployed contract.

type BasicProjectWalletCaller

type BasicProjectWalletCaller struct {
	// contains filtered or unexported fields
}

BasicProjectWalletCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewBasicProjectWalletCaller

func NewBasicProjectWalletCaller(address common.Address, caller bind.ContractCaller) (*BasicProjectWalletCaller, error)

NewBasicProjectWalletCaller creates a new read-only instance of BasicProjectWallet, bound to a specific deployed contract.

func (*BasicProjectWalletCaller) Name

func (_BasicProjectWallet *BasicProjectWalletCaller) Name(opts *bind.CallOpts) ([32]byte, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() constant returns(bytes32)

type BasicProjectWalletCallerRaw

type BasicProjectWalletCallerRaw struct {
	Contract *BasicProjectWalletCaller // Generic read-only contract binding to access the raw methods on
}

BasicProjectWalletCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*BasicProjectWalletCallerRaw) Call

func (_BasicProjectWallet *BasicProjectWalletCallerRaw) 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 BasicProjectWalletCallerSession

type BasicProjectWalletCallerSession struct {
	Contract *BasicProjectWalletCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts             // Call options to use throughout this session
}

BasicProjectWalletCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*BasicProjectWalletCallerSession) Name

func (_BasicProjectWallet *BasicProjectWalletCallerSession) Name() ([32]byte, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() constant returns(bytes32)

type BasicProjectWalletFilterer

type BasicProjectWalletFilterer struct {
	// contains filtered or unexported fields
}

BasicProjectWalletFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewBasicProjectWalletFilterer

func NewBasicProjectWalletFilterer(address common.Address, filterer bind.ContractFilterer) (*BasicProjectWalletFilterer, error)

NewBasicProjectWalletFilterer creates a new log filterer instance of BasicProjectWallet, bound to a specific deployed contract.

type BasicProjectWalletRaw

type BasicProjectWalletRaw struct {
	Contract *BasicProjectWallet // Generic contract binding to access the raw methods on
}

BasicProjectWalletRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*BasicProjectWalletRaw) Call

func (_BasicProjectWallet *BasicProjectWalletRaw) 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 (*BasicProjectWalletRaw) Transact

func (_BasicProjectWallet *BasicProjectWalletRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*BasicProjectWalletRaw) Transfer

func (_BasicProjectWallet *BasicProjectWalletRaw) 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 BasicProjectWalletSession

type BasicProjectWalletSession struct {
	Contract     *BasicProjectWallet // 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
}

BasicProjectWalletSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*BasicProjectWalletSession) Name

func (_BasicProjectWallet *BasicProjectWalletSession) Name() ([32]byte, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() constant returns(bytes32)

func (*BasicProjectWalletSession) Transfer

func (_BasicProjectWallet *BasicProjectWalletSession) Transfer(_receiver common.Address, _amt *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_receiver address, _amt uint256) returns(bool)

type BasicProjectWalletTransactor

type BasicProjectWalletTransactor struct {
	// contains filtered or unexported fields
}

BasicProjectWalletTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewBasicProjectWalletTransactor

func NewBasicProjectWalletTransactor(address common.Address, transactor bind.ContractTransactor) (*BasicProjectWalletTransactor, error)

NewBasicProjectWalletTransactor creates a new write-only instance of BasicProjectWallet, bound to a specific deployed contract.

func (*BasicProjectWalletTransactor) Transfer

func (_BasicProjectWallet *BasicProjectWalletTransactor) Transfer(opts *bind.TransactOpts, _receiver common.Address, _amt *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_receiver address, _amt uint256) returns(bool)

type BasicProjectWalletTransactorRaw

type BasicProjectWalletTransactorRaw struct {
	Contract *BasicProjectWalletTransactor // Generic write-only contract binding to access the raw methods on
}

BasicProjectWalletTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*BasicProjectWalletTransactorRaw) Transact

func (_BasicProjectWallet *BasicProjectWalletTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*BasicProjectWalletTransactorRaw) Transfer

func (_BasicProjectWallet *BasicProjectWalletTransactorRaw) 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 BasicProjectWalletTransactorSession

type BasicProjectWalletTransactorSession struct {
	Contract     *BasicProjectWalletTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts             // Transaction auth options to use throughout this session
}

BasicProjectWalletTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*BasicProjectWalletTransactorSession) Transfer

func (_BasicProjectWallet *BasicProjectWalletTransactorSession) Transfer(_receiver common.Address, _amt *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_receiver address, _amt uint256) returns(bool)

type ERC20

type ERC20 struct {
	ERC20Caller     // Read-only binding to the contract
	ERC20Transactor // Write-only binding to the contract
	ERC20Filterer   // Log filterer for contract events
}

ERC20 is an auto generated Go binding around an Ethereum contract.

func DeployERC20

func DeployERC20(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ERC20, error)

DeployERC20 deploys a new Ethereum contract, binding an instance of ERC20 to it.

func NewERC20

func NewERC20(address common.Address, backend bind.ContractBackend) (*ERC20, error)

NewERC20 creates a new instance of ERC20, bound to a specific deployed contract.

type ERC20Approval

type ERC20Approval struct {
	Owner   common.Address
	Spender common.Address
	Value   *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}

ERC20Approval represents a Approval event raised by the ERC20 contract.

type ERC20ApprovalIterator

type ERC20ApprovalIterator struct {
	Event *ERC20Approval // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

ERC20ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the ERC20 contract.

func (*ERC20ApprovalIterator) Close

func (it *ERC20ApprovalIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*ERC20ApprovalIterator) Error

func (it *ERC20ApprovalIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC20ApprovalIterator) Next

func (it *ERC20ApprovalIterator) 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 ERC20Caller

type ERC20Caller struct {
	// contains filtered or unexported fields
}

ERC20Caller is an auto generated read-only Go binding around an Ethereum contract.

func NewERC20Caller

func NewERC20Caller(address common.Address, caller bind.ContractCaller) (*ERC20Caller, error)

NewERC20Caller creates a new read-only instance of ERC20, bound to a specific deployed contract.

func (*ERC20Caller) Allowance

func (_ERC20 *ERC20Caller) Allowance(opts *bind.CallOpts, _owner common.Address, _spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(_owner address, _spender address) constant returns(uint256)

func (*ERC20Caller) BalanceOf

func (_ERC20 *ERC20Caller) BalanceOf(opts *bind.CallOpts, _who common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(_who address) constant returns(uint256)

func (*ERC20Caller) TotalSupply

func (_ERC20 *ERC20Caller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() constant returns(uint256)

type ERC20CallerRaw

type ERC20CallerRaw struct {
	Contract *ERC20Caller // Generic read-only contract binding to access the raw methods on
}

ERC20CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*ERC20CallerRaw) Call

func (_ERC20 *ERC20CallerRaw) 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 ERC20CallerSession

type ERC20CallerSession struct {
	Contract *ERC20Caller  // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts // Call options to use throughout this session
}

ERC20CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*ERC20CallerSession) Allowance

func (_ERC20 *ERC20CallerSession) Allowance(_owner common.Address, _spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(_owner address, _spender address) constant returns(uint256)

func (*ERC20CallerSession) BalanceOf

func (_ERC20 *ERC20CallerSession) BalanceOf(_who common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(_who address) constant returns(uint256)

func (*ERC20CallerSession) TotalSupply

func (_ERC20 *ERC20CallerSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() constant returns(uint256)

type ERC20Filterer

type ERC20Filterer struct {
	// contains filtered or unexported fields
}

ERC20Filterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewERC20Filterer

func NewERC20Filterer(address common.Address, filterer bind.ContractFilterer) (*ERC20Filterer, error)

NewERC20Filterer creates a new log filterer instance of ERC20, bound to a specific deployed contract.

func (*ERC20Filterer) FilterApproval

func (_ERC20 *ERC20Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ERC20ApprovalIterator, error)

FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: e Approval(owner indexed address, spender indexed address, value uint256)

func (*ERC20Filterer) FilterTransfer

func (_ERC20 *ERC20Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ERC20TransferIterator, error)

FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: e Transfer(from indexed address, to indexed address, value uint256)

func (*ERC20Filterer) WatchApproval

func (_ERC20 *ERC20Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ERC20Approval, owner []common.Address, spender []common.Address) (event.Subscription, error)

WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: e Approval(owner indexed address, spender indexed address, value uint256)

func (*ERC20Filterer) WatchTransfer

func (_ERC20 *ERC20Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ERC20Transfer, from []common.Address, to []common.Address) (event.Subscription, error)

WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: e Transfer(from indexed address, to indexed address, value uint256)

type ERC20Raw

type ERC20Raw struct {
	Contract *ERC20 // Generic contract binding to access the raw methods on
}

ERC20Raw is an auto generated low-level Go binding around an Ethereum contract.

func (*ERC20Raw) Call

func (_ERC20 *ERC20Raw) 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 (*ERC20Raw) Transact

func (_ERC20 *ERC20Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ERC20Raw) Transfer

func (_ERC20 *ERC20Raw) 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 ERC20Session

type ERC20Session struct {
	Contract     *ERC20            // 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
}

ERC20Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*ERC20Session) Allowance

func (_ERC20 *ERC20Session) Allowance(_owner common.Address, _spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(_owner address, _spender address) constant returns(uint256)

func (*ERC20Session) Approve

func (_ERC20 *ERC20Session) Approve(_spender common.Address, _value *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(_spender address, _value uint256) returns(bool)

func (*ERC20Session) BalanceOf

func (_ERC20 *ERC20Session) BalanceOf(_who common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(_who address) constant returns(uint256)

func (*ERC20Session) TotalSupply

func (_ERC20 *ERC20Session) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() constant returns(uint256)

func (*ERC20Session) Transfer

func (_ERC20 *ERC20Session) Transfer(_to common.Address, _value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_to address, _value uint256) returns(bool)

func (*ERC20Session) TransferFrom

func (_ERC20 *ERC20Session) TransferFrom(_from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(_from address, _to address, _value uint256) returns(bool)

type ERC20Transactor

type ERC20Transactor struct {
	// contains filtered or unexported fields
}

ERC20Transactor is an auto generated write-only Go binding around an Ethereum contract.

func NewERC20Transactor

func NewERC20Transactor(address common.Address, transactor bind.ContractTransactor) (*ERC20Transactor, error)

NewERC20Transactor creates a new write-only instance of ERC20, bound to a specific deployed contract.

func (*ERC20Transactor) Approve

func (_ERC20 *ERC20Transactor) Approve(opts *bind.TransactOpts, _spender common.Address, _value *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(_spender address, _value uint256) returns(bool)

func (*ERC20Transactor) Transfer

func (_ERC20 *ERC20Transactor) Transfer(opts *bind.TransactOpts, _to common.Address, _value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_to address, _value uint256) returns(bool)

func (*ERC20Transactor) TransferFrom

func (_ERC20 *ERC20Transactor) TransferFrom(opts *bind.TransactOpts, _from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(_from address, _to address, _value uint256) returns(bool)

type ERC20TransactorRaw

type ERC20TransactorRaw struct {
	Contract *ERC20Transactor // Generic write-only contract binding to access the raw methods on
}

ERC20TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*ERC20TransactorRaw) Transact

func (_ERC20 *ERC20TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ERC20TransactorRaw) Transfer

func (_ERC20 *ERC20TransactorRaw) 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 ERC20TransactorSession

type ERC20TransactorSession struct {
	Contract     *ERC20Transactor  // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

ERC20TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*ERC20TransactorSession) Approve

func (_ERC20 *ERC20TransactorSession) Approve(_spender common.Address, _value *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(_spender address, _value uint256) returns(bool)

func (*ERC20TransactorSession) Transfer

func (_ERC20 *ERC20TransactorSession) Transfer(_to common.Address, _value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_to address, _value uint256) returns(bool)

func (*ERC20TransactorSession) TransferFrom

func (_ERC20 *ERC20TransactorSession) TransferFrom(_from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(_from address, _to address, _value uint256) returns(bool)

type ERC20Transfer

type ERC20Transfer struct {
	From  common.Address
	To    common.Address
	Value *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

ERC20Transfer represents a Transfer event raised by the ERC20 contract.

type ERC20TransferIterator

type ERC20TransferIterator struct {
	Event *ERC20Transfer // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

ERC20TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the ERC20 contract.

func (*ERC20TransferIterator) Close

func (it *ERC20TransferIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*ERC20TransferIterator) Error

func (it *ERC20TransferIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC20TransferIterator) Next

func (it *ERC20TransferIterator) 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 IxoERC20Token

type IxoERC20Token struct {
	IxoERC20TokenCaller     // Read-only binding to the contract
	IxoERC20TokenTransactor // Write-only binding to the contract
	IxoERC20TokenFilterer   // Log filterer for contract events
}

IxoERC20Token is an auto generated Go binding around an Ethereum contract.

func DeployIxoERC20Token

func DeployIxoERC20Token(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *IxoERC20Token, error)

DeployIxoERC20Token deploys a new Ethereum contract, binding an instance of IxoERC20Token to it.

func NewIxoERC20Token

func NewIxoERC20Token(address common.Address, backend bind.ContractBackend) (*IxoERC20Token, error)

NewIxoERC20Token creates a new instance of IxoERC20Token, bound to a specific deployed contract.

type IxoERC20TokenApproval

type IxoERC20TokenApproval struct {
	Owner   common.Address
	Spender common.Address
	Value   *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}

IxoERC20TokenApproval represents a Approval event raised by the IxoERC20Token contract.

type IxoERC20TokenApprovalIterator

type IxoERC20TokenApprovalIterator struct {
	Event *IxoERC20TokenApproval // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

IxoERC20TokenApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the IxoERC20Token contract.

func (*IxoERC20TokenApprovalIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*IxoERC20TokenApprovalIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*IxoERC20TokenApprovalIterator) Next

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 IxoERC20TokenCaller

type IxoERC20TokenCaller struct {
	// contains filtered or unexported fields
}

IxoERC20TokenCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewIxoERC20TokenCaller

func NewIxoERC20TokenCaller(address common.Address, caller bind.ContractCaller) (*IxoERC20TokenCaller, error)

NewIxoERC20TokenCaller creates a new read-only instance of IxoERC20Token, bound to a specific deployed contract.

func (*IxoERC20TokenCaller) Allowance

func (_IxoERC20Token *IxoERC20TokenCaller) Allowance(opts *bind.CallOpts, _owner common.Address, _spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(_owner address, _spender address) constant returns(uint256)

func (*IxoERC20TokenCaller) BalanceOf

func (_IxoERC20Token *IxoERC20TokenCaller) BalanceOf(opts *bind.CallOpts, _owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(_owner address) constant returns(uint256)

func (*IxoERC20TokenCaller) CAP

func (_IxoERC20Token *IxoERC20TokenCaller) CAP(opts *bind.CallOpts) (*big.Int, error)

CAP is a free data retrieval call binding the contract method 0xec81b483.

Solidity: function CAP() constant returns(uint256)

func (*IxoERC20TokenCaller) Decimals

func (_IxoERC20Token *IxoERC20TokenCaller) Decimals(opts *bind.CallOpts) (*big.Int, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() constant returns(uint256)

func (*IxoERC20TokenCaller) Minter

func (_IxoERC20Token *IxoERC20TokenCaller) Minter(opts *bind.CallOpts) (common.Address, error)

Minter is a free data retrieval call binding the contract method 0x07546172.

Solidity: function minter() constant returns(address)

func (*IxoERC20TokenCaller) Name

func (_IxoERC20Token *IxoERC20TokenCaller) Name(opts *bind.CallOpts) (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() constant returns(string)

func (*IxoERC20TokenCaller) Owner

func (_IxoERC20Token *IxoERC20TokenCaller) Owner(opts *bind.CallOpts) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() constant returns(address)

func (*IxoERC20TokenCaller) Symbol

func (_IxoERC20Token *IxoERC20TokenCaller) Symbol(opts *bind.CallOpts) (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() constant returns(string)

func (*IxoERC20TokenCaller) TotalSupply

func (_IxoERC20Token *IxoERC20TokenCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() constant returns(uint256)

type IxoERC20TokenCallerRaw

type IxoERC20TokenCallerRaw struct {
	Contract *IxoERC20TokenCaller // Generic read-only contract binding to access the raw methods on
}

IxoERC20TokenCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*IxoERC20TokenCallerRaw) Call

func (_IxoERC20Token *IxoERC20TokenCallerRaw) 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 IxoERC20TokenCallerSession

type IxoERC20TokenCallerSession struct {
	Contract *IxoERC20TokenCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts        // Call options to use throughout this session
}

IxoERC20TokenCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*IxoERC20TokenCallerSession) Allowance

func (_IxoERC20Token *IxoERC20TokenCallerSession) Allowance(_owner common.Address, _spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(_owner address, _spender address) constant returns(uint256)

func (*IxoERC20TokenCallerSession) BalanceOf

func (_IxoERC20Token *IxoERC20TokenCallerSession) BalanceOf(_owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(_owner address) constant returns(uint256)

func (*IxoERC20TokenCallerSession) CAP

func (_IxoERC20Token *IxoERC20TokenCallerSession) CAP() (*big.Int, error)

CAP is a free data retrieval call binding the contract method 0xec81b483.

Solidity: function CAP() constant returns(uint256)

func (*IxoERC20TokenCallerSession) Decimals

func (_IxoERC20Token *IxoERC20TokenCallerSession) Decimals() (*big.Int, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() constant returns(uint256)

func (*IxoERC20TokenCallerSession) Minter

func (_IxoERC20Token *IxoERC20TokenCallerSession) Minter() (common.Address, error)

Minter is a free data retrieval call binding the contract method 0x07546172.

Solidity: function minter() constant returns(address)

func (*IxoERC20TokenCallerSession) Name

func (_IxoERC20Token *IxoERC20TokenCallerSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() constant returns(string)

func (*IxoERC20TokenCallerSession) Owner

func (_IxoERC20Token *IxoERC20TokenCallerSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() constant returns(address)

func (*IxoERC20TokenCallerSession) Symbol

func (_IxoERC20Token *IxoERC20TokenCallerSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() constant returns(string)

func (*IxoERC20TokenCallerSession) TotalSupply

func (_IxoERC20Token *IxoERC20TokenCallerSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() constant returns(uint256)

type IxoERC20TokenFilterer

type IxoERC20TokenFilterer struct {
	// contains filtered or unexported fields
}

IxoERC20TokenFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewIxoERC20TokenFilterer

func NewIxoERC20TokenFilterer(address common.Address, filterer bind.ContractFilterer) (*IxoERC20TokenFilterer, error)

NewIxoERC20TokenFilterer creates a new log filterer instance of IxoERC20Token, bound to a specific deployed contract.

func (*IxoERC20TokenFilterer) FilterApproval

func (_IxoERC20Token *IxoERC20TokenFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*IxoERC20TokenApprovalIterator, error)

FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: e Approval(owner indexed address, spender indexed address, value uint256)

func (*IxoERC20TokenFilterer) FilterMint

func (_IxoERC20Token *IxoERC20TokenFilterer) FilterMint(opts *bind.FilterOpts, to []common.Address) (*IxoERC20TokenMintIterator, error)

FilterMint is a free log retrieval operation binding the contract event 0x0f6798a560793a54c3bcfe86a93cde1e73087d944c0ea20544137d4121396885.

Solidity: e Mint(to indexed address, amount uint256)

func (*IxoERC20TokenFilterer) FilterOwnershipRenounced

func (_IxoERC20Token *IxoERC20TokenFilterer) FilterOwnershipRenounced(opts *bind.FilterOpts, previousOwner []common.Address) (*IxoERC20TokenOwnershipRenouncedIterator, error)

FilterOwnershipRenounced is a free log retrieval operation binding the contract event 0xf8df31144d9c2f0f6b59d69b8b98abd5459d07f2742c4df920b25aae33c64820.

Solidity: e OwnershipRenounced(previousOwner indexed address)

func (*IxoERC20TokenFilterer) FilterOwnershipTransferred

func (_IxoERC20Token *IxoERC20TokenFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*IxoERC20TokenOwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: e OwnershipTransferred(previousOwner indexed address, newOwner indexed address)

func (*IxoERC20TokenFilterer) FilterTransfer

func (_IxoERC20Token *IxoERC20TokenFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*IxoERC20TokenTransferIterator, error)

FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: e Transfer(from indexed address, to indexed address, value uint256)

func (*IxoERC20TokenFilterer) WatchApproval

func (_IxoERC20Token *IxoERC20TokenFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *IxoERC20TokenApproval, owner []common.Address, spender []common.Address) (event.Subscription, error)

WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: e Approval(owner indexed address, spender indexed address, value uint256)

func (*IxoERC20TokenFilterer) WatchMint

func (_IxoERC20Token *IxoERC20TokenFilterer) WatchMint(opts *bind.WatchOpts, sink chan<- *IxoERC20TokenMint, to []common.Address) (event.Subscription, error)

WatchMint is a free log subscription operation binding the contract event 0x0f6798a560793a54c3bcfe86a93cde1e73087d944c0ea20544137d4121396885.

Solidity: e Mint(to indexed address, amount uint256)

func (*IxoERC20TokenFilterer) WatchOwnershipRenounced

func (_IxoERC20Token *IxoERC20TokenFilterer) WatchOwnershipRenounced(opts *bind.WatchOpts, sink chan<- *IxoERC20TokenOwnershipRenounced, previousOwner []common.Address) (event.Subscription, error)

WatchOwnershipRenounced is a free log subscription operation binding the contract event 0xf8df31144d9c2f0f6b59d69b8b98abd5459d07f2742c4df920b25aae33c64820.

Solidity: e OwnershipRenounced(previousOwner indexed address)

func (*IxoERC20TokenFilterer) WatchOwnershipTransferred

func (_IxoERC20Token *IxoERC20TokenFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *IxoERC20TokenOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)

WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: e OwnershipTransferred(previousOwner indexed address, newOwner indexed address)

func (*IxoERC20TokenFilterer) WatchTransfer

func (_IxoERC20Token *IxoERC20TokenFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *IxoERC20TokenTransfer, from []common.Address, to []common.Address) (event.Subscription, error)

WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: e Transfer(from indexed address, to indexed address, value uint256)

type IxoERC20TokenMint

type IxoERC20TokenMint struct {
	To     common.Address
	Amount *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

IxoERC20TokenMint represents a Mint event raised by the IxoERC20Token contract.

type IxoERC20TokenMintIterator

type IxoERC20TokenMintIterator struct {
	Event *IxoERC20TokenMint // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

IxoERC20TokenMintIterator is returned from FilterMint and is used to iterate over the raw logs and unpacked data for Mint events raised by the IxoERC20Token contract.

func (*IxoERC20TokenMintIterator) Close

func (it *IxoERC20TokenMintIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*IxoERC20TokenMintIterator) Error

func (it *IxoERC20TokenMintIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*IxoERC20TokenMintIterator) Next

func (it *IxoERC20TokenMintIterator) 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 IxoERC20TokenOwnershipRenounced

type IxoERC20TokenOwnershipRenounced struct {
	PreviousOwner common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

IxoERC20TokenOwnershipRenounced represents a OwnershipRenounced event raised by the IxoERC20Token contract.

type IxoERC20TokenOwnershipRenouncedIterator

type IxoERC20TokenOwnershipRenouncedIterator struct {
	Event *IxoERC20TokenOwnershipRenounced // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

IxoERC20TokenOwnershipRenouncedIterator is returned from FilterOwnershipRenounced and is used to iterate over the raw logs and unpacked data for OwnershipRenounced events raised by the IxoERC20Token contract.

func (*IxoERC20TokenOwnershipRenouncedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*IxoERC20TokenOwnershipRenouncedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*IxoERC20TokenOwnershipRenouncedIterator) Next

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 IxoERC20TokenOwnershipTransferred

type IxoERC20TokenOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

IxoERC20TokenOwnershipTransferred represents a OwnershipTransferred event raised by the IxoERC20Token contract.

type IxoERC20TokenOwnershipTransferredIterator

type IxoERC20TokenOwnershipTransferredIterator struct {
	Event *IxoERC20TokenOwnershipTransferred // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

IxoERC20TokenOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the IxoERC20Token contract.

func (*IxoERC20TokenOwnershipTransferredIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*IxoERC20TokenOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*IxoERC20TokenOwnershipTransferredIterator) Next

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 IxoERC20TokenRaw

type IxoERC20TokenRaw struct {
	Contract *IxoERC20Token // Generic contract binding to access the raw methods on
}

IxoERC20TokenRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*IxoERC20TokenRaw) Call

func (_IxoERC20Token *IxoERC20TokenRaw) 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 (*IxoERC20TokenRaw) Transact

func (_IxoERC20Token *IxoERC20TokenRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IxoERC20TokenRaw) Transfer

func (_IxoERC20Token *IxoERC20TokenRaw) 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 IxoERC20TokenSession

type IxoERC20TokenSession struct {
	Contract     *IxoERC20Token    // 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
}

IxoERC20TokenSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*IxoERC20TokenSession) Allowance

func (_IxoERC20Token *IxoERC20TokenSession) Allowance(_owner common.Address, _spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(_owner address, _spender address) constant returns(uint256)

func (*IxoERC20TokenSession) Approve

func (_IxoERC20Token *IxoERC20TokenSession) Approve(_spender common.Address, _value *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(_spender address, _value uint256) returns(bool)

func (*IxoERC20TokenSession) BalanceOf

func (_IxoERC20Token *IxoERC20TokenSession) BalanceOf(_owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(_owner address) constant returns(uint256)

func (*IxoERC20TokenSession) CAP

func (_IxoERC20Token *IxoERC20TokenSession) CAP() (*big.Int, error)

CAP is a free data retrieval call binding the contract method 0xec81b483.

Solidity: function CAP() constant returns(uint256)

func (*IxoERC20TokenSession) Decimals

func (_IxoERC20Token *IxoERC20TokenSession) Decimals() (*big.Int, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() constant returns(uint256)

func (*IxoERC20TokenSession) DecreaseApproval

func (_IxoERC20Token *IxoERC20TokenSession) DecreaseApproval(_spender common.Address, _subtractedValue *big.Int) (*types.Transaction, error)

DecreaseApproval is a paid mutator transaction binding the contract method 0x66188463.

Solidity: function decreaseApproval(_spender address, _subtractedValue uint256) returns(bool)

func (*IxoERC20TokenSession) IncreaseApproval

func (_IxoERC20Token *IxoERC20TokenSession) IncreaseApproval(_spender common.Address, _addedValue *big.Int) (*types.Transaction, error)

IncreaseApproval is a paid mutator transaction binding the contract method 0xd73dd623.

Solidity: function increaseApproval(_spender address, _addedValue uint256) returns(bool)

func (*IxoERC20TokenSession) Mint

func (_IxoERC20Token *IxoERC20TokenSession) Mint(_to common.Address, _amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(_to address, _amount uint256) returns(bool)

func (*IxoERC20TokenSession) Minter

func (_IxoERC20Token *IxoERC20TokenSession) Minter() (common.Address, error)

Minter is a free data retrieval call binding the contract method 0x07546172.

Solidity: function minter() constant returns(address)

func (*IxoERC20TokenSession) Name

func (_IxoERC20Token *IxoERC20TokenSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() constant returns(string)

func (*IxoERC20TokenSession) Owner

func (_IxoERC20Token *IxoERC20TokenSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() constant returns(address)

func (*IxoERC20TokenSession) RenounceOwnership

func (_IxoERC20Token *IxoERC20TokenSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*IxoERC20TokenSession) SetMinter

func (_IxoERC20Token *IxoERC20TokenSession) SetMinter(_newMinter common.Address) (*types.Transaction, error)

SetMinter is a paid mutator transaction binding the contract method 0xfca3b5aa.

Solidity: function setMinter(_newMinter address) returns()

func (*IxoERC20TokenSession) Symbol

func (_IxoERC20Token *IxoERC20TokenSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() constant returns(string)

func (*IxoERC20TokenSession) TotalSupply

func (_IxoERC20Token *IxoERC20TokenSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() constant returns(uint256)

func (*IxoERC20TokenSession) Transfer

func (_IxoERC20Token *IxoERC20TokenSession) Transfer(_to common.Address, _value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_to address, _value uint256) returns(bool)

func (*IxoERC20TokenSession) TransferFrom

func (_IxoERC20Token *IxoERC20TokenSession) TransferFrom(_from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(_from address, _to address, _value uint256) returns(bool)

func (*IxoERC20TokenSession) TransferOwnership

func (_IxoERC20Token *IxoERC20TokenSession) TransferOwnership(_newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(_newOwner address) returns()

type IxoERC20TokenTransactor

type IxoERC20TokenTransactor struct {
	// contains filtered or unexported fields
}

IxoERC20TokenTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewIxoERC20TokenTransactor

func NewIxoERC20TokenTransactor(address common.Address, transactor bind.ContractTransactor) (*IxoERC20TokenTransactor, error)

NewIxoERC20TokenTransactor creates a new write-only instance of IxoERC20Token, bound to a specific deployed contract.

func (*IxoERC20TokenTransactor) Approve

func (_IxoERC20Token *IxoERC20TokenTransactor) Approve(opts *bind.TransactOpts, _spender common.Address, _value *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(_spender address, _value uint256) returns(bool)

func (*IxoERC20TokenTransactor) DecreaseApproval

func (_IxoERC20Token *IxoERC20TokenTransactor) DecreaseApproval(opts *bind.TransactOpts, _spender common.Address, _subtractedValue *big.Int) (*types.Transaction, error)

DecreaseApproval is a paid mutator transaction binding the contract method 0x66188463.

Solidity: function decreaseApproval(_spender address, _subtractedValue uint256) returns(bool)

func (*IxoERC20TokenTransactor) IncreaseApproval

func (_IxoERC20Token *IxoERC20TokenTransactor) IncreaseApproval(opts *bind.TransactOpts, _spender common.Address, _addedValue *big.Int) (*types.Transaction, error)

IncreaseApproval is a paid mutator transaction binding the contract method 0xd73dd623.

Solidity: function increaseApproval(_spender address, _addedValue uint256) returns(bool)

func (*IxoERC20TokenTransactor) Mint

func (_IxoERC20Token *IxoERC20TokenTransactor) Mint(opts *bind.TransactOpts, _to common.Address, _amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(_to address, _amount uint256) returns(bool)

func (*IxoERC20TokenTransactor) RenounceOwnership

func (_IxoERC20Token *IxoERC20TokenTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*IxoERC20TokenTransactor) SetMinter

func (_IxoERC20Token *IxoERC20TokenTransactor) SetMinter(opts *bind.TransactOpts, _newMinter common.Address) (*types.Transaction, error)

SetMinter is a paid mutator transaction binding the contract method 0xfca3b5aa.

Solidity: function setMinter(_newMinter address) returns()

func (*IxoERC20TokenTransactor) Transfer

func (_IxoERC20Token *IxoERC20TokenTransactor) Transfer(opts *bind.TransactOpts, _to common.Address, _value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_to address, _value uint256) returns(bool)

func (*IxoERC20TokenTransactor) TransferFrom

func (_IxoERC20Token *IxoERC20TokenTransactor) TransferFrom(opts *bind.TransactOpts, _from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(_from address, _to address, _value uint256) returns(bool)

func (*IxoERC20TokenTransactor) TransferOwnership

func (_IxoERC20Token *IxoERC20TokenTransactor) TransferOwnership(opts *bind.TransactOpts, _newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(_newOwner address) returns()

type IxoERC20TokenTransactorRaw

type IxoERC20TokenTransactorRaw struct {
	Contract *IxoERC20TokenTransactor // Generic write-only contract binding to access the raw methods on
}

IxoERC20TokenTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*IxoERC20TokenTransactorRaw) Transact

func (_IxoERC20Token *IxoERC20TokenTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*IxoERC20TokenTransactorRaw) Transfer

func (_IxoERC20Token *IxoERC20TokenTransactorRaw) 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 IxoERC20TokenTransactorSession

type IxoERC20TokenTransactorSession struct {
	Contract     *IxoERC20TokenTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts        // Transaction auth options to use throughout this session
}

IxoERC20TokenTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*IxoERC20TokenTransactorSession) Approve

func (_IxoERC20Token *IxoERC20TokenTransactorSession) Approve(_spender common.Address, _value *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(_spender address, _value uint256) returns(bool)

func (*IxoERC20TokenTransactorSession) DecreaseApproval

func (_IxoERC20Token *IxoERC20TokenTransactorSession) DecreaseApproval(_spender common.Address, _subtractedValue *big.Int) (*types.Transaction, error)

DecreaseApproval is a paid mutator transaction binding the contract method 0x66188463.

Solidity: function decreaseApproval(_spender address, _subtractedValue uint256) returns(bool)

func (*IxoERC20TokenTransactorSession) IncreaseApproval

func (_IxoERC20Token *IxoERC20TokenTransactorSession) IncreaseApproval(_spender common.Address, _addedValue *big.Int) (*types.Transaction, error)

IncreaseApproval is a paid mutator transaction binding the contract method 0xd73dd623.

Solidity: function increaseApproval(_spender address, _addedValue uint256) returns(bool)

func (*IxoERC20TokenTransactorSession) Mint

func (_IxoERC20Token *IxoERC20TokenTransactorSession) Mint(_to common.Address, _amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(_to address, _amount uint256) returns(bool)

func (*IxoERC20TokenTransactorSession) RenounceOwnership

func (_IxoERC20Token *IxoERC20TokenTransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*IxoERC20TokenTransactorSession) SetMinter

func (_IxoERC20Token *IxoERC20TokenTransactorSession) SetMinter(_newMinter common.Address) (*types.Transaction, error)

SetMinter is a paid mutator transaction binding the contract method 0xfca3b5aa.

Solidity: function setMinter(_newMinter address) returns()

func (*IxoERC20TokenTransactorSession) Transfer

func (_IxoERC20Token *IxoERC20TokenTransactorSession) Transfer(_to common.Address, _value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_to address, _value uint256) returns(bool)

func (*IxoERC20TokenTransactorSession) TransferFrom

func (_IxoERC20Token *IxoERC20TokenTransactorSession) TransferFrom(_from common.Address, _to common.Address, _value *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(_from address, _to address, _value uint256) returns(bool)

func (*IxoERC20TokenTransactorSession) TransferOwnership

func (_IxoERC20Token *IxoERC20TokenTransactorSession) TransferOwnership(_newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(_newOwner address) returns()

type IxoERC20TokenTransfer

type IxoERC20TokenTransfer struct {
	From  common.Address
	To    common.Address
	Value *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

IxoERC20TokenTransfer represents a Transfer event raised by the IxoERC20Token contract.

type IxoERC20TokenTransferIterator

type IxoERC20TokenTransferIterator struct {
	Event *IxoERC20TokenTransfer // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

IxoERC20TokenTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the IxoERC20Token contract.

func (*IxoERC20TokenTransferIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*IxoERC20TokenTransferIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*IxoERC20TokenTransferIterator) Next

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 Ownable

type Ownable struct {
	OwnableCaller     // Read-only binding to the contract
	OwnableTransactor // Write-only binding to the contract
	OwnableFilterer   // Log filterer for contract events
}

Ownable is an auto generated Go binding around an Ethereum contract.

func DeployOwnable

func DeployOwnable(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Ownable, error)

DeployOwnable deploys a new Ethereum contract, binding an instance of Ownable to it.

func NewOwnable

func NewOwnable(address common.Address, backend bind.ContractBackend) (*Ownable, error)

NewOwnable creates a new instance of Ownable, bound to a specific deployed contract.

type OwnableCaller

type OwnableCaller struct {
	// contains filtered or unexported fields
}

OwnableCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewOwnableCaller

func NewOwnableCaller(address common.Address, caller bind.ContractCaller) (*OwnableCaller, error)

NewOwnableCaller creates a new read-only instance of Ownable, bound to a specific deployed contract.

func (*OwnableCaller) Owner

func (_Ownable *OwnableCaller) Owner(opts *bind.CallOpts) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() constant returns(address)

type OwnableCallerRaw

type OwnableCallerRaw struct {
	Contract *OwnableCaller // Generic read-only contract binding to access the raw methods on
}

OwnableCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*OwnableCallerRaw) Call

func (_Ownable *OwnableCallerRaw) 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 OwnableCallerSession

type OwnableCallerSession struct {
	Contract *OwnableCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts  // Call options to use throughout this session
}

OwnableCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*OwnableCallerSession) Owner

func (_Ownable *OwnableCallerSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() constant returns(address)

type OwnableFilterer

type OwnableFilterer struct {
	// contains filtered or unexported fields
}

OwnableFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewOwnableFilterer

func NewOwnableFilterer(address common.Address, filterer bind.ContractFilterer) (*OwnableFilterer, error)

NewOwnableFilterer creates a new log filterer instance of Ownable, bound to a specific deployed contract.

func (*OwnableFilterer) FilterOwnershipRenounced

func (_Ownable *OwnableFilterer) FilterOwnershipRenounced(opts *bind.FilterOpts, previousOwner []common.Address) (*OwnableOwnershipRenouncedIterator, error)

FilterOwnershipRenounced is a free log retrieval operation binding the contract event 0xf8df31144d9c2f0f6b59d69b8b98abd5459d07f2742c4df920b25aae33c64820.

Solidity: e OwnershipRenounced(previousOwner indexed address)

func (*OwnableFilterer) FilterOwnershipTransferred

func (_Ownable *OwnableFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*OwnableOwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: e OwnershipTransferred(previousOwner indexed address, newOwner indexed address)

func (*OwnableFilterer) WatchOwnershipRenounced

func (_Ownable *OwnableFilterer) WatchOwnershipRenounced(opts *bind.WatchOpts, sink chan<- *OwnableOwnershipRenounced, previousOwner []common.Address) (event.Subscription, error)

WatchOwnershipRenounced is a free log subscription operation binding the contract event 0xf8df31144d9c2f0f6b59d69b8b98abd5459d07f2742c4df920b25aae33c64820.

Solidity: e OwnershipRenounced(previousOwner indexed address)

func (*OwnableFilterer) WatchOwnershipTransferred

func (_Ownable *OwnableFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *OwnableOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)

WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: e OwnershipTransferred(previousOwner indexed address, newOwner indexed address)

type OwnableOwnershipRenounced

type OwnableOwnershipRenounced struct {
	PreviousOwner common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

OwnableOwnershipRenounced represents a OwnershipRenounced event raised by the Ownable contract.

type OwnableOwnershipRenouncedIterator

type OwnableOwnershipRenouncedIterator struct {
	Event *OwnableOwnershipRenounced // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

OwnableOwnershipRenouncedIterator is returned from FilterOwnershipRenounced and is used to iterate over the raw logs and unpacked data for OwnershipRenounced events raised by the Ownable contract.

func (*OwnableOwnershipRenouncedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*OwnableOwnershipRenouncedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*OwnableOwnershipRenouncedIterator) Next

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 OwnableOwnershipTransferred

type OwnableOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

OwnableOwnershipTransferred represents a OwnershipTransferred event raised by the Ownable contract.

type OwnableOwnershipTransferredIterator

type OwnableOwnershipTransferredIterator struct {
	Event *OwnableOwnershipTransferred // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

OwnableOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Ownable contract.

func (*OwnableOwnershipTransferredIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*OwnableOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*OwnableOwnershipTransferredIterator) Next

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 OwnableRaw

type OwnableRaw struct {
	Contract *Ownable // Generic contract binding to access the raw methods on
}

OwnableRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*OwnableRaw) Call

func (_Ownable *OwnableRaw) 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 (*OwnableRaw) Transact

func (_Ownable *OwnableRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*OwnableRaw) Transfer

func (_Ownable *OwnableRaw) 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 OwnableSession

type OwnableSession struct {
	Contract     *Ownable          // 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
}

OwnableSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*OwnableSession) Owner

func (_Ownable *OwnableSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() constant returns(address)

func (*OwnableSession) RenounceOwnership

func (_Ownable *OwnableSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*OwnableSession) TransferOwnership

func (_Ownable *OwnableSession) TransferOwnership(_newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(_newOwner address) returns()

type OwnableTransactor

type OwnableTransactor struct {
	// contains filtered or unexported fields
}

OwnableTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewOwnableTransactor

func NewOwnableTransactor(address common.Address, transactor bind.ContractTransactor) (*OwnableTransactor, error)

NewOwnableTransactor creates a new write-only instance of Ownable, bound to a specific deployed contract.

func (*OwnableTransactor) RenounceOwnership

func (_Ownable *OwnableTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*OwnableTransactor) TransferOwnership

func (_Ownable *OwnableTransactor) TransferOwnership(opts *bind.TransactOpts, _newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(_newOwner address) returns()

type OwnableTransactorRaw

type OwnableTransactorRaw struct {
	Contract *OwnableTransactor // Generic write-only contract binding to access the raw methods on
}

OwnableTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*OwnableTransactorRaw) Transact

func (_Ownable *OwnableTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*OwnableTransactorRaw) Transfer

func (_Ownable *OwnableTransactorRaw) 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 OwnableTransactorSession

type OwnableTransactorSession struct {
	Contract     *OwnableTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
}

OwnableTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*OwnableTransactorSession) RenounceOwnership

func (_Ownable *OwnableTransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*OwnableTransactorSession) TransferOwnership

func (_Ownable *OwnableTransactorSession) TransferOwnership(_newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(_newOwner address) returns()

type ProjectWallet

type ProjectWallet struct {
	ProjectWalletCaller     // Read-only binding to the contract
	ProjectWalletTransactor // Write-only binding to the contract
	ProjectWalletFilterer   // Log filterer for contract events
}

ProjectWallet is an auto generated Go binding around an Ethereum contract.

func DeployProjectWallet

func DeployProjectWallet(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ProjectWallet, error)

DeployProjectWallet deploys a new Ethereum contract, binding an instance of ProjectWallet to it.

func NewProjectWallet

func NewProjectWallet(address common.Address, backend bind.ContractBackend) (*ProjectWallet, error)

NewProjectWallet creates a new instance of ProjectWallet, bound to a specific deployed contract.

type ProjectWalletCaller

type ProjectWalletCaller struct {
	// contains filtered or unexported fields
}

ProjectWalletCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewProjectWalletCaller

func NewProjectWalletCaller(address common.Address, caller bind.ContractCaller) (*ProjectWalletCaller, error)

NewProjectWalletCaller creates a new read-only instance of ProjectWallet, bound to a specific deployed contract.

type ProjectWalletCallerRaw

type ProjectWalletCallerRaw struct {
	Contract *ProjectWalletCaller // Generic read-only contract binding to access the raw methods on
}

ProjectWalletCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*ProjectWalletCallerRaw) Call

func (_ProjectWallet *ProjectWalletCallerRaw) 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 ProjectWalletCallerSession

type ProjectWalletCallerSession struct {
	Contract *ProjectWalletCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts        // Call options to use throughout this session
}

ProjectWalletCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type ProjectWalletFactory

type ProjectWalletFactory struct {
	ProjectWalletFactoryCaller     // Read-only binding to the contract
	ProjectWalletFactoryTransactor // Write-only binding to the contract
	ProjectWalletFactoryFilterer   // Log filterer for contract events
}

ProjectWalletFactory is an auto generated Go binding around an Ethereum contract.

func DeployProjectWalletFactory

func DeployProjectWalletFactory(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ProjectWalletFactory, error)

DeployProjectWalletFactory deploys a new Ethereum contract, binding an instance of ProjectWalletFactory to it.

func NewProjectWalletFactory

func NewProjectWalletFactory(address common.Address, backend bind.ContractBackend) (*ProjectWalletFactory, error)

NewProjectWalletFactory creates a new instance of ProjectWalletFactory, bound to a specific deployed contract.

type ProjectWalletFactoryCaller

type ProjectWalletFactoryCaller struct {
	// contains filtered or unexported fields
}

ProjectWalletFactoryCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewProjectWalletFactoryCaller

func NewProjectWalletFactoryCaller(address common.Address, caller bind.ContractCaller) (*ProjectWalletFactoryCaller, error)

NewProjectWalletFactoryCaller creates a new read-only instance of ProjectWalletFactory, bound to a specific deployed contract.

type ProjectWalletFactoryCallerRaw

type ProjectWalletFactoryCallerRaw struct {
	Contract *ProjectWalletFactoryCaller // Generic read-only contract binding to access the raw methods on
}

ProjectWalletFactoryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*ProjectWalletFactoryCallerRaw) Call

func (_ProjectWalletFactory *ProjectWalletFactoryCallerRaw) 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 ProjectWalletFactoryCallerSession

type ProjectWalletFactoryCallerSession struct {
	Contract *ProjectWalletFactoryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts               // Call options to use throughout this session
}

ProjectWalletFactoryCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type ProjectWalletFactoryFilterer

type ProjectWalletFactoryFilterer struct {
	// contains filtered or unexported fields
}

ProjectWalletFactoryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewProjectWalletFactoryFilterer

func NewProjectWalletFactoryFilterer(address common.Address, filterer bind.ContractFilterer) (*ProjectWalletFactoryFilterer, error)

NewProjectWalletFactoryFilterer creates a new log filterer instance of ProjectWalletFactory, bound to a specific deployed contract.

type ProjectWalletFactoryRaw

type ProjectWalletFactoryRaw struct {
	Contract *ProjectWalletFactory // Generic contract binding to access the raw methods on
}

ProjectWalletFactoryRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*ProjectWalletFactoryRaw) Call

func (_ProjectWalletFactory *ProjectWalletFactoryRaw) 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 (*ProjectWalletFactoryRaw) Transact

func (_ProjectWalletFactory *ProjectWalletFactoryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ProjectWalletFactoryRaw) Transfer

func (_ProjectWalletFactory *ProjectWalletFactoryRaw) 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 ProjectWalletFactorySession

type ProjectWalletFactorySession struct {
	Contract     *ProjectWalletFactory // 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
}

ProjectWalletFactorySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*ProjectWalletFactorySession) CreateWallet

func (_ProjectWalletFactory *ProjectWalletFactorySession) CreateWallet(_token common.Address, _authoriser common.Address, _name [32]byte) (*types.Transaction, error)

CreateWallet is a paid mutator transaction binding the contract method 0xe8eef270.

Solidity: function createWallet(_token address, _authoriser address, _name bytes32) returns(address)

type ProjectWalletFactoryTransactor

type ProjectWalletFactoryTransactor struct {
	// contains filtered or unexported fields
}

ProjectWalletFactoryTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewProjectWalletFactoryTransactor

func NewProjectWalletFactoryTransactor(address common.Address, transactor bind.ContractTransactor) (*ProjectWalletFactoryTransactor, error)

NewProjectWalletFactoryTransactor creates a new write-only instance of ProjectWalletFactory, bound to a specific deployed contract.

func (*ProjectWalletFactoryTransactor) CreateWallet

func (_ProjectWalletFactory *ProjectWalletFactoryTransactor) CreateWallet(opts *bind.TransactOpts, _token common.Address, _authoriser common.Address, _name [32]byte) (*types.Transaction, error)

CreateWallet is a paid mutator transaction binding the contract method 0xe8eef270.

Solidity: function createWallet(_token address, _authoriser address, _name bytes32) returns(address)

type ProjectWalletFactoryTransactorRaw

type ProjectWalletFactoryTransactorRaw struct {
	Contract *ProjectWalletFactoryTransactor // Generic write-only contract binding to access the raw methods on
}

ProjectWalletFactoryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*ProjectWalletFactoryTransactorRaw) Transact

func (_ProjectWalletFactory *ProjectWalletFactoryTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ProjectWalletFactoryTransactorRaw) Transfer

func (_ProjectWalletFactory *ProjectWalletFactoryTransactorRaw) 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 ProjectWalletFactoryTransactorSession

type ProjectWalletFactoryTransactorSession struct {
	Contract     *ProjectWalletFactoryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts               // Transaction auth options to use throughout this session
}

ProjectWalletFactoryTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*ProjectWalletFactoryTransactorSession) CreateWallet

func (_ProjectWalletFactory *ProjectWalletFactoryTransactorSession) CreateWallet(_token common.Address, _authoriser common.Address, _name [32]byte) (*types.Transaction, error)

CreateWallet is a paid mutator transaction binding the contract method 0xe8eef270.

Solidity: function createWallet(_token address, _authoriser address, _name bytes32) returns(address)

type ProjectWalletFilterer

type ProjectWalletFilterer struct {
	// contains filtered or unexported fields
}

ProjectWalletFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewProjectWalletFilterer

func NewProjectWalletFilterer(address common.Address, filterer bind.ContractFilterer) (*ProjectWalletFilterer, error)

NewProjectWalletFilterer creates a new log filterer instance of ProjectWallet, bound to a specific deployed contract.

type ProjectWalletRaw

type ProjectWalletRaw struct {
	Contract *ProjectWallet // Generic contract binding to access the raw methods on
}

ProjectWalletRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*ProjectWalletRaw) Call

func (_ProjectWallet *ProjectWalletRaw) 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 (*ProjectWalletRaw) Transact

func (_ProjectWallet *ProjectWalletRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ProjectWalletRaw) Transfer

func (_ProjectWallet *ProjectWalletRaw) 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 ProjectWalletRegistry

type ProjectWalletRegistry struct {
	ProjectWalletRegistryCaller     // Read-only binding to the contract
	ProjectWalletRegistryTransactor // Write-only binding to the contract
	ProjectWalletRegistryFilterer   // Log filterer for contract events
}

ProjectWalletRegistry is an auto generated Go binding around an Ethereum contract.

func DeployProjectWalletRegistry

func DeployProjectWalletRegistry(auth *bind.TransactOpts, backend bind.ContractBackend, _token common.Address, _authoriser common.Address, _factory common.Address) (common.Address, *types.Transaction, *ProjectWalletRegistry, error)

DeployProjectWalletRegistry deploys a new Ethereum contract, binding an instance of ProjectWalletRegistry to it.

func NewProjectWalletRegistry

func NewProjectWalletRegistry(address common.Address, backend bind.ContractBackend) (*ProjectWalletRegistry, error)

NewProjectWalletRegistry creates a new instance of ProjectWalletRegistry, bound to a specific deployed contract.

type ProjectWalletRegistryCaller

type ProjectWalletRegistryCaller struct {
	// contains filtered or unexported fields
}

ProjectWalletRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewProjectWalletRegistryCaller

func NewProjectWalletRegistryCaller(address common.Address, caller bind.ContractCaller) (*ProjectWalletRegistryCaller, error)

NewProjectWalletRegistryCaller creates a new read-only instance of ProjectWalletRegistry, bound to a specific deployed contract.

func (*ProjectWalletRegistryCaller) Owner

func (_ProjectWalletRegistry *ProjectWalletRegistryCaller) Owner(opts *bind.CallOpts) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() constant returns(address)

func (*ProjectWalletRegistryCaller) WalletOf

func (_ProjectWalletRegistry *ProjectWalletRegistryCaller) WalletOf(opts *bind.CallOpts, _name [32]byte) (common.Address, error)

WalletOf is a free data retrieval call binding the contract method 0x09521458.

Solidity: function walletOf(_name bytes32) constant returns(address)

type ProjectWalletRegistryCallerRaw

type ProjectWalletRegistryCallerRaw struct {
	Contract *ProjectWalletRegistryCaller // Generic read-only contract binding to access the raw methods on
}

ProjectWalletRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*ProjectWalletRegistryCallerRaw) Call

func (_ProjectWalletRegistry *ProjectWalletRegistryCallerRaw) 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 ProjectWalletRegistryCallerSession

type ProjectWalletRegistryCallerSession struct {
	Contract *ProjectWalletRegistryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                // Call options to use throughout this session
}

ProjectWalletRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*ProjectWalletRegistryCallerSession) Owner

func (_ProjectWalletRegistry *ProjectWalletRegistryCallerSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() constant returns(address)

func (*ProjectWalletRegistryCallerSession) WalletOf

func (_ProjectWalletRegistry *ProjectWalletRegistryCallerSession) WalletOf(_name [32]byte) (common.Address, error)

WalletOf is a free data retrieval call binding the contract method 0x09521458.

Solidity: function walletOf(_name bytes32) constant returns(address)

type ProjectWalletRegistryFilterer

type ProjectWalletRegistryFilterer struct {
	// contains filtered or unexported fields
}

ProjectWalletRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewProjectWalletRegistryFilterer

func NewProjectWalletRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*ProjectWalletRegistryFilterer, error)

NewProjectWalletRegistryFilterer creates a new log filterer instance of ProjectWalletRegistry, bound to a specific deployed contract.

func (*ProjectWalletRegistryFilterer) FilterOwnershipRenounced

func (_ProjectWalletRegistry *ProjectWalletRegistryFilterer) FilterOwnershipRenounced(opts *bind.FilterOpts, previousOwner []common.Address) (*ProjectWalletRegistryOwnershipRenouncedIterator, error)

FilterOwnershipRenounced is a free log retrieval operation binding the contract event 0xf8df31144d9c2f0f6b59d69b8b98abd5459d07f2742c4df920b25aae33c64820.

Solidity: e OwnershipRenounced(previousOwner indexed address)

func (*ProjectWalletRegistryFilterer) FilterOwnershipTransferred

func (_ProjectWalletRegistry *ProjectWalletRegistryFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ProjectWalletRegistryOwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: e OwnershipTransferred(previousOwner indexed address, newOwner indexed address)

func (*ProjectWalletRegistryFilterer) WatchOwnershipRenounced

func (_ProjectWalletRegistry *ProjectWalletRegistryFilterer) WatchOwnershipRenounced(opts *bind.WatchOpts, sink chan<- *ProjectWalletRegistryOwnershipRenounced, previousOwner []common.Address) (event.Subscription, error)

WatchOwnershipRenounced is a free log subscription operation binding the contract event 0xf8df31144d9c2f0f6b59d69b8b98abd5459d07f2742c4df920b25aae33c64820.

Solidity: e OwnershipRenounced(previousOwner indexed address)

func (*ProjectWalletRegistryFilterer) WatchOwnershipTransferred

func (_ProjectWalletRegistry *ProjectWalletRegistryFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ProjectWalletRegistryOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)

WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: e OwnershipTransferred(previousOwner indexed address, newOwner indexed address)

type ProjectWalletRegistryOwnershipRenounced

type ProjectWalletRegistryOwnershipRenounced struct {
	PreviousOwner common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

ProjectWalletRegistryOwnershipRenounced represents a OwnershipRenounced event raised by the ProjectWalletRegistry contract.

type ProjectWalletRegistryOwnershipRenouncedIterator

type ProjectWalletRegistryOwnershipRenouncedIterator struct {
	Event *ProjectWalletRegistryOwnershipRenounced // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

ProjectWalletRegistryOwnershipRenouncedIterator is returned from FilterOwnershipRenounced and is used to iterate over the raw logs and unpacked data for OwnershipRenounced events raised by the ProjectWalletRegistry contract.

func (*ProjectWalletRegistryOwnershipRenouncedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*ProjectWalletRegistryOwnershipRenouncedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ProjectWalletRegistryOwnershipRenouncedIterator) Next

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 ProjectWalletRegistryOwnershipTransferred

type ProjectWalletRegistryOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

ProjectWalletRegistryOwnershipTransferred represents a OwnershipTransferred event raised by the ProjectWalletRegistry contract.

type ProjectWalletRegistryOwnershipTransferredIterator

type ProjectWalletRegistryOwnershipTransferredIterator struct {
	Event *ProjectWalletRegistryOwnershipTransferred // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

ProjectWalletRegistryOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ProjectWalletRegistry contract.

func (*ProjectWalletRegistryOwnershipTransferredIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*ProjectWalletRegistryOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ProjectWalletRegistryOwnershipTransferredIterator) Next

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 ProjectWalletRegistryRaw

type ProjectWalletRegistryRaw struct {
	Contract *ProjectWalletRegistry // Generic contract binding to access the raw methods on
}

ProjectWalletRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*ProjectWalletRegistryRaw) Call

func (_ProjectWalletRegistry *ProjectWalletRegistryRaw) 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 (*ProjectWalletRegistryRaw) Transact

func (_ProjectWalletRegistry *ProjectWalletRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ProjectWalletRegistryRaw) Transfer

func (_ProjectWalletRegistry *ProjectWalletRegistryRaw) 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 ProjectWalletRegistrySession

type ProjectWalletRegistrySession struct {
	Contract     *ProjectWalletRegistry // 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
}

ProjectWalletRegistrySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*ProjectWalletRegistrySession) EnsureWallet

func (_ProjectWalletRegistry *ProjectWalletRegistrySession) EnsureWallet(_name [32]byte) (*types.Transaction, error)

EnsureWallet is a paid mutator transaction binding the contract method 0x4ea06936.

Solidity: function ensureWallet(_name bytes32) returns(address)

func (*ProjectWalletRegistrySession) Owner

func (_ProjectWalletRegistry *ProjectWalletRegistrySession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() constant returns(address)

func (*ProjectWalletRegistrySession) RenounceOwnership

func (_ProjectWalletRegistry *ProjectWalletRegistrySession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ProjectWalletRegistrySession) SetFactory

func (_ProjectWalletRegistry *ProjectWalletRegistrySession) SetFactory(_factory common.Address) (*types.Transaction, error)

SetFactory is a paid mutator transaction binding the contract method 0x5bb47808.

Solidity: function setFactory(_factory address) returns()

func (*ProjectWalletRegistrySession) TransferOwnership

func (_ProjectWalletRegistry *ProjectWalletRegistrySession) TransferOwnership(_newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(_newOwner address) returns()

func (*ProjectWalletRegistrySession) WalletOf

func (_ProjectWalletRegistry *ProjectWalletRegistrySession) WalletOf(_name [32]byte) (common.Address, error)

WalletOf is a free data retrieval call binding the contract method 0x09521458.

Solidity: function walletOf(_name bytes32) constant returns(address)

type ProjectWalletRegistryTransactor

type ProjectWalletRegistryTransactor struct {
	// contains filtered or unexported fields
}

ProjectWalletRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewProjectWalletRegistryTransactor

func NewProjectWalletRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*ProjectWalletRegistryTransactor, error)

NewProjectWalletRegistryTransactor creates a new write-only instance of ProjectWalletRegistry, bound to a specific deployed contract.

func (*ProjectWalletRegistryTransactor) EnsureWallet

func (_ProjectWalletRegistry *ProjectWalletRegistryTransactor) EnsureWallet(opts *bind.TransactOpts, _name [32]byte) (*types.Transaction, error)

EnsureWallet is a paid mutator transaction binding the contract method 0x4ea06936.

Solidity: function ensureWallet(_name bytes32) returns(address)

func (*ProjectWalletRegistryTransactor) RenounceOwnership

func (_ProjectWalletRegistry *ProjectWalletRegistryTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ProjectWalletRegistryTransactor) SetFactory

func (_ProjectWalletRegistry *ProjectWalletRegistryTransactor) SetFactory(opts *bind.TransactOpts, _factory common.Address) (*types.Transaction, error)

SetFactory is a paid mutator transaction binding the contract method 0x5bb47808.

Solidity: function setFactory(_factory address) returns()

func (*ProjectWalletRegistryTransactor) TransferOwnership

func (_ProjectWalletRegistry *ProjectWalletRegistryTransactor) TransferOwnership(opts *bind.TransactOpts, _newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(_newOwner address) returns()

type ProjectWalletRegistryTransactorRaw

type ProjectWalletRegistryTransactorRaw struct {
	Contract *ProjectWalletRegistryTransactor // Generic write-only contract binding to access the raw methods on
}

ProjectWalletRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*ProjectWalletRegistryTransactorRaw) Transact

func (_ProjectWalletRegistry *ProjectWalletRegistryTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ProjectWalletRegistryTransactorRaw) Transfer

func (_ProjectWalletRegistry *ProjectWalletRegistryTransactorRaw) 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 ProjectWalletRegistryTransactorSession

type ProjectWalletRegistryTransactorSession struct {
	Contract     *ProjectWalletRegistryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                // Transaction auth options to use throughout this session
}

ProjectWalletRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*ProjectWalletRegistryTransactorSession) EnsureWallet

func (_ProjectWalletRegistry *ProjectWalletRegistryTransactorSession) EnsureWallet(_name [32]byte) (*types.Transaction, error)

EnsureWallet is a paid mutator transaction binding the contract method 0x4ea06936.

Solidity: function ensureWallet(_name bytes32) returns(address)

func (*ProjectWalletRegistryTransactorSession) RenounceOwnership

func (_ProjectWalletRegistry *ProjectWalletRegistryTransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ProjectWalletRegistryTransactorSession) SetFactory

func (_ProjectWalletRegistry *ProjectWalletRegistryTransactorSession) SetFactory(_factory common.Address) (*types.Transaction, error)

SetFactory is a paid mutator transaction binding the contract method 0x5bb47808.

Solidity: function setFactory(_factory address) returns()

func (*ProjectWalletRegistryTransactorSession) TransferOwnership

func (_ProjectWalletRegistry *ProjectWalletRegistryTransactorSession) TransferOwnership(_newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(_newOwner address) returns()

type ProjectWalletSession

type ProjectWalletSession struct {
	Contract     *ProjectWallet    // 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
}

ProjectWalletSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*ProjectWalletSession) Transfer

func (_ProjectWallet *ProjectWalletSession) Transfer(_receiver common.Address, _amt *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_receiver address, _amt uint256) returns(bool)

type ProjectWalletTransactor

type ProjectWalletTransactor struct {
	// contains filtered or unexported fields
}

ProjectWalletTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewProjectWalletTransactor

func NewProjectWalletTransactor(address common.Address, transactor bind.ContractTransactor) (*ProjectWalletTransactor, error)

NewProjectWalletTransactor creates a new write-only instance of ProjectWallet, bound to a specific deployed contract.

func (*ProjectWalletTransactor) Transfer

func (_ProjectWallet *ProjectWalletTransactor) Transfer(opts *bind.TransactOpts, _receiver common.Address, _amt *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_receiver address, _amt uint256) returns(bool)

type ProjectWalletTransactorRaw

type ProjectWalletTransactorRaw struct {
	Contract *ProjectWalletTransactor // Generic write-only contract binding to access the raw methods on
}

ProjectWalletTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*ProjectWalletTransactorRaw) Transact

func (_ProjectWallet *ProjectWalletTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ProjectWalletTransactorRaw) Transfer

func (_ProjectWallet *ProjectWalletTransactorRaw) 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 ProjectWalletTransactorSession

type ProjectWalletTransactorSession struct {
	Contract     *ProjectWalletTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts        // Transaction auth options to use throughout this session
}

ProjectWalletTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*ProjectWalletTransactorSession) Transfer

func (_ProjectWallet *ProjectWalletTransactorSession) Transfer(_receiver common.Address, _amt *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(_receiver address, _amt uint256) returns(bool)

type SafeMath

type SafeMath struct {
	SafeMathCaller     // Read-only binding to the contract
	SafeMathTransactor // Write-only binding to the contract
	SafeMathFilterer   // Log filterer for contract events
}

SafeMath is an auto generated Go binding around an Ethereum contract.

func DeploySafeMath

func DeploySafeMath(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *SafeMath, error)

DeploySafeMath deploys a new Ethereum contract, binding an instance of SafeMath to it.

func NewSafeMath

func NewSafeMath(address common.Address, backend bind.ContractBackend) (*SafeMath, error)

NewSafeMath creates a new instance of SafeMath, bound to a specific deployed contract.

type SafeMathCaller

type SafeMathCaller struct {
	// contains filtered or unexported fields
}

SafeMathCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewSafeMathCaller

func NewSafeMathCaller(address common.Address, caller bind.ContractCaller) (*SafeMathCaller, error)

NewSafeMathCaller creates a new read-only instance of SafeMath, bound to a specific deployed contract.

type SafeMathCallerRaw

type SafeMathCallerRaw struct {
	Contract *SafeMathCaller // Generic read-only contract binding to access the raw methods on
}

SafeMathCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*SafeMathCallerRaw) Call

func (_SafeMath *SafeMathCallerRaw) 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 SafeMathCallerSession

type SafeMathCallerSession struct {
	Contract *SafeMathCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts   // Call options to use throughout this session
}

SafeMathCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type SafeMathFilterer

type SafeMathFilterer struct {
	// contains filtered or unexported fields
}

SafeMathFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewSafeMathFilterer

func NewSafeMathFilterer(address common.Address, filterer bind.ContractFilterer) (*SafeMathFilterer, error)

NewSafeMathFilterer creates a new log filterer instance of SafeMath, bound to a specific deployed contract.

type SafeMathRaw

type SafeMathRaw struct {
	Contract *SafeMath // Generic contract binding to access the raw methods on
}

SafeMathRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*SafeMathRaw) Call

func (_SafeMath *SafeMathRaw) 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 (*SafeMathRaw) Transact

func (_SafeMath *SafeMathRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*SafeMathRaw) Transfer

func (_SafeMath *SafeMathRaw) 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 SafeMathSession

type SafeMathSession struct {
	Contract     *SafeMath         // 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
}

SafeMathSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type SafeMathTransactor

type SafeMathTransactor struct {
	// contains filtered or unexported fields
}

SafeMathTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewSafeMathTransactor

func NewSafeMathTransactor(address common.Address, transactor bind.ContractTransactor) (*SafeMathTransactor, error)

NewSafeMathTransactor creates a new write-only instance of SafeMath, bound to a specific deployed contract.

type SafeMathTransactorRaw

type SafeMathTransactorRaw struct {
	Contract *SafeMathTransactor // Generic write-only contract binding to access the raw methods on
}

SafeMathTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*SafeMathTransactorRaw) Transact

func (_SafeMath *SafeMathTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*SafeMathTransactorRaw) Transfer

func (_SafeMath *SafeMathTransactorRaw) 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 SafeMathTransactorSession

type SafeMathTransactorSession struct {
	Contract     *SafeMathTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts   // Transaction auth options to use throughout this session
}

SafeMathTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL