TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 82 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 |
---|---|---|---|---|---|
FEI | ERC-20 | 0 | $0.983091 |
$0 | |
idleFEIYield | ERC-20 | 54.589147 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15725391 | 2 years ago | | | 0 | 0.020117108 | |
| 15547371 | 2 years ago | | | 0 | 0.010000363 | |
| 15490847 | 2 years ago | | | 0 | 0.0090172881 | |
| 15438892 | 2 years ago | | | 0 | 0.0057047238 | |
| 15408028 | 2 years ago | | | 0 | 0.0051472295 | |
| 15357565 | 2 years ago | | | 0 | 0.0052140987 | |
| 15271916 | 2 years ago | | | 0 | 0.0063981901 | |
| 15271915 | 2 years ago | | | 0 | 0.0058710002 | |
| 15259409 | 2 years ago | | | 0 | 0.0045793136 | |
| 15259360 | 2 years ago | | | 0 | 0.0040237595 |
ABI
ABI objects
Getter at block 21307464 getContractValue() view returns (uint256) getCurrentAARatio() view returns (uint256)
AAStaking() view returns (address)
0x8fcd21253aaa7e228531291cc6f644d13b3cf0ba
AATranche() view returns (address)
0x9ce3a740df498646939bcbb213a66bbfa1440af6
BBStaking() view returns (address)
0x0000000000000000000000000000000000000000
BBTranche() view returns (address)
0x2490d810bf6429264397ba721a488b0c439aa745
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[])
[0x875773784Af8135eA0ef43b5a374AaD105c5D39e]
governanceRecoveryFund() view returns (address)
0xfb3bd022d5dacf95ee28a6b07825d4ff9c5b3814
guardian() view returns (address)
0xe8ea8bae250028a8709a3841e0ae1a44820d677b
idealRange() view returns (uint256)
10000
isAYSActive() view returns (bool)
true
lastNAVAA() view returns (uint256)
57538186398408340239
lastNAVBB() view returns (uint256)
1
lastStrategyPrice() view returns (uint256)
1054022445137357293
limit() view returns (uint256)
0
oneToken() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xe8ea8bae250028a8709a3841e0ae1a44820d677b
paused() view returns (bool)
false
priceAA() view returns (uint256)
39029767010691604865
priceBB() view returns (uint256)
153556526976678509359
rebalancer() view returns (address)
0xb3c8e5534f0063545cbbb7ce86854bf42db8872b
referral() view returns (address)
0x0000000000000000000000000000000000000000
releaseBlocksPeriod() view returns (uint256)
6400
revertIfTooLow() view returns (bool)
true
skipDefaultCheck() view returns (bool)
false
strategy() view returns (address)
0x73a44027bdaf5d71296d2c73cfb13e561c76a916
strategyToken() view returns (address)
0xb2d5cb72a621493fe83c6885e4a776279be595bc
token() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
trancheAPRSplitRatio() view returns (uint256)
99000
trancheIdealWeightRatio() view returns (uint256)
50000
unclaimedFees() view returns (uint256)
143
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.