WalletFactory
Verified contract
Active on
Ethereum with 2,705 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 0.001 | $3,194.28 |
$3.19 | |
UNI-V2 | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19568611 | 7 months ago | | | 0 | 0.024142721 | |
| 19080729 | 10 months ago | | | 0 | 0.0043796376 | |
| 16956950 | 2 years ago | | | 0 | 0.0083459388 | |
| 16751352 | 2 years ago | | | 0 | 0.018646935 | |
| 16427636 | 2 years ago | | | 0 | 0.021644799 | |
| 15154215 | 2 years ago | | | 0 | 0.016272204 | |
| 14880167 | 2 years ago | | | 0 | 0.028060709 | |
| 14708547 | 3 years ago | | | 0 | 0.020746123 | |
| 14412565 | 3 years ago | | | 0 | 0.018565377 | |
| 14308574 | 3 years ago | | | 0 | 0.049013769 |
ABI
ABI objects
Getter at block 21161846
guardianStorage() view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
moduleRegistry() view returns (address)
0xc17d432bd8e8850fd7b32b0270f5afac65db0105
owner() view returns (address)
0xa5c603e1c27a96171487aea0649b01c56248d2e8
refundAddress() view returns (address)
0x482579f93dc13e6b434e38b5a0447ca543d88a46
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)
changeRefundAddress(address _refundAddress)
createCounterfactualWallet(address _owner, address _versionManager, address _guardian, bytes32 _salt, uint256 _version, uint256 _refundAmount, address _refundToken, bytes _ownerSignature) returns (address _wallet)
revokeManager(address _manager)
ManagerAdded(address indexed _manager)
ManagerRevoked(address indexed _manager)
ModuleRegistryChanged(address addr)
OwnerChanged(address indexed _newOwner)
RefundAddressChanged(address addr)
WalletCreated(address indexed wallet, address indexed owner, address indexed guardian, address refundToken, uint256 refundAmount)
constructor(address _moduleRegistry, address _walletImplementation, address _guardianStorage, address _refundAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.