RecoveryManager
Verified contract
Active on
Ethereum with 2,659 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x44da…e76f
0x44da…e76f
Balances ($0.00)
No balances found for "RecoveryManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21116080 | a day ago | | | 0 | 0.00091214379 | |
| 19651316 | 7 months ago | | | 0 | 0.00049357516 | |
| 19640615 | 7 months ago | | | 0 | 0.0036169374 | |
| 19338785 | 8 months ago | | | 0 | 0.0020978481 | |
| 19328043 | 8 months ago | | | 0 | 0.013563487 | |
| 19242801 | 9 months ago | | | 0 | 0.0014464857 | |
| 19235766 | 9 months ago | | | 0 | 0.0015724818 | |
| 19232082 | 9 months ago | | | 0 | 0.0030833744 | |
| 19225053 | 9 months ago | | | 0 | 0.0028963589 | |
| 18888541 | 10 months ago | | | 0 | 0.00087257194 |
ABI
ABI objects
Getter at block 21124400
guardianStorage() view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
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.