TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 153 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20792241 | 2 months ago | | | 0 | 0.0047599145 | |
| 20735854 | 2 months ago | | | 0 | 0.00030888256 | |
| 20735766 | 2 months ago | | | 0 | 0.00063955017 | |
| 20735715 | 2 months ago | | | 0 | 0.00078353138 | |
| 20735653 | 2 months ago | | | 0 | 0.00089686584 | |
| 20735574 | 2 months ago | | | 0 | 0.00088421215 | |
| 20735565 | 2 months ago | | | 0 | 0.00097015177 | |
| 20735552 | 2 months ago | | | 0 | 0.0010539259 | |
| 20735543 | 2 months ago | | | 0 | 0.0011700383 | |
| 20735535 | 2 months ago | | | 0 | 0.0014605502 |
ABI
ABI objects
Getter at block 21212432
MAX_BPS() view returns (uint256)
10000
VERSION() view returns (string)
5.0.0
externalDepositFee() view returns (uint256)
0
getStrategies() view returns (address[])
[0x9f4e0914Ea2A6191f15D5E0FCCde596B2181DC78, 0x01c48862AE9De8306ddE1C29c2c7131E40817B84, 0x5D69a654F6eB9aaf5738A05fd17bb1ad707AeA03, 0x084aFb5e91A043C2959E70739B346416ea7F6f7F, 0x836F1f6AdFd4f0c2ce012bC4c4500935817069a4]
getWithdrawQueue() view returns (address[])
[0x01c48862AE9De8306ddE1C29c2c7131E40817B84, 0x5D69a654F6eB9aaf5738A05fd17bb1ad707AeA03, 0x084aFb5e91A043C2959E70739B346416ea7F6f7F, 0x836F1f6AdFd4f0c2ce012bC4c4500935817069a4, 0x9f4e0914Ea2A6191f15D5E0FCCde596B2181DC78]
pool() view returns (address)
0x0538c8bac84e95a9df8ac10aad17dbe81b9e36ee
totalDebt() view returns (uint256)
351935491958198488552850
totalDebtRatio() view returns (uint256)
8500
Read-only
availableCreditLimit(address _strategy) view returns (uint256)
excessDebt(address _strategy) view returns (uint256)
strategies(uint256) view returns (address)
strategy(address) view returns (bool active, uint256 interestFee, uint256 debtRate, uint256 lastRebalance, uint256 totalDebt, uint256 totalLoss, uint256 totalProfit, uint256 debtRatio, uint256 externalDepositFee)
totalDebtOf(address _strategy) view returns (uint256)
withdrawQueue(uint256) view returns (address)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addStrategy(address _strategy, uint256 _debtRatio, uint256 _externalDepositFee)
decreaseDebt(address _strategy, uint256 _decreaseBy)
init(address _pool)
migrateStrategy(address _old, address _new)
recalculatePoolExternalDepositFee()
removeStrategy(uint256 _index)
reportEarning(address _strategy, uint256 _profit, uint256 _loss, uint256 _payback) returns (uint256 _actualPayback, uint256 _creditLine)
reportLoss(address _strategy, uint256 _loss)
setup()
sweepERC20(address _fromToken)
updateDebtRatio(address _strategy, uint256 _debtRatio)
updateExternalDepositFee(address _strategy, uint256 _externalDepositFee)
updateWithdrawQueue(address[] _withdrawQueue)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
EarningReported(address indexed strategy, uint256 profit, uint256 loss, uint256 payback, uint256 strategyDebt, uint256 poolDebt, uint256 creditLine)
LossReported(address indexed strategy, uint256 loss)
StrategyAdded(address indexed strategy, uint256 debtRatio, uint256 externalDepositFee)
StrategyMigrated(address indexed oldStrategy, address indexed newStrategy)
StrategyRemoved(address indexed strategy)
UpdatedExternalDepositFee(address indexed strategy, uint256 oldFee, uint256 newFee)
UpdatedPoolExternalDepositFee(uint256 oldFee, uint256 newFee)
UpdatedStrategyDebtRatio(address indexed strategy, uint256 oldDebtRatio, uint256 newDebtRatio)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
This contract contains no error objects.