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\":\"DeployFailed\",\"type\":\"error\"},{\"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: "0x608060405234801561001057600080fd5b5061020b806100206000396000f3fe60806040526004361061001e5760003560e01c806332c02a1414610023575b600080fd5b610036610031366004610136565b61005f565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b6000806040518060600160405280602881526020016101ae602891398473ffffffffffffffffffffffffffffffffffffffff166040516020016100a392919061017b565b60405160208183030381529060405290508281516020830134f5915073ffffffffffffffffffffffffffffffffffffffff821661012f576040517f8caac80500000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff851660048201526024810184905260440160405180910390fd5b5092915050565b6000806040838503121561014957600080fd5b823573ffffffffffffffffffffffffffffffffffffffff8116811461016d57600080fd5b946020939093013593505050565b6000835160005b8181101561019c5760208187018101518583015201610182565b50919091019182525060200191905056fe603a600e3d39601a805130553df3363d3d373d3d3d363d30545af43d82803e903d91601857fd5bf3a26469706673582212203e46c5b0f3a6bebab844eb5e4594ebb07eac1ae451f779e533ead5e744b1a2a664736f6c63430008120033",
}

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