walletfactory

package
v0.30.1 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var WalletFactoryABI = WalletFactoryMetaData.ABI

WalletFactoryABI is the input ABI used to generate the binding from. Deprecated: Use WalletFactoryMetaData.ABI instead.

View Source
var WalletFactoryBin = WalletFactoryMetaData.Bin

WalletFactoryBin is the compiled bytecode used for deploying new contracts. Deprecated: Use WalletFactoryMetaData.Bin instead.

View Source
var WalletFactoryMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_mainModule\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"_salt\",\"type\":\"bytes32\"}],\"name\":\"deploy\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"_contract\",\"type\":\"address\"}],\"stateMutability\":\"payable\",\"type\":\"function\"}]",
	Bin: "0x608060405234801561001057600080fd5b506101c8806100206000396000f3fe60806040526004361061001e5760003560e01c806332c02a1414610023575b600080fd5b61005c6004803603604081101561003957600080fd5b5073ffffffffffffffffffffffffffffffffffffffff8135169060200135610085565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b60008060405180606001604052806028815260200161016b602891398473ffffffffffffffffffffffffffffffffffffffff166040516020018083805190602001908083835b6020831061010857805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe090920191602091820191016100cb565b51815160209384036101000a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0180199092169116179052920193845250604080518085038152938201905282519294508693508401905034f594935050505056fe603a600e3d39601a805130553df3363d3d373d3d3d363d30545af43d82803e903d91601857fd5bf3a26469706673582212209b0bce93afab3297b9ebf4e58fa642ef123d74bcbd3bdb4e48b662eb12b430ca64736f6c63430007060033",
}

WalletFactoryMetaData contains all meta data concerning the WalletFactory contract.

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