TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 26 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
30 additional
variables
Balances ($18.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 18.894606 | $1.003 |
$18.95 | |
eDAI | ERC-20 | 654.688224 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17146958 | 2 years ago | | | 0 | 0.0064969320 | |
| 16775232 | 2 years ago | | | 0 | 0.0078514410 | |
| 16665706 | 2 years ago | | | 0 | 0.0076096043 | |
| 16660094 | 2 years ago | | | 0 | 0.0050664022 | |
| 16659614 | 2 years ago | | | 0 | 0.0058872750 | |
| 16525360 | 2 years ago | | | 0 | 0.0040425280 | |
| 16011257 | 2 years ago | | | 0 | 0.0044442451 | |
| 16005599 | 2 years ago | | | 0 | 0.0031540203 | |
| 16004793 | 2 years ago | | | 0 | 0.0026965968 | |
| 15928463 | 2 years ago | | | 0 | 0.0069114573 |
ABI
ABI objects
Getter at block 21272179 getCurrentAARatio() view returns (uint256)
AAStaking() view returns (address)
0x0000000000000000000000000000000000000000
AATranche() view returns (address)
0x852c4d2823e98930388b5ce1ed106310b942bd5a
BBStaking() view returns (address)
0x0000000000000000000000000000000000000000
BBTranche() view returns (address)
0x6629baa8c7c6a84290bf9a885825e3540875219d
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
getContractValue() view returns (uint256)
10522426388812169189
getIncentiveTokens() view returns (address[])
[]
governanceRecoveryFund() view returns (address)
0xfb3bd022d5dacf95ee28a6b07825d4ff9c5b3814
guardian() view returns (address)
0xe5dab8208c1f4cce15883348b72086dbace3e64b
idealRange() view returns (uint256)
10000
isAYSActive() view returns (bool)
true
lastNAVAA() view returns (uint256)
5019871120586817900
lastNAVBB() view returns (uint256)
5502555268225351289
lastStrategyPrice() view returns (uint256)
0
limit() view returns (uint256)
0
liquidationTolerance() view returns (uint256)
0
maxDecreaseDefault() view returns (uint256)
0
minAprSplitAYS() view returns (uint256)
0
oneToken() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xfb3bd022d5dacf95ee28a6b07825d4ff9c5b3814
paused() view returns (bool)
true
priceAA() view returns (uint256)
1006151023092487057
priceBB() view returns (uint256)
1042700511805223167
rebalancer() view returns (address)
0xb3c8e5534f0063545cbbb7ce86854bf42db8872b
referral() view returns (address)
0x0000000000000000000000000000000000000000
releaseBlocksPeriod() view returns (uint256)
1500
revertIfTooLow() view returns (bool)
true
skipDefaultCheck() view returns (bool)
true
strategy() view returns (address)
0xc7f1b9c72b8230e470420a4b69af7c50781a3f44
strategyToken() view returns (address)
0xe025e3ca2be02316033184551d4d3aa22024d9dc
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
trancheAPRSplitRatio() view returns (uint256)
22758
trancheIdealWeightRatio() view returns (uint256)
50000
unclaimedFees() view returns (uint256)
8372179211839145731
unlentPerc() view returns (uint256)
2000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
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 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, 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)
setMinAprSplitAYS(uint256 _aprSplit)
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)
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.