CLeverCVXLocker
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "CLeverCVXLocker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CLeverCVXLocker"
ABI
ABI objects
Getter at block 21224100
accRewardPerShare() view returns (uint256)
0
clevCVX() view returns (address)
0x0000000000000000000000000000000000000000
furnace() view returns (address)
0x0000000000000000000000000000000000000000
governor() view returns (address)
0x0000000000000000000000000000000000000000
harvestBountyPercentage() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
platform() view returns (address)
0x0000000000000000000000000000000000000000
platformFeePercentage() view returns (uint256)
0
repayFeePercentage() view returns (uint256)
0
reserveRate() view returns (uint256)
0
stakePercentage() view returns (uint256)
0
stakeThreshold() view returns (uint256)
0
totalCVXInPool() view returns (uint256)
0
totalDebtGlobal() view returns (uint256)
0
totalLockedGlobal() view returns (uint256)
0
totalPendingUnlockGlobal() view returns (uint256)
0
totalUnlockedGlobal() view returns (uint256)
0
verifier() view returns (address)
0x0000000000000000000000000000000000000000
zap() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
approvedTargets(address) view returns (bool)
getUserInfo(address _account) view returns (uint256 totalDeposited, uint256 totalPendingUnlocked, uint256 totalUnlocked, uint256 totalBorrowed, uint256 totalReward)
getUserLocks(address _account) view returns (struct CLeverCVXLockerEpochUnlockInfo[] locks, struct CLeverCVXLockerEpochUnlockInfo[] pendingUnlocks)
isKeeper(address) view returns (bool)
isValidSignature(bytes32 _hash, bytes _signature) view returns (bytes4)
manualSwapRewardToken(address) view returns (bool)
pendingUnlocked(uint256) view returns (uint256)
rewardTokens(uint256) view returns (address)
userInfo(address) view returns (uint128 totalDebt, uint128 rewards, uint192 rewardPerSharePaid, uint64 lastInteractedBlock, uint112 totalLocked, uint112 totalUnlocked, uint32 nextUnlockIndex)
State-modifying
Events borrow(uint256 _amount, bool _depositToFurnace)
commitUserSurrogate(address _committer, address _surrogate, address _contractAddr)
delegate(address _registry, bytes32 _id, address _delegate)
deposit(uint256 _amount)
donate(uint256 _amount)
harvest(address _recipient, uint256 _minimumOut) returns (uint256)
harvestPaladinLikeBribes(address distributor, struct IMultiMerkleDistributorClaimParams[] _claimParams, struct CLeverCVXLockerConvertParam[] _convertParams, uint256 _minimumOut) returns (uint256)
harvestVotiumLikeBribes(address distributor, struct IMultiMerkleStashclaimParam[] _claimParams, struct CLeverCVXLockerConvertParam[] _convertParams, uint256 _minimumOut) returns (uint256)
initialize(address _governor, address _clevCVX, address _zap, address _furnace, address _platform, uint256 _platformFeePercentage, uint256 _harvestBountyPercentage)
processUnlockableCVX()
renounceOwnership()
repay(uint256 _cvxAmount, uint256 _clevCVXAmount)
transferOwnership(address newOwner)
unlock(uint256 _amount)
updateApprovedTargets(address[] _accounts, bool _status)
updateGovernor(address _governor)
updateHarvestBountyPercentage(uint256 _percentage)
updateKeepers(address[] _accounts, bool _status)
updateManualSwapRewardToken(address[] _tokens, bool _status)
updatePlatform(address _platform)
updatePlatformFeePercentage(uint256 _feePercentage)
updateRepayFeePercentage(uint256 _feePercentage)
updateReserveRate(uint256 _reserveRate)
updateRewardTokens(address[] _tokens)
updateStakePercentage(uint256 _percentage)
updateStakeThreshold(uint256 _threshold)
updateVerifier(address _verifier)
updateZap(address _zap)
withdrawManualSwapRewardTokens(address[] _tokens, address _recipient)
withdrawUnlocked()
Borrow(address indexed _account, uint256 _amount)
Claim(address indexed _account, uint256 _amount)
Deposit(address indexed _account, uint256 _amount)
Harvest(address indexed _caller, uint256 _reward, uint256 _platformFee, uint256 _harvestBounty)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Repay(address indexed _account, uint256 _cvxAmount, uint256 _clevCVXAmount)
Unlock(address indexed _account, uint256 _amount)
UpdateGovernor(address indexed _governor)
UpdateHarvestBountyPercentage(uint256 _percentage)
UpdatePauseTimestamp(uint256 _startTimestamp, uint256 _finishTimestamp)
UpdatePlatform(address indexed _platform)
UpdatePlatformFeePercentage(uint256 _feePercentage)
UpdateRepayFeePercentage(uint256 _feePercentage)
UpdateStakePercentage(uint256 _percentage)
UpdateStakeThreshold(uint256 _threshold)
UpdateWhitelist(address indexed _whitelist, bool _status)
UpdateZap(address indexed _zap)
Withdraw(address indexed _account, uint256 _amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.