WalletFactory
Verified contract
Active on
Ethereum with 34,401 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) |
---|---|---|---|---|---|---|---|
| 20734054 | 2 months ago | | | 0 | 0.00026311507 | |
| 20687625 | 2 months ago | | | 0 | 0.00017100114 | |
| 20672745 | 2 months ago | | | 0 | 0.00038338539 | |
| 20643475 | 2 months ago | | | 0 | 0.00015380059 | |
| 20630543 | 2 months ago | | | 0 | 0.00015904221 | |
| 17880374 | a year ago | | | 0 | 0.0022237879 | |
| 16592920 | 2 years ago | | | 0 | 0.0090152018 | |
| 16378867 | 2 years ago | | | 0 | 0.0030541636 | |
| 15698490 | 2 years ago | | | 0 | 0.0011416936 | |
| 15583419 | 2 years ago | | | 0 | 0.013721715 |
ABI
ABI objects
Getter at block 21161112
cloneWalletAddress() view returns (address)
0x989a2ad9acaa8c4e50b2fc6b650d6e1809b9195b
owner() view returns (address)
0x6b9ca9f0fbea46ecf0efd71262ae576fc523cb3b
Read-only
This contract contains no read-only function objects.
State-modifying
Events deployCloneWallet(address _recoveryAddress, address _authorizedAddress, uint256 _cosigner)
deployCloneWallet2(address _recoveryAddress, address _authorizedAddress, uint256 _cosigner, bytes32 _salt)
deployFullWallet(address _recoveryAddress, address _authorizedAddress, uint256 _cosigner)
deployFullWallet2(address _recoveryAddress, address _authorizedAddress, uint256 _cosigner, bytes32 _salt)
reclaimEther()
renounceOwnership()
transferOwnership(address _newOwner)
CloneCreated(address indexed target, address clone)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WalletCreated(address wallet, address authorizedAddress, bool full)
constructor(address _cloneWalletAddress)
fallback()
This contract contains no error objects.