TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 4,492 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
Balances ($71,016.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVX | ERC-20 | 23.911288K | $2.97 |
$71,016.53 | |
clevCVX | ERC-20 | 1.76751M | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283281 | 11 hours ago | | | 0 | 0.00093827980 | |
| 21283264 | 11 hours ago | | | 0 | 0.00087537450 | |
| 21276575 | a day ago | | | 0 | 0.00066338873 | |
| 21273217 | 2 days ago | | | 0 | 0.0015880614 | |
| 21272430 | 2 days ago | | | 0 | 0.0017603222 | |
| 21272423 | 2 days ago | | | 0 | 0.0019180951 | |
| 21271234 | 2 days ago | | | 0 | 0.00064795260 | |
| 21267437 | 3 days ago | | | 0 | 0.0014579729 | |
| 21261647 | 3 days ago | | | 0 | 0.00077333665 | |
| 21260782 | 4 days ago | | | 0 | 0.00071462533 |
ABI
ABI objects
Getter at block 21286388
accUnrealisedFraction() view returns (uint128)
53305326607933278252723505784674485458
clevCVX() view returns (address)
0xf05e58fcea29ab4da01a495140b349f8410ba904
distributeIndex() view returns (uint64)
4756
governor() view returns (address)
0x28c921adac4c1072658eb01a28da06b5f651ef62
harvestBountyPercentage() view returns (uint256)
10000000
lastPaidOffDistributeIndex() view returns (uint64)
0
owner() view returns (address)
0xfc08757c505ea28709df66e54870fb6de09f0c5e
platform() view returns (address)
0xd6efa5b63531e9ae61e225b02cbacd59092a35be
platformFeePercentage() view returns (uint256)
20000000
rewardInfo() view returns (uint128 ratePerSecond, uint32 periodLength, uint48 lastUpdate, uint48 finishAt)
(ratePerSecond=23374152390544146, periodLength=1209600, lastUpdate=1732761131, finishAt=1733837399)
stakePercentage() view returns (uint256)
800000000
stakeThreshold() view returns (uint256)
10000000000000000000
totalCVXInPool() view returns (uint256)
38861591724935227347420
totalRealised() view returns (uint128)
37971597498512868444324
totalUnrealised() view returns (uint128)
1729538003820533388022955
zap() view returns (address)
0x1104b4df568fa7af90b1bed1d78a2f71e748dc8a
Read-only
getUserInfo(address _account) view returns (uint256 unrealised, uint256 realised)
isWhitelisted(address) view returns (bool)
userInfo(address) view returns (uint128 unrealised, uint128 realised, uint192 accUnrealisedFractionPaid, uint64 lastDistributeIndex)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claim(address _recipient)
deposit(uint256 _amount)
depositFor(address _account, uint256 _amount)
distribute(address _origin, uint256 _amount)
exit(address _recipient)
harvest(address _recipient, uint256 _minimumOut) returns (uint256)
initialize(address _governor, address _clevCVX, address _zap, address _platform, uint256 _platformFeePercentage, uint256 _harvestBountyPercentage)
renounceOwnership()
transferOwnership(address newOwner)
updateGovernor(address _governor)
updateHarvestBountyPercentage(uint256 _percentage)
updatePendingDistribution()
updatePeriodLength(uint32 _length)
updatePlatform(address _platform)
updatePlatformFeePercentage(uint256 _feePercentage)
updateStakePercentage(uint256 _percentage)
updateStakeThreshold(uint256 _threshold)
updateWhitelists(address[] _whitelists, bool _status)
updateZap(address _zap)
withdraw(address _recipient, uint256 _amount)
withdrawAll(address _recipient)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Claim(address indexed _account, address _recipient, uint256 _amount)
Deposit(address indexed _account, uint256 _amount)
Distribute(address indexed _origin, uint256 _amount)
Harvest(address indexed _caller, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateGovernor(address indexed _governor)
UpdateHarvestBountyPercentage(uint256 _percentage)
UpdatePeriodLength(uint256 _length)
UpdatePlatform(address indexed _platform)
UpdatePlatformFeePercentage(uint256 _feePercentage)
UpdateStakePercentage(uint256 _percentage)
UpdateStakeThreshold(uint256 _threshold)
UpdateWhitelist(address indexed _whitelist, bool _status)
UpdateZap(address indexed _zap)
Withdraw(address indexed _account, address _recipient, uint256 _amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.