walletfactory

package
v0.60.2 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2025 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: "[{\"type\":\"function\",\"name\":\"deploy\",\"inputs\":[{\"name\":\"_mainModule\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"_contract\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"payable\"},{\"type\":\"error\",\"name\":\"DeployFailed\",\"inputs\":[{\"name\":\"_mainModule\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_salt\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]}]",
	Bin: "0x6080806040523460155761029b908161001b8239f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c6332c02a141461002757600080fd5b60407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019f5760043573ffffffffffffffffffffffffffffffffffffffff811680820361019f5760243580916100eb6101176040519261008a846101d3565b602f84527f6041600e3d396021805130553df33d3d36153402601f57363d3d373d363d305460208501527f5af43d82803e903d91601f57fd5bf300000000000000000000000000000000006040850152604051928391602083019586610235565b037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081018352826101f4565b519034f59173ffffffffffffffffffffffffffffffffffffffff8316156101595760405173ffffffffffffffffffffffffffffffffffffffff84168152602090f35b7f8caac8050000000000000000000000000000000000000000000000000000000060005273ffffffffffffffffffffffffffffffffffffffff1660045260245260446000fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6060810190811067ffffffffffffffff8211176101ef57604052565b6101a4565b90601f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0910116810190811067ffffffffffffffff8211176101ef57604052565b9291909283519060005b8281106102525750019081526020019150565b806020809288010151818401520161023f56fea264697066735822122005bdba354528578c2c97606e359fcb9bc11fce26727223daf4f9db7c006cb1f664736f6c634300081c0033",
}

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