WalletFactory
Functions
createWallet
Clones wallet for msg.sender at deterministic address.
Parameter
Description
nonce
Wallet's nonce, allows owner to have multiple wallets. Does not have any order limitations, but it's recommended to specify nonce incrementally.
createWallet
Meta transaction version of createWallet. Recovers signer from EIP712 signature and clones wallet for it at specified address. Often used with wallet.call.
CREATE_WALLET_TYPEHASH
Returns EIP712 typehash for "Create wallet" message.
baseWallet
Returns wallet implementation address. Used in wallet cloning.
getWallet
Calculates wallet address, given owner and nonce, check if wallet already deployed.
Last updated