RecoveryManager
Verified contract
Active on
Ethereum with 81 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4cac…381b
0x4cac…381b
Balances ($0.00)
No balances found for "RecoveryManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16401460 | 2 years ago | | | 0 | 0.0014373761 | |
| 16390707 | 2 years ago | | | 0 | 0.0030027343 | |
| 13378465 | 3 years ago | | | 0 | 0.0048229992 | |
| 13364928 | 3 years ago | | | 0 | 0.019236825 | |
| 12846991 | 3 years ago | | | 0 | 0.00046182400 | |
| 12837397 | 3 years ago | | | 0 | 0.0036237760 | |
| 12401753 | 4 years ago | | | 0 | 0.0021648000 | |
| 12392001 | 4 years ago | | | 0 | 0.010312835 | |
| 12073333 | 4 years ago | | | 0 | 0.0034650505 | |
| 12063542 | 4 years ago | | | 0 | 0.026324926 |
ABI
ABI objects
Getter at block 21167786
guardianStorage() view returns (address)
0x4cac0996ede3125a72be96942d299b1b26e5381b
lockPeriod() view returns (uint256)
432000
recoveryPeriod() view returns (uint256)
129600
securityPeriod() view returns (uint256)
86400
securityWindow() view returns (uint256)
43200
Read-only
getNonce(address _wallet) view returns (uint256 nonce)
getRecovery(address _wallet) view returns (address _address, uint64 _executeAfter, uint32 _guardianCount)
getRequiredSignatures(address _wallet, bytes _data) view returns (uint256)
relayer(address) view returns (uint256 nonce)
State-modifying
Events addModule(address _wallet, address _module)
cancelRecovery(address _wallet)
execute(address _wallet, bytes _data, uint256 _nonce, bytes _signatures, uint256 _gasPrice, uint256 _gasLimit) returns (bool success)
executeRecovery(address _wallet, address _recovery)
finalizeRecovery(address _wallet)
init(address _wallet)
recoverToken(address _token)
transferOwnership(address _wallet, address _newOwner)
ModuleCreated(bytes32 name)
ModuleInitialised(address wallet)
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)
TransactionExecuted(address indexed wallet, bool indexed success, bytes32 signedHash)
constructor(address _registry, address _guardianStorage, uint256 _recoveryPeriod, uint256 _lockPeriod, uint256 _securityPeriod, uint256 _securityWindow)
This contract contains no fallback and receive objects.
This contract contains no error objects.