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
32 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
maUSDT | ERC-20 | 10.992795 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19581486 | 8 months ago | | | 0 | 0.0061652343 | |
| 19123158 | 10 months ago | | | 0 | 0.023807682 | |
| 19123157 | 10 months ago | | | 0 | 0.022727714 | |
| 19123157 | 10 months ago | | | 0 | 0.023606144 | |
| 18483026 | a year ago | | | 0 | 0.013030088 | |
| 18331623 | a year ago | | | 0 | 0.0037026430 | |
| 18263301 | a year ago | | | 0 | 0.010416663 | |
| 18250054 | a year ago | | | 0 | 0.0025061395 | |
| 18247716 | a year ago | | | 0 | 0.0043205124 | |
| 17838257 | a year ago | | | 0 | 0.0041319237 |
ABI
ABI objects
Getter at block 21280958 getContractValue() view returns (uint256) getCurrentAARatio() view returns (uint256)
AAStaking() view returns (address)
0x0000000000000000000000000000000000000000
AATranche() view returns (address)
0x745e005a5df03bde0e55be811350acd6316894e1
BBStaking() view returns (address)
0x0000000000000000000000000000000000000000
BBTranche() view returns (address)
0xf0c177229ae1cd41bf48df6241fae3e6a14a6967
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)
15000
feeReceiver() view returns (address)
0xfb3bd022d5dacf95ee28a6b07825d4ff9c5b3814
feeSplit() view returns (uint256)
0
getIncentiveTokens() view returns (address[])
[]
governanceRecoveryFund() view returns (address)
0xfb3bd022d5dacf95ee28a6b07825d4ff9c5b3814
guardian() view returns (address)
0xbaecba470c229984b75bc860efe8e97ae082bb9f
idealRange() view returns (uint256)
0
isAYSActive() view returns (bool)
true
lastNAVAA() view returns (uint256)
5485126
lastNAVBB() view returns (uint256)
6570013
lastStrategyPrice() view returns (uint256)
1097403
limit() view returns (uint256)
0
liquidationTolerance() view returns (uint256)
0
lossToleranceBps() view returns (uint256)
0
maxDecreaseDefault() view returns (uint256)
0
minAprSplitAYS() view returns (uint256)
50000
oneToken() view returns (uint256)
1000000
owner() view returns (address)
0xfb3bd022d5dacf95ee28a6b07825d4ff9c5b3814
paused() view returns (bool)
false
priceAA() view returns (uint256)
1097012
priceBB() view returns (uint256)
1314002
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
stkIDLEPerUnderlying() view returns (uint256)
0
strategy() view returns (address)
0x57e142278e93d721f3ebd52ec5d2d28484862f32
strategyToken() view returns (address)
0xafe7131a57e44f832cb2de78ade38cad644aac2f
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
trancheAPRSplitRatio() view returns (uint256)
22750
trancheIdealWeightRatio() view returns (uint256)
0
unclaimedFees() view returns (uint256)
8351
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[])
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)
setIsAYSActive(bool _active)
setLiquidationTolerance(uint256 _diff)
setLossToleranceBps(uint256 _diffBps)
setMaxDecreaseDefault(uint256 _maxDecreaseDefault)
setMinAprSplitAYS(uint256 _aprSplit)
setRebalancer(address _rebalancer)
setReleaseBlocksPeriod(uint256 _releaseBlocksPeriod)
setRevertIfTooLow(bool _allowed)
setSkipDefaultCheck(bool _allowed)
setStkIDLEPerUnderlying(uint256 _val)
setTrancheAPRSplitRatio(uint256 _trancheAPRSplitRatio)
setUnlentPerc(uint256 _unlentPerc)
toggleStkIDLEForTranche(address _tranche)
transferOwnership(address newOwner)
transferToken(address _token, uint256 _value)
unpause()
updateAccounting()
withdrawAA(uint256 _amount) returns (uint256)
withdrawBB(uint256 _amount) returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
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.