0x1a358b158729596ba25059068569afd2bab55d34
Verified contract
Proxy
Active on
Ethereum with 102 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
0xc7b9…e0fa
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xe8d7…f0fb | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19261709 | 9 months ago | | | 0 | 0.0085127476 | |
| 19211875 | 10 months ago | | | 0 | 0.0063425217 | |
| 19162000 | 10 months ago | | | 0 | 0.0048700959 | |
| 19112115 | 10 months ago | | | 0 | 0.014186817 | |
| 19062208 | 10 months ago | | | 0 | 0.016716479 | |
| 19012213 | a year ago | | | 0 | 0.020562713 | |
| 18962228 | a year ago | | | 0 | 0.025303453 | |
| 18912512 | a year ago | | | 0 | 0.011716912 | |
| 18862675 | a year ago | | | 0 | 0.022871835 | |
| 18812805 | a year ago | | | 0 | 0.041865202 |
ABI
ABI objects
Getter at block 21318399 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)
0xa298d39715ae492e4caf3ccb33cbf57abc5238d7
bound() view returns (uint256)
50000000000000000
controller() view returns (address)
0x64f82ba5100770c9824e8abc40a03d6920f54fbf
currentAllocated() view returns (uint256)
0
debtLimit() view returns (uint256)
200000000000000000
getStrategiesWaitingForRemoval() view returns (address[])
[]
getUnderlying() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
performanceFee() view returns (uint256)
0
pool() view returns (address)
0xef251ac05d180a0ffbce8ae0fc65f175a09ae02f
reserveFee() view returns (uint256)
0
roleManager() view returns (address)
0x46dcde86b25a3f3b61eadd6b7225f4e2721c0e23
strategistFee() view returns (uint256)
0
strategy() view returns (address)
0xc7b9350a0934292e78a9792ac2559a30bc7de0fa
strategyActive() view returns (bool)
false
targetAllocation() view returns (uint256)
950000000000000000
totalDebt() view returns (uint256)
0
waitingForRemovalAllocated() view returns (uint256)
0
Read-only
getAllocatedToStrategyWaitingForRemoval(address strategy_) view returns (uint256)
State-modifying
Events activateStrategy() returns (bool)
deactivateStrategy() returns (bool)
deposit() payable
harvest() returns (bool)
initialize(address _pool, uint256 _debtLimit, uint256 _targetAllocation, uint256 _bound)
initializeStrategy(address strategy_)
shutdownStrategy()
updateBound(uint256 bound_)
updateDebtLimit(uint256 debtLimit_)
updatePerformanceFee(uint256 performanceFee_)
updateReserveFee(uint256 reserveFee_)
updateStrategistFee(uint256 strategistFee_)
updateStrategy(address newStrategy_)
updateTargetAllocation(uint256 targetAllocation_)
withdraw(uint256 amount) returns (bool)
withdrawAllFromStrategy() returns (bool)
withdrawAvailableToPool()
withdrawFromReserve(uint256 amount)
withdrawFromStrategy(uint256 amount) returns (bool)
withdrawFromStrategyWaitingForRemoval(address strategy_) returns (uint256)
AllFundsWithdrawn()
BoundUpdated(uint256 bound)
DebtLimitUpdated(uint256 debtLimit)
Harvest(uint256 indexed netProfit, uint256 indexed loss)
PerformanceFeeUpdated(uint256 performanceFee)
ReserveFeeUpdated(uint256 reserveFee)
StrategistFeeUpdated(uint256 strategistFee)
StrategyActivated(address indexed strategy)
StrategyDeactivated(address indexed strategy)
StrategyUpdated(address newStrategy)
TargetAllocationUpdated(uint256 targetAllocation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.