Skip to content

Latest commit

 

History

History
40 lines (9 loc) · 514 Bytes

WalletFactory.md

File metadata and controls

40 lines (9 loc) · 514 Bytes

WalletFactory

constructor(address _erc20Token, address _wallet) (public)

Constructor for WalletFactory contract

getVersionNumber() → uint256, uint256, uint256, uint256 (external)

Returns the storage, major, minor, and patch version of the contract.

createProxiedWallet(bytes32 _userId) → address (external)

Create a new Wallet proxy contract

updateProxyImplementation(address _proxy, address _newLogic) (external)

Update proxy implementation address