WalletFactory
Verified contract
Active on
Ethereum with 32,650 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.001 | $3,327.44 |
$3.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163570 | 20 hours ago | | | 0 | 0.0039986099 | |
| 21150101 | 3 days ago | | | 0 | 0.0033262229 | |
| 21150033 | 3 days ago | | | 0 | 0.0029415106 | |
| 21149417 | 3 days ago | | | 0 | 0.0028371839 | |
| 21148701 | 3 days ago | | | 0 | 0.0029880144 | |
| 21137427 | 4 days ago | | | 0 | 0.0063839640 | |
| 21134734 | 5 days ago | | | 0 | 0.0022409448 | |
| 21128754 | 6 days ago | | | 0 | 0.0056570128 | |
| 21127510 | 6 days ago | | | 0 | 0.0063391639 | |
| 21125470 | 6 days ago | | | 0 | 0.0033623219 |
ABI
ABI objects
Getter at block 21169446
guardianStorage() view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
owner() view returns (address)
0xa5c603e1c27a96171487aea0649b01c56248d2e8
refundAddress() view returns (address)
0x482579f93dc13e6b434e38b5a0447ca543d88a46
walletImplementation() view returns (address)
0xab00ea153c43575184ff11dd5e713c96be005573
Read-only
getAddressForCounterfactualWallet(address _owner, address[] _modules, address _guardian, bytes20 _salt) view returns (address _wallet)
init(address _wallet) pure
managers(address) view returns (bool)
revokeManager(address) pure
State-modifying
Events addManager(address _manager)
changeOwner(address _newOwner)
changeRefundAddress(address _refundAddress)
createCounterfactualWallet(address _owner, address[] _modules, address _guardian, bytes20 _salt, uint256 _refundAmount, address _refundToken, bytes _ownerSignature, bytes _managerSignature) returns (address _wallet)
ManagerAdded(address indexed _manager)
ManagerRevoked(address indexed _manager)
OwnerChanged(address indexed _newOwner)
RefundAddressChanged(address addr)
WalletCreated(address indexed wallet, address indexed owner, address indexed guardian, address refundToken, uint256 refundAmount)
constructor(address _walletImplementation, address _guardianStorage, address _refundAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.