TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 5,153 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
6 additional
variables
Balances ($153,391.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVX | ERC-20 | 51.64688K | $2.97 |
$153,391.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282986 | 18 hours ago | | | 0 | 0.0013033524 | |
| 21282885 | 18 hours ago | | | 0 | 0.0010430959 | |
| 21282573 | 19 hours ago | | | 0 | 0.0065984773 | |
| 21277840 | a day ago | | | 0 | 0.0010719864 | |
| 21277596 | a day ago | | | 0 | 0.00083406960 | |
| 21272480 | 2 days ago | | | 0 | 0.0032250774 | |
| 21272477 | 2 days ago | | | 0 | 0.0011427091 | |
| 21272438 | 2 days ago | | | 0 | 0.0013585436 | |
| 21272111 | 2 days ago | | | 0 | 0.0012190248 | |
| 21271228 | 2 days ago | | | 0 | 0.00049138749 |
ABI
ABI objects
Getter at block 21288261
accRewardPerShare() view returns (uint256)
570225770214718622
clevCVX() view returns (address)
0xf05e58fcea29ab4da01a495140b349f8410ba904
furnace() view returns (address)
0xce4dcc5028588377e279255c0335effe2d7ab72a
governor() view returns (address)
0x28c921adac4c1072658eb01a28da06b5f651ef62
harvestBountyPercentage() view returns (uint256)
10000000
owner() view returns (address)
0xfc08757c505ea28709df66e54870fb6de09f0c5e
platform() view returns (address)
0xd6efa5b63531e9ae61e225b02cbacd59092a35be
platformFeePercentage() view returns (uint256)
300000000
repayFeePercentage() view returns (uint256)
0
reserveRate() view returns (uint256)
500000000
stakePercentage() view returns (uint256)
800000000
stakeThreshold() view returns (uint256)
10000000000000000000
totalCVXInPool() view returns (uint256)
63700702797407316796616
totalDebtGlobal() view returns (uint256)
2205709970659130781713361
totalLockedGlobal() view returns (uint256)
4497490914734942305384606
totalPendingUnlockGlobal() view returns (uint256)
98881918043176165961739
totalUnlockedGlobal() view returns (uint256)
63700702797407316796616
verifier() view returns (address)
0x8958677ca44da460d487335c09c045fbd0c43382
zap() view returns (address)
0x1104b4df568fa7af90b1bed1d78a2f71e748dc8a
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.