WalletFactory
Verified contract
Active on
Ethereum with 9,757 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WalletFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19016730 | 10 months ago | | | 0 | 0.012430370 | |
| 18844473 | a year ago | | | 0 | 0.011142224 | |
| 17933521 | a year ago | | | 0 | 0.0081329656 | |
| 14810776 | 3 years ago | | | 0 | 0.012386981 | |
| 14499605 | 3 years ago | | | 0 | 0.014926678 | |
| 14478269 | 3 years ago | | | 0 | 0.023721469 | |
| 13954055 | 3 years ago | | | 0 | 0.055831094 | |
| 13925591 | 3 years ago | | | 0 | 0.027085706 | |
| 13872110 | 3 years ago | | | 0 | 0.031517710 | |
| 13826101 | 3 years ago | | | 0 | 0.049141869 |
ABI
ABI objects
Getter at block 21258072
guardianStorage() view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
moduleRegistry() view returns (address)
0xc17d432bd8e8850fd7b32b0270f5afac65db0105
owner() view returns (address)
0xa5c603e1c27a96171487aea0649b01c56248d2e8
walletImplementation() view returns (address)
0x29b94b045a0b828d9eb99136a16d97c7ff3d2600
Read-only
getAddressForCounterfactualWallet(address _owner, address _versionManager, address _guardian, bytes32 _salt, uint256 _version) view returns (address _wallet)
init(address _wallet) pure
managers(address) view returns (bool)
State-modifying
Events addManager(address _manager)
changeModuleRegistry(address _moduleRegistry)
changeOwner(address _newOwner)
createCounterfactualWallet(address _owner, address _versionManager, address _guardian, bytes32 _salt, uint256 _version) returns (address _wallet)
createWallet(address _owner, address _versionManager, address _guardian, uint256 _version)
revokeManager(address _manager)
ManagerAdded(address indexed _manager)
ManagerRevoked(address indexed _manager)
ModuleRegistryChanged(address addr)
OwnerChanged(address indexed _newOwner)
WalletCreated(address indexed wallet, address indexed owner, address indexed guardian)
constructor(address _moduleRegistry, address _walletImplementation, address _guardianStorage)
This contract contains no fallback and receive objects.
This contract contains no error objects.