0xdabff9c061ac7a1a06ec0b8d0ee2721d524f0ae9
Verified contract
Proxy
Active on
Ethereum with 11 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 49 additional slots
Balances ($36,942.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 36.942061K | $1.00 |
$36,942.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15146687 | 2 years ago | | | 0 | 0.013711648 | |
| 15146681 | 2 years ago | | | 0 | 0.021018577 | |
| 15055471 | 2 years ago | | | 0 | 0.015518810 | |
| 14956509 | 2 years ago | | | 0 | 0.065504326 | |
| 14834662 | 2 years ago | | | 0 | 0.013383173 | |
| 14773740 | 3 years ago | | | 0 | 0.043918950 | |
| 14666273 | 3 years ago | | | 0 | 0.022984850 | |
| 14544420 | 3 years ago | | | 0 | 0.038451805 | |
| 14486428 | 3 years ago | | | 0 | 0.030435960 | |
| 14429023 | 3 years ago | | | 0 | 0.018371747 |
ABI
ABI objects
Getter at block 21225922 getTotalUnderlying() view returns (uint256)
MAX_DEVIATION_BOUND() view returns (uint256)
500000000000000000
MAX_PERFORMANCE_FEE() view returns (uint256)
500000000000000000
STRATEGY_DELAY() view returns (uint256)
432000
addressProvider() view returns (address)
0x139c15e21b0f6e43fc397face5de5b7d5ae6874a
controller() view returns (address)
0xf88864b5d747961eb1caf88d395d13aca8274c9f
currentAllocated() view returns (uint256)
0
getBound() view returns (uint256)
50000000000000000
getDebtLimit() view returns (uint256)
200000000000000000
getPerformanceFee() view returns (uint256)
0
getReserveFee() view returns (uint256)
10000000000000000
getStrategiesWaitingForRemoval() view returns (address[])
[]
getStrategistFee() view returns (uint256)
100000000000000000
getStrategy() view returns (address)
0x5f0a7a6992bbfcb230b6e436faf3b405713f9f0b
getTargetAllocation() view returns (uint256)
950000000000000000
getUnderlying() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
pool() view returns (address)
0xda83e512e2d675b8de524a6d21c86254dc7d47b6
reserve() view returns (address)
0x07d142abcce99defa936e8e8c18595e5f30a109f
roleManager() view returns (address)
0x83174c049116271f64a661b8371658792f62e363
strategyActive() view returns (bool)
false
totalDebt() view returns (uint256)
208630004
waitingForRemovalAllocated() view returns (uint256)
0
Read-only
currentAddresses(bytes32) view returns (address)
currentUInts256(bytes32) view returns (uint256)
deadlines(bytes32) view returns (uint256)
getAllocatedToStrategyWaitingForRemoval(address strategy) view returns (uint256)
pendingAddresses(bytes32) view returns (address)
pendingUInts256(bytes32) view returns (uint256)
State-modifying
Events activateStrategy() returns (bool)
deactivateStrategy() returns (bool)
deposit() payable
executeBound() returns (uint256)
executeDebtLimit() returns (uint256)
executeNewStrategy() returns (address)
executePerformanceFee() returns (uint256)
executeReserveFee() returns (uint256)
executeStrategistFee() returns (uint256)
executeTargetAllocation() returns (uint256)
harvest() returns (bool)
initialize(address _pool, uint256 _debtLimit, uint256 _targetAllocation, uint256 _bound)
initializeStrategy(address strategy_) returns (bool)
prepareBound(uint256 newBound) returns (bool)
prepareDebtLimit(uint256 newDebtLimit) returns (bool)
prepareNewStrategy(address newStrategy) returns (bool)
preparePerformanceFee(uint256 newPerformanceFee) returns (bool)
prepareReserveFee(uint256 newReserveFee) returns (bool)
prepareStrategistFee(uint256 newStrategistFee) returns (bool)
prepareTargetAllocation(uint256 newTargetAllocation) returns (bool)
resetBound() returns (bool)
resetDebtLimit() returns (bool)
resetNewStrategy() returns (bool)
resetPerformanceFee() returns (bool)
resetReserveFee() returns (bool)
resetStrategistFee() returns (bool)
resetTargetAllocation() returns (bool)
withdraw(uint256 amount) returns (bool)
withdrawAll()
withdrawAllFromStrategy() returns (bool)
withdrawFromReserve(uint256 amount)
withdrawFromStrategy(uint256 amount) returns (bool)
withdrawFromStrategyWaitingForRemoval(address strategy) returns (uint256)
ConfigPreparedAddress(bytes32 indexed key, address value, uint256 delay)
ConfigPreparedNumber(bytes32 indexed key, uint256 value, uint256 delay)
ConfigReset(bytes32 indexed key)
ConfigUpdatedAddress(bytes32 indexed key, address oldValue, address newValue)
ConfigUpdatedNumber(bytes32 indexed key, uint256 oldValue, uint256 newValue)
Harvest(uint256 indexed netProfit, uint256 indexed loss)
StrategyActivated(address indexed strategy)
StrategyDeactivated(address indexed strategy)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.