Vault

Verified contract

Active on Ethereum with 408 txns
Deployed by via 0xae29e250 at 14786781
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xda2eaeec6a4a4ffe8ab64f629ffebfc64dad3b877c26462262ea86b207f521a9
0x295c54f074972de8cefcb9b2f4693cb29ce232412b4d1d146db4add268a0fd16
0x9518448fbbbf897080eb06f6ceb4b3039165cef3e3f171db9fe26fde75e075b0
0xaa127ccbcb40b83587e4e0ac7db7f4fef44ba00605cfe2a9feacffa543c9b86d
0x0fd908e272fb6b4b373bf9d6d05594402c66b26bd02f3d25e2658de243c06605
0xa58ff6992ca4dce2b2dea26aa6dd5cf381327c368d5c072fb17ab454f9ba9192
0x171ce15277d14bc4dc3d5db9de7f1d1b59567e7547f18dc3b9fbd63984d1dbf4
0x15e55ad415f3c9330ea7ee14158b202ad3496b79e2f01144e421f83da6f5e079
0x8a8c36977895e5c24e6201d0552bbad5fb28c0803c378ac3ed97083e9a9ba537
0xf9e7871da8273c7c9b657fec73e52607364377613cfdb34bc9d400d39911a0aa

Functions
Getter at block 21184096
lockingDuration(view returns (uint256)
31556952
owner(view returns (address)
0x481a2e50d645b7e4538965357b2ce31bc200b1a3
token(view returns (address)
0xd9b312d77bc7bed9b9cecb56636300bed4fe5ce9
Read-only
renewedUnlockingTimestamp(address _accountview returns (uint256)
userDeposit(addressview returns (uint256 amountuint256 unlockingTimestamp)
State-modifying
deposit(uint256 _amount
recoverERC20(address _tokenToRecover
renewLocking(
renounceOwnership(
transferOwnership(address newOwner
updateLockingDuration(uint256 _duration
updateUnlockingTimestamp(address _accountuint256 _unlockingTimestamp
withdraw(uint256 _amount
Events
Deposited(address useruint256 amountuint256 unlockingTimestamp
ERC20Recovered(address tokenuint256 amount
LockingDurationUpdated(uint256 duration
LockingRenewed(address useruint256 unlockingTimestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
UnlockingTimestampUpdated(address useruint256 unlockingTimestamp
Withdrawn(address useruint256 amount
Constructor
constructor(address _tokenuint256 _lockingDuration
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CannotExtendLocking(
CannotRecoverLockableToken(
InvalidAccount(
InvalidAmount(
InvalidLockingDuration(
InvalidUnlockingTimestamp(
NoDeposit(
NoTokensToRecover(
TokensLocked(
ZeroAddressToken(