walletfactory

package
v0.4.14 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const WalletFactoryABI = "" /* 327-byte string literal not displayed */

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

View Source
const WalletFactoryBin = "" /* 978-byte string literal not displayed */

WalletFactoryBin is the compiled bytecode used for deploying new contracts.

Variables

This section is empty.

Functions

This section is empty.

Types

type WalletFactory

type WalletFactory struct {
	WalletFactoryCaller     // Read-only binding to the contract
	WalletFactoryTransactor // Write-only binding to the contract
	WalletFactoryFilterer   // Log filterer for contract events
}

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

func DeployWalletFactory

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

DeployWalletFactory deploys a new Ethereum contract, binding an instance of WalletFactory to it.

func NewWalletFactory

func NewWalletFactory(address common.Address, backend bind.ContractBackend) (*WalletFactory, error)

NewWalletFactory creates a new instance of WalletFactory, bound to a specific deployed contract.

type WalletFactoryCaller

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

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

func NewWalletFactoryCaller

func NewWalletFactoryCaller(address common.Address, caller bind.ContractCaller) (*WalletFactoryCaller, error)

NewWalletFactoryCaller creates a new read-only instance of WalletFactory, bound to a specific deployed contract.

type WalletFactoryCallerRaw

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

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

func (*WalletFactoryCallerRaw) Call

func (_WalletFactory *WalletFactoryCallerRaw) 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 WalletFactoryCallerSession

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

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

type WalletFactoryFilterer

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

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

func NewWalletFactoryFilterer

func NewWalletFactoryFilterer(address common.Address, filterer bind.ContractFilterer) (*WalletFactoryFilterer, error)

NewWalletFactoryFilterer creates a new log filterer instance of WalletFactory, bound to a specific deployed contract.

type WalletFactoryRaw

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

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

func (*WalletFactoryRaw) Call

func (_WalletFactory *WalletFactoryRaw) 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 (*WalletFactoryRaw) Transact

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

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

func (*WalletFactoryRaw) Transfer

func (_WalletFactory *WalletFactoryRaw) 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 WalletFactorySession

type WalletFactorySession struct {
	Contract     *WalletFactory    // 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
}

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

func (*WalletFactorySession) Deploy

func (_WalletFactory *WalletFactorySession) Deploy(_mainModule common.Address, _salt [32]byte) (*types.Transaction, error)

Deploy is a paid mutator transaction binding the contract method 0x32c02a14.

Solidity: function deploy(address _mainModule, bytes32 _salt) payable returns(address _contract)

type WalletFactoryTransactor

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

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

func NewWalletFactoryTransactor

func NewWalletFactoryTransactor(address common.Address, transactor bind.ContractTransactor) (*WalletFactoryTransactor, error)

NewWalletFactoryTransactor creates a new write-only instance of WalletFactory, bound to a specific deployed contract.

func (*WalletFactoryTransactor) Deploy

func (_WalletFactory *WalletFactoryTransactor) Deploy(opts *bind.TransactOpts, _mainModule common.Address, _salt [32]byte) (*types.Transaction, error)

Deploy is a paid mutator transaction binding the contract method 0x32c02a14.

Solidity: function deploy(address _mainModule, bytes32 _salt) payable returns(address _contract)

type WalletFactoryTransactorRaw

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

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

func (*WalletFactoryTransactorRaw) Transact

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

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

func (*WalletFactoryTransactorRaw) Transfer

func (_WalletFactory *WalletFactoryTransactorRaw) 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 WalletFactoryTransactorSession

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

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

func (*WalletFactoryTransactorSession) Deploy

func (_WalletFactory *WalletFactoryTransactorSession) Deploy(_mainModule common.Address, _salt [32]byte) (*types.Transaction, error)

Deploy is a paid mutator transaction binding the contract method 0x32c02a14.

Solidity: function deploy(address _mainModule, bytes32 _salt) payable returns(address _contract)

Jump to

Keyboard shortcuts

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