StrategyAH2EarniDAI
Verified contract
Active on
Ethereum with 65 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xee83…0439
0x8e59…c68f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ibDAIv2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12923311 | 3 years ago | | | 0 | 0.010808736 | |
| 12923160 | 3 years ago | | | 0 | 0.010808736 | |
| 12920406 | 3 years ago | | | 0 | 0.0089013120 | |
| 12917285 | 3 years ago | | | 0 | 0.0087101040 | |
| 12813488 | 3 years ago | | | 0 | 0.019074240 | |
| 12812029 | 3 years ago | | | 0 | 0.0073700880 | |
| 12775291 | 3 years ago | | | 0 | 0.026591701 | |
| 12763320 | 3 years ago | | | 0 | 0.0037459300 | |
| 12687021 | 3 years ago | | | 0 | 0.011128859 | |
| 12680360 | 3 years ago | | | 0 | 0.020525414 |
ABI
ABI objects
Getter at block 21297282 estimatedTotalAssets() view returns (uint256) isActive() view returns (bool)
apiVersion() pure returns (string)
0.3.0
crToken() view returns (address)
0x8e595470ed749b85c6f7669de83eae304c2ec68f
debtThreshold() view returns (uint256)
500000000000000000000000
delegatedAssets() view returns (uint256)
0
emergencyExit() view returns (bool)
false
keeper() view returns (address)
0x736d7e3c5a6cb2ce3b764300140abf476f6cfccf
maxReportDelay() view returns (uint256)
86400
name() view returns (string)
StrategyAH2EarniDAI
profitFactor() view returns (uint256)
1000
rewards() view returns (address)
0xc3d6880fd95e06c816cb030fac45b3ffe3651cb0
safeBox() view returns (address)
0xee8389d235e092b2945fe363e97cdbed121a0439
strategist() view returns (address)
0xc3d6880fd95e06c816cb030fac45b3ffe3651cb0
vault() view returns (address)
0x19d3364a399d251e894ac732651be8b0e4e85001
want() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
convertFromUnderlying(uint256 amountOfUnderlying) view returns (uint256 balance)
convertToUnderlying(uint256 amountOfTokens) view returns (uint256 balance)
harvestTrigger(uint256 callCost) view returns (bool)
tendTrigger(uint256 callCost) view returns (bool)
State-modifying
Events claim(uint256 totalReward, bytes32[] proof)
harvest()
migrate(address _newStrategy)
setDebtThreshold(uint256 _debtThreshold)
setEmergencyExit()
setKeeper(address _keeper)
setMaxReportDelay(uint256 _delay)
setProfitFactor(uint256 _profitFactor)
setRewards(address _rewards)
setStrategist(address _strategist)
sweep(address _token)
tend()
withdraw(uint256 _amountNeeded) returns (uint256 _loss)
EmergencyExitEnabled()
Harvested(uint256 profit, uint256 loss, uint256 debtPayment, uint256 debtOutstanding)
UpdatedDebtThreshold(uint256 debtThreshold)
UpdatedKeeper(address newKeeper)
UpdatedProfitFactor(uint256 profitFactor)
UpdatedReportDelay(uint256 delay)
UpdatedRewards(address rewards)
UpdatedStrategist(address newStrategist)
constructor(address _vault, address _safeBox)
This contract contains no fallback and receive objects.
This contract contains no error objects.