TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 52 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
-
variable spans 48 additional slots
-
variable spans 48 additional slots
26 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
idleCvxMIM-3LP3CRV-f | ERC-20 | 2.602005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15578446 | 2 years ago | | | 0 | 0.0097310864 | |
| 15490846 | 2 years ago | | | 0 | 0.0054386977 | |
| 15463588 | 2 years ago | | | 0 | 0.0042693225 | |
| 15414046 | 2 years ago | | | 0 | 0.0076681806 | |
| 15396832 | 2 years ago | | | 0 | 0.0059088821 | |
| 15396182 | 2 years ago | | | 0 | 0.0028377657 | |
| 15342642 | 2 years ago | | | 0 | 0.0066217555 | |
| 15341175 | 2 years ago | | | 0 | 0.0061934402 | |
| 15298107 | 2 years ago | | | 0 | 0.0056651960 | |
| 15259409 | 2 years ago | | | 0 | 0.0077003293 |
ABI
ABI objects
Getter at block 21173268 getContractValue() view returns (uint256) getCurrentAARatio() view returns (uint256)
AAStaking() view returns (address)
0x0000000000000000000000000000000000000000
AATranche() view returns (address)
0xfc96989b3df087c96c806318436b16e44c697102
BBStaking() view returns (address)
0x0000000000000000000000000000000000000000
BBTranche() view returns (address)
0x5346217536852cd30a5266647ccbb6f73449cbd1
FULL_ALLOC() view returns (uint256)
100000
MAX_FEE() view returns (uint256)
20000
ONE_TRANCHE_TOKEN() view returns (uint256)
1000000000000000000
allowAAWithdraw() view returns (bool)
true
allowBBWithdraw() view returns (bool)
true
fee() view returns (uint256)
10000
feeReceiver() view returns (address)
0xfb3bd022d5dacf95ee28a6b07825d4ff9c5b3814
feeSplit() view returns (uint256)
0
getIncentiveTokens() view returns (address[])
[]
governanceRecoveryFund() view returns (address)
0xfb3bd022d5dacf95ee28a6b07825d4ff9c5b3814
guardian() view returns (address)
0xe8ea8bae250028a8709a3841e0ae1a44820d677b
idealRange() view returns (uint256)
10000
isAYSActive() view returns (bool)
true
lastNAVAA() view returns (uint256)
962951733517166408
lastNAVBB() view returns (uint256)
1901614687971731347
lastStrategyPrice() view returns (uint256)
1100907261395990507
limit() view returns (uint256)
0
oneToken() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xe8ea8bae250028a8709a3841e0ae1a44820d677b
paused() view returns (bool)
false
priceAA() view returns (uint256)
1062951733517165584
priceBB() view returns (uint256)
1901614687971731338
rebalancer() view returns (address)
0xb3c8e5534f0063545cbbb7ce86854bf42db8872b
referral() view returns (address)
0x0000000000000000000000000000000000000000
releaseBlocksPeriod() view returns (uint256)
1500
revertIfTooLow() view returns (bool)
true
skipDefaultCheck() view returns (bool)
false
strategy() view returns (address)
0x35168324dc1981addc3bc915788e200bedf77865
strategyToken() view returns (address)
0x35168324dc1981addc3bc915788e200bedf77865
token() view returns (address)
0x5a6a4d54456819380173272a5e8e9b9904bdf41b
trancheAPRSplitRatio() view returns (uint256)
16807
trancheIdealWeightRatio() view returns (uint256)
50000
unclaimedFees() view returns (uint256)
0
unlentPerc() view returns (uint256)
2000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getApr(address _tranche) view returns (uint256)
getIdealApr(address _tranche) view returns (uint256)
incentiveTokens(uint256) view returns (address)
tranchePrice(address _tranche) view returns (uint256)
virtualPrice(address _tranche) view returns (uint256 _virtualPrice)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
_setLimit(uint256 _limit)
depositAA(uint256 _amount) returns (uint256)
depositAARef(uint256 _amount, address _referral) returns (uint256)
depositBB(uint256 _amount) returns (uint256)
depositBBRef(uint256 _amount, address _referral) returns (uint256)
emergencyShutdown()
harvest(bool[] _skipFlags, bool[] _skipReward, uint256[] _minAmount, uint256[] _sellAmounts, bytes _extraData) returns (uint256[][] _res)
initialize(uint256 _limit, address _guardedToken, address _governanceFund, address _owner, address _rebalancer, address _strategy, uint256 _trancheAPRSplitRatio, uint256 _trancheIdealWeightRatio, address[] _incentiveTokens)
liquidate(uint256 _amount, bool _revertIfNeeded) returns (uint256)
pause()
renounceOwnership()
setAllowAAWithdraw(bool _allowed)
setAllowBBWithdraw(bool _allowed)
setFee(uint256 _fee)
setFeeReceiver(address _feeReceiver)
setFeeSplit(uint256 _feeSplit)
setGuardian(address _guardian)
setIdealRange(uint256 _idealRange)
setIncentiveTokens(address[] _incentiveTokens)
setIsAYSActive(bool _active)
setIsStkAAVEActive(bool _isStkAAVEActive)
setRebalancer(address _rebalancer)
setReferral(address _referral)
setReleaseBlocksPeriod(uint256 _releaseBlocksPeriod)
setRevertIfTooLow(bool _allowed)
setSkipDefaultCheck(bool _allowed)
setStakingRewards(address _AAStaking, address _BBStaking)
setStrategy(address _strategy, address[] _incentiveTokens)
setTrancheAPRSplitRatio(uint256 _trancheAPRSplitRatio)
setTrancheIdealWeightRatio(uint256 _trancheIdealWeightRatio)
setUnlentPerc(uint256 _unlentPerc)
transferOwnership(address newOwner)
transferToken(address _token, uint256 _value)
unpause()
withdrawAA(uint256 _amount) returns (uint256)
withdrawBB(uint256 _amount) returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Referral(uint256 _amount, address _ref)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.