Vote Locked Liquis
Verified contract
Active on
Ethereum with 600 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($49,465.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LIQ | ERC-20 | 15.889957M | $0.003113 |
$49,465.44 | |
oLIT | ERC-20 | 378.43734K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21116762 | a day ago | | | 0 | 0.0010445419 | |
| 21116583 | a day ago | | | 0 | 0.00024288253 | |
| 21115004 | a day ago | | | 0 | 0.0014958475 | |
| 21105396 | 3 days ago | | | 0 | 0.00019542818 | |
| 21074300 | 7 days ago | | | 0 | 0.0014917418 | |
| 21058635 | 9 days ago | | | 0 | 0.00072435802 | |
| 21058565 | 9 days ago | | | 0 | 0.0011559700 | |
| 21031740 | 13 days ago | | | 0 | 0.0011307945 | |
| 21004257 | 17 days ago | | | 0 | 0.00080270703 | |
| 20977643 | 21 days ago | | | 0 | 0.0010885416 |
ABI
ABI objects
Getter at block 21124920 totalSupply() view returns (uint256 supply)
cvxCrv() view returns (address)
0x03c6f0ca0363652398abfb08d154f114e61c4ad8
cvxcrvStaking() view returns (address)
0x7ea6930a9487ce8d039f7cc89432435e6d5acb23
decimals() view returns (uint8)
18
denominator() view returns (uint256)
10000
epochCount() view returns (uint256)
63
isShutdown() view returns (bool)
false
kickRewardEpochDelay() view returns (uint256)
3
kickRewardPerEpoch() view returns (uint256)
100
lockDuration() view returns (uint256)
10281600
lockedSupply() view returns (uint256)
15889956727944096774545578
name() view returns (string)
Vote Locked Liquis
newRewardRatio() view returns (uint256)
830
olit() view returns (address)
0x627fee87d0d9d2c55098a06ac805db8f98b158aa
owner() view returns (address)
0xd9ddb1129941377166c7aa5834f6c9b56ba100fe
rewardsDuration() view returns (uint256)
604800
stakingToken() view returns (address)
0xd82fd4d6d62f89a1e50b1db69ad19932314aa408
symbol() view returns (string)
vlLIQ
Read-only
balanceAtEpochOf(uint256 _epoch, address _user) view returns (uint256 amount)
balanceOf(address _user) view returns (uint256 amount)
balances(address) view returns (uint112 locked, uint32 nextUnlockIndex)
blacklist(address) view returns (bool)
checkpoints(address account, uint32 pos) view returns (struct LiqLockerDelegateeCheckpoint)
claimableRewards(address _account) view returns (struct LiqLockerEarnedData[] userRewards)
delegateeUnlocks(address, uint256) view returns (uint256)
delegates(address account) view returns (address)
earned(address _account, address token) view returns (uint256 userRewards)
epochs(uint256) view returns (uint224 supply, uint32 date)
findEpochId(uint256 _time) view returns (uint256 epoch)
getPastTotalSupply(uint256 timestamp) view returns (uint256)
getPastVotes(address account, uint256 timestamp) view returns (uint256 votes)
getVotes(address account) view returns (uint256)
hasPermission(address owner, address caller) view returns (bool)
lastTimeRewardApplicable(address _rewardsToken) view returns (uint256)
lockedBalances(address _user) view returns (uint256 total, uint256 unlockable, uint256 locked, struct LiqLockerLockedBalance[] lockData)
numCheckpoints(address account) view returns (uint32)
queuedRewards(address) view returns (uint256)
rewardData(address) view returns (uint32 periodFinish, uint32 lastUpdateTime, uint96 rewardRate, uint96 rewardPerTokenStored)
rewardDistributors(address, address) view returns (bool)
rewardPerToken(address _rewardsToken) view returns (uint256)
rewardTokens(uint256) view returns (address)
totalSupplyAtEpoch(uint256 _epoch) view returns (uint256 supply)
userData(address, address) view returns (uint128 rewardPerTokenPaid, uint128 rewards)
userLocks(address, uint256) view returns (uint112 amount, uint32 unlockTime)
State-modifying
Events addReward(address _rewardsToken, address _distributor)
approveRewardDistributor(address _rewardsToken, address _distributor, bool _approved)
checkpointEpoch()
delegate(address newDelegatee)
emergencyWithdraw()
getReward(address _account)
getReward(address _account, bool _stake)
getReward(address _account, bool[] _skipIdx)
getRewardFor(address _account) returns (uint256 rewardAmount)
kickExpiredLocks(address _account)
lock(address _account, uint256 _amount)
modifyBlacklist(address _account, bool _blacklisted)
modifyPermission(address caller, bool permitted)
processExpiredLocks(bool _relock)
queueNewRewards(address _rewardsToken, uint256 _rewards)
recoverERC20(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
setApprovals()
setKickIncentive(uint256 _rate, uint256 _delay)
shutdown()
transferOwnership(address newOwner)
BlacklistModified(address account, bool blacklisted)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateCheckpointed(address indexed delegate)
KickIncentiveSet(uint256 rate, uint256 delay)
KickReward(address indexed _user, address indexed _kicked, uint256 _reward)
ModifyPermission(address owner, address caller, bool grant)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Recovered(address _token, uint256 _amount)
RewardAdded(address indexed _token, uint256 _reward)
RewardPaid(address indexed _user, address indexed _rewardsToken, uint256 _reward)
Shutdown()
Staked(address indexed _user, uint256 _lockedAmount, uint256 _unlockTime)
Withdrawn(address indexed _user, uint256 _amount, uint256 _expiryTime, bool _relocked)
constructor(string _nameArg, string _symbolArg, address _stakingToken, address _cvxCrv, address _cvxCrvStaking, address _olit)
This contract contains no fallback and receive objects.
This contract contains no error objects.