LockManager
Verified contract
Active on
Ethereum with 627 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x44da…e76f
Balances ($0.00)
No balances found for "LockManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19770789 | 6 months ago | | | 0 | 0.00098126766 | |
| 19770784 | 6 months ago | | | 0 | 0.00070747009 | |
| 19428065 | 8 months ago | | | 0 | 0.0050076097 | |
| 19427922 | 8 months ago | | | 0 | 0.0083667301 | |
| 19001649 | 10 months ago | | | 0 | 0.0010610823 | |
| 19001615 | 10 months ago | | | 0 | 0.0014680041 | |
| 17848736 | a year ago | | | 0 | 0.0014098561 | |
| 17095399 | 2 years ago | | | 0 | 0.0023087391 | |
| 16999593 | 2 years ago | | | 0 | 0.0015151706 | |
| 15961993 | 2 years ago | | | 0 | 0.00098467337 |
ABI
ABI objects
Getter at block 21162212
guardianStorage() view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
lockPeriod() view returns (uint256)
432000
Read-only
getLock(address _wallet) view returns (uint64 _releaseAfter)
getNonce(address _wallet) view returns (uint256 nonce)
isLocked(address _wallet) view returns (bool _isLocked)
relayer(address) view returns (uint256 nonce)
State-modifying
Events addModule(address _wallet, address _module)
execute(address _wallet, bytes _data, uint256 _nonce, bytes _signatures, uint256 _gasPrice, uint256 _gasLimit) returns (bool success)
init(address _wallet)
lock(address _wallet)
recoverToken(address _token)
unlock(address _wallet)
Locked(address indexed wallet, uint64 releaseAfter)
ModuleCreated(bytes32 name)
ModuleInitialised(address wallet)
TransactionExecuted(address indexed wallet, bool indexed success, bytes32 signedHash)
Unlocked(address indexed wallet)
constructor(address _registry, address _guardianStorage, uint256 _lockPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.