Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GAINS | ERC-20 | 15.151907M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095240 | 12 days ago | | | 0 | 0.00043423247 | |
| 18067295 | a year ago | | | 0 | 0.00057516000 | |
| 18063864 | a year ago | | | 0 | 0.0019198207 | |
| 18056590 | a year ago | | | 0 | 0.00065583345 | |
| 18043326 | a year ago | | | 0 | 0.0023741214 | |
| 18039471 | a year ago | | | 0 | 0.00033230030 | |
| 18039469 | a year ago | | | 0 | 0.00034738133 | |
| 17873172 | a year ago | | | 0 | 0.0015829766 | |
| 17873161 | a year ago | | | 0 | 0.0024726418 | |
| 17851993 | a year ago | | | 0 | 0.00035472516 |
ABI
ABI objects
Getter at block 21184096
lockingDuration() view returns (uint256)
31556952
owner() view returns (address)
0x481a2e50d645b7e4538965357b2ce31bc200b1a3
token() view returns (address)
0xd9b312d77bc7bed9b9cecb56636300bed4fe5ce9
Read-only
renewedUnlockingTimestamp(address _account) view returns (uint256)
userDeposit(address) view returns (uint256 amount, uint256 unlockingTimestamp)
State-modifying
Events deposit(uint256 _amount)
recoverERC20(address _tokenToRecover)
renewLocking()
renounceOwnership()
transferOwnership(address newOwner)
updateLockingDuration(uint256 _duration)
updateUnlockingTimestamp(address _account, uint256 _unlockingTimestamp)
withdraw(uint256 _amount)
Deposited(address user, uint256 amount, uint256 unlockingTimestamp)
ERC20Recovered(address token, uint256 amount)
LockingDurationUpdated(uint256 duration)
LockingRenewed(address user, uint256 unlockingTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UnlockingTimestampUpdated(address user, uint256 unlockingTimestamp)
Withdrawn(address user, uint256 amount)
constructor(address _token, uint256 _lockingDuration)
This contract contains no fallback and receive objects.
CannotExtendLocking()
CannotRecoverLockableToken()
InvalidAccount()
InvalidAmount()
InvalidLockingDuration()
InvalidUnlockingTimestamp()
NoDeposit()
NoTokensToRecover()
TokensLocked()
ZeroAddressToken()