IdleCDO
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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)
No balances found for "IdleCDO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "IdleCDO"
ABI
ABI objects
Getter at block 21282074 getContractValue() view returns (uint256) getCurrentAARatio() view returns (uint256)
AAStaking() view returns (address)
0x0000000000000000000000000000000000000000
AATranche() view returns (address)
0x0000000000000000000000000000000000000000
BBStaking() view returns (address)
0x0000000000000000000000000000000000000000
BBTranche() view returns (address)
0x0000000000000000000000000000000000000000
FULL_ALLOC() view returns (uint256)
100000
MAX_FEE() view returns (uint256)
20000
ONE_TRANCHE_TOKEN() view returns (uint256)
1000000000000000000
allowAAWithdraw() view returns (bool)
false
allowBBWithdraw() view returns (bool)
false
fee() view returns (uint256)
0
feeReceiver() view returns (address)
0x0000000000000000000000000000000000000000
feeSplit() view returns (uint256)
0
getIncentiveTokens() view returns (address[])
[]
governanceRecoveryFund() view returns (address)
0x0000000000000000000000000000000000000000
guardian() view returns (address)
0x0000000000000000000000000000000000000000
idealRange() view returns (uint256)
0
isAYSActive() view returns (bool)
false
lastNAVAA() view returns (uint256)
0
lastNAVBB() view returns (uint256)
0
lastStrategyPrice() view returns (uint256)
0
limit() view returns (uint256)
0
liquidationTolerance() view returns (uint256)
0
oneToken() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
priceAA() view returns (uint256)
0
priceBB() view returns (uint256)
0
rebalancer() view returns (address)
0x0000000000000000000000000000000000000000
referral() view returns (address)
0x0000000000000000000000000000000000000000
releaseBlocksPeriod() view returns (uint256)
0
revertIfTooLow() view returns (bool)
false
skipDefaultCheck() view returns (bool)
false
strategy() view returns (address)
0x0000000000000000000000000000000000000000
strategyToken() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x0000000000000000000000000000000000000001
trancheAPRSplitRatio() view returns (uint256)
0
trancheIdealWeightRatio() view returns (uint256)
0
unclaimedFees() view returns (uint256)
0
unlentPerc() view returns (uint256)
0
weth() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getApr(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 _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, address[] _incentiveTokens)
liquidate(uint256 _amount, bool _revertIfNeeded) returns (uint256)
pause()
renounceOwnership()
restoreOperations()
setAllowAAWithdraw(bool _allowed)
setAllowBBWithdraw(bool _allowed)
setFee(uint256 _fee)
setFeeReceiver(address _feeReceiver)
setGuardian(address _guardian)
setIncentiveTokens(address[] _incentiveTokens)
setIsAYSActive(bool _active)
setLiquidationTolerance(uint256 _diff)
setRebalancer(address _rebalancer)
setReleaseBlocksPeriod(uint256 _releaseBlocksPeriod)
setRevertIfTooLow(bool _allowed)
setSkipDefaultCheck(bool _allowed)
setStakingRewards(address _AAStaking, address _BBStaking)
setTrancheAPRSplitRatio(uint256 _trancheAPRSplitRatio)
setUnlentPerc(uint256 _unlentPerc)
transferOwnership(address newOwner)
transferToken(address _token, uint256 _value)
unpause()
withdrawAA(uint256 _amount) returns (uint256)
withdrawBB(uint256 _amount) returns (uint256)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Referral(uint256 _amount, address _ref)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.