CNCLockerV2
Verified contract
Active on
Ethereum with 684 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($118.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CNC | ERC-20 | 374.656315 | $0.316936 |
$118.74 | |
HQG | ERC-20 | 0.13 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20143879 | 5 months ago | | | 0 | 0.00028116195 | |
| 19950810 | 6 months ago | | | 0 | 0.00031298142 | |
| 19749136 | 7 months ago | | | 0 | 0.086832010 | |
| 19652983 | 8 months ago | | | 0 | 0.0014294253 | |
| 19643896 | 8 months ago | | | 0 | 0.0012906852 | |
| 19643888 | 8 months ago | | | 0 | 0.0013181843 | |
| 19483842 | 8 months ago | | | 0 | 0.0030282392 | |
| 19479590 | 8 months ago | | | 0 | 0.0026443079 | |
| 19479579 | 8 months ago | | | 0 | 0.0026571961 | |
| 19479569 | 8 months ago | | | 0 | 0.0028626352 |
ABI
ABI objects
Getter at block 21315915
V1_LOCKER() view returns (address)
0x3f41480dd3b32f1cc579125f9570dccd07e07667
accruedFeesIntegralCrv() view returns (uint256)
0
accruedFeesIntegralCvx() view returns (uint256)
0
airdropEndTime() view returns (uint256)
1693406291
cncToken() view returns (address)
0x9ae380f0272e2162340a5bb646c354271c0f5cfc
controller() view returns (address)
0x013a3da6591d3427f164862793ab4e388f9b587e
crv() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
cvx() view returns (address)
0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b
isShutdown() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x1fb27a93b1597fb63a71400761fa335d34875bc82ed5d1e2182cbb0a966049a7
owner() view returns (address)
0xcb7c67bdde9f7af0667e8d82bb87f1432bd1d902
totalBoosted() view returns (uint256)
548968892993090546776
totalLocked() view returns (uint256)
374656315483758154200
treasury() view returns (address)
0xb27dc5f8286f063f11491c8f349053cb37718bea
Read-only
airdropBoost(address account) view returns (uint256)
balanceOf(address user) view returns (uint256)
claimableFees(address account) view returns (uint256 claimableCrv, uint256 claimableCvx)
claimedAirdrop(address) view returns (bool)
computeBoost(uint128 lockTime) pure returns (uint128)
lockedBalance(address) view returns (uint256)
lockedBoosted(address) view returns (uint256)
perAccountAccruedCrv(address) view returns (uint256)
perAccountAccruedCvx(address) view returns (uint256)
perAccountFeesCrv(address) view returns (uint256)
perAccountFeesCvx(address) view returns (uint256)
totalRewardsBoost(address account) view returns (uint256)
totalVoteBoost(address account) view returns (uint256)
unlockableBalance(address user) view returns (uint256)
unlockableBalanceBoosted(address user) view returns (uint256)
userLocks(address account) view returns (struct ICNCLockerV2VoteLock[])
voteLocks(address, uint256) view returns (uint256 amount, uint64 unlockTime, uint128 boost, uint64 id)
State-modifying
Events claimAirdropBoost(uint256 amount, struct MerkleProofProof proof)
claimFees() returns (uint256 crvAmount, uint256 cvxAmount)
executeAvailableUnlocks() returns (uint256)
executeAvailableUnlocksFor(address dst) returns (uint256)
executeUnlocks(address dst, uint64[] lockIds) returns (uint256)
kick(address user, uint64 lockId)
lock(uint256 amount, uint64 lockTime)
lock(uint256 amount, uint64 lockTime, bool relock_)
lockFor(uint256 amount, uint64 lockTime, bool relock_, address account)
receiveFees(uint256 amountCrv, uint256 amountCvx)
recoverToken(address token)
relock(uint64 lockId, uint64 lockTime)
relock(uint64 lockTime)
relockMultiple(uint64[] lockIds, uint64 lockTime)
renounceOwnership()
shutDown()
transferOwnership(address newOwner)
AirdropBoostClaimed(address indexed claimer, uint256 amount)
FeesClaimed(address indexed claimer, uint256 crvAmount, uint256 cvxAmount)
FeesReceived(address indexed sender, uint256 crvAmount, uint256 cvxAmount)
KickExecuted(address indexed account, address indexed kicker, uint256 amount)
Locked(address indexed account, uint256 amount, uint256 unlockTime, bool relocked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Relocked(address indexed account, uint256 amount)
Shutdown()
TokenRecovered(address indexed token)
UnlockExecuted(address indexed account, uint256 amount)
constructor(address _controller, address _cncToken, address _treasury, address _crv, address _cvx, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.