RecoveryManager
Verified contract
Active on
Ethereum with 5,370 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x645b…24ec
0x44da…e76f
Balances ($0.00)
No balances found for "RecoveryManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279525 | 2 days ago | | | 0 | 0.00091147421 | |
| 21268460 | 3 days ago | | | 0 | 0.00048823674 | |
| 21261776 | 4 days ago | | | 0 | 0.00043971169 | |
| 21258421 | 5 days ago | | | 0 | 0.00049894084 | |
| 21240625 | 7 days ago | | | 0 | 0.00069590410 | |
| 21227790 | 9 days ago | | | 0 | 0.00049707891 | |
| 21221344 | 10 days ago | | | 0 | 0.00068972685 | |
| 21219207 | 10 days ago | | | 0 | 0.00060298729 | |
| 21212642 | 11 days ago | | | 0 | 0.00053281019 | |
| 21212259 | 11 days ago | | | 0 | 0.00056769859 |
ABI
ABI objects
Getter at block 21290767
getStaticCallSignatures() view returns (bytes4[] _sigs)
[]
guardianStorage() view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
lockPeriod() view returns (uint256)
432000
recoveryPeriod() view returns (uint256)
129600
Read-only
getRecovery(address _wallet) view returns (address _address, uint64 _executeAfter, uint32 _guardianCount)
getRequiredSignatures(address _wallet, bytes _data) view returns (uint256, uint8)
isFeatureAuthorisedInVersionManager(address _wallet, address _feature) view returns (bool)
State-modifying
Events cancelRecovery(address _wallet)
executeRecovery(address _wallet, address _recovery)
finalizeRecovery(address _wallet)
init(address _wallet)
recoverToken(address _token)
transferOwnership(address _wallet, address _newOwner)
FeatureCreated(bytes32 name)
OwnershipTransfered(address indexed wallet, address indexed _newOwner)
RecoveryCanceled(address indexed wallet, address indexed _recovery)
RecoveryExecuted(address indexed wallet, address indexed _recovery, uint64 executeAfter)
RecoveryFinalized(address indexed wallet, address indexed _recovery)
constructor(address _lockStorage, address _guardianStorage, address _versionManager, uint256 _recoveryPeriod, uint256 _lockPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.