factory

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 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.

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 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 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)

Jump to

Keyboard shortcuts

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