StrategystETHAccumulator
Verified contract
Active on
Ethereum with 43 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa258…168c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 0 | $3,107.76 |
$0 | |
EXE | ERC-20 | 97.473406B | -- | -- | |
ETHW | ERC-20 | 78.241971K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14530684 | 3 years ago | | | 0 | 0.017192049 | |
| 14512472 | 3 years ago | | | 0 | 0.015278310 | |
| 14485179 | 3 years ago | | | 0 | 0.017539620 | |
| 14485160 | 3 years ago | | | 0 | 0.0017707797 | |
| 14397418 | 3 years ago | | | 0 | 0.0067512045 | |
| 14347349 | 3 years ago | | | 0 | 0.021197945 | |
| 14340870 | 3 years ago | | | 0 | 0.014179449 | |
| 14328601 | 3 years ago | | | 0 | 0.016234562 | |
| 14316058 | 3 years ago | | | 0 | 0.024622132 | |
| 14250441 | 3 years ago | | | 0 | 0.025804648 |
ABI
ABI objects
Getter at block 21209052 estimatedTotalAssets() view returns (uint256) isActive() view returns (bool) stethBalance() view returns (uint256)
DENOMINATOR() view returns (uint256)
10000
StableSwapSTETH() view returns (address)
0xdc24316b9ae028f1497c275eb9192a3ea0f67022
apiVersion() pure returns (string)
0.4.3
checkLiqGauge() view returns (bool)
true
debtThreshold() view returns (uint256)
400000000000000000000
delegatedAssets() view returns (uint256)
0
doHealthCheck() view returns (bool)
true
emergencyExit() view returns (bool)
false
healthCheck() view returns (address)
0xddcea799ff1699e98edf118e0629a974df7df012
keeper() view returns (address)
0xc3d6880fd95e06c816cb030fac45b3ffe3651cb0
maxReportDelay() view returns (uint256)
43200
maxSingleTrade() view returns (uint256)
1000000000000000000000
metadataURI() view returns (string)
minReportDelay() view returns (uint256)
0
name() view returns (string)
StrategystETHAccumulator
profitFactor() view returns (uint256)
2000
rewards() view returns (address)
0x59e5c0ba3008e85f0ca59586ebc399bc1f47a42b
slippageProtectionOut() view returns (uint256)
500
stETH() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
strategist() view returns (address)
0x59e5c0ba3008e85f0ca59586ebc399bc1f47a42b
vault() view returns (address)
0xa258c4606ca8206d8aa700ce2143d7db854d168c
want() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
wantBalance() view returns (uint256)
0
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
ethToWant(uint256 _amtInWei) view returns (uint256)
harvestTrigger(uint256 callCostInWei) view returns (bool)
tendTrigger(uint256 callCostInWei) view returns (bool)
State-modifying
Events harvest()
invest(uint256 _amount)
migrate(address _newStrategy)
rescueStuckEth()
setDebtThreshold(uint256 _debtThreshold)
setDoHealthCheck(bool _doHealthCheck)
setEmergencyExit()
setHealthCheck(address _healthCheck)
setKeeper(address _keeper)
setMaxReportDelay(uint256 _delay)
setMetadataURI(string _metadataURI)
setMinReportDelay(uint256 _delay)
setProfitFactor(uint256 _profitFactor)
setRewards(address _rewards)
setStrategist(address _strategist)
sweep(address _token)
tend()
updateMaxSingleTrade(uint256 _maxSingleTrade)
updateReferal(address _referal)
updateSlippageProtectionOut(uint256 _slippageProtectionOut)
withdraw(uint256 _amountNeeded) returns (uint256 _loss)
EmergencyExitEnabled()
Harvested(uint256 profit, uint256 loss, uint256 debtPayment, uint256 debtOutstanding)
UpdatedDebtThreshold(uint256 debtThreshold)
UpdatedKeeper(address newKeeper)
UpdatedMaxReportDelay(uint256 delay)
UpdatedMetadataURI(string metadataURI)
UpdatedMinReportDelay(uint256 delay)
UpdatedProfitFactor(uint256 profitFactor)
UpdatedRewards(address rewards)
UpdatedStrategist(address newStrategist)
constructor(address _vault)
receive()
This contract contains no error objects.