CNCLockerV3
Verified contract
Active on
Ethereum with 424 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($173,336.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CNC | ERC-20 | 1.11405M | $0.155591 |
$173,336.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147050 | 2 days ago | | | 0 | 0.0012676828 | |
| 21127752 | 5 days ago | | | 0 | 0.0039504750 | |
| 21122154 | 6 days ago | | | 0 | 0.0035470370 | |
| 21117908 | 6 days ago | | | 0 | 0.00083500800 | |
| 21096717 | 9 days ago | | | 0 | 0.00067376554 | |
| 21096712 | 9 days ago | | | 0 | 0.00054144591 | |
| 21096704 | 9 days ago | | | 0 | 0.00072430046 | |
| 21096698 | 9 days ago | | | 0 | 0.00066913623 | |
| 21096693 | 9 days ago | | | 0 | 0.00061307977 | |
| 21094340 | 10 days ago | | | 0 | 0.0013644974 |
ABI
ABI objects
Getter at block 21162403
accruedFeesIntegralCrv() view returns (uint256)
0
accruedFeesIntegralCvx() view returns (uint256)
0
airdropEndTime() view returns (uint256)
1721733479
cncToken() view returns (address)
0x9ae380f0272e2162340a5bb646c354271c0f5cfc
controller() view returns (address)
0x2790ec478f150a98f5d96755601a26403df57eae
crv() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
cvx() view returns (address)
0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b
isShutdown() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xdb5e1bfbc1c8e7f169a5d5ca031d8a814267b7fe0af8f3eca2dc0a8a942719c5
owner() view returns (address)
0x38a40942cb275d941309d5af28b44d27576cdaaf
totalBoosted() view returns (uint256)
1570606036636506169107378
totalLocked() view returns (uint256)
1114049805006748012848874
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)
totalStreamBoost(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 ICNCLockerV3VoteLock[])
voteLocks(address, uint256) view returns (uint256 amount, uint64 unlockTime, uint128 boost, uint64 id)
State-modifying
Events batchKick(struct ICNCLockerV3LockId[] locks)
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.