ITWAccountFactory
Methods
accountImplementation
Returns the address of the Account implementation.
Returns
Name
Type
Description
_0
address
undefined
createAccount
Deploys a new Account with the given salt and initialization data.
Parameters
Name
Type
Description
_salt
bytes32
undefined
_initData
bytes
undefined
Returns
Name
Type
Description
account
address
undefined
getAddress
Returns the address of an Account that would be deployed with the given salt.
Parameters
Name
Type
Description
_salt
bytes32
undefined
Returns
Name
Type
Description
_0
address
undefined
Events
AccountCreated
Parameters
Name
Type
Description
account indexed
address
undefined
salt
bytes32
undefined
Last updated