Strategy1INCHGovernance
Verified contract
Active on
Ethereum with 48 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1111…c302
0xa044…caba
0x0f85…b594
Balances ($0.00)
No balances found for "Strategy1INCHGovernance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13689136 | 3 years ago | | | 0 | 0.062802968 | |
| 13486494 | 3 years ago | | | 0 | 0.034202738 | |
| 13399054 | 3 years ago | | | 0 | 0.035681697 | |
| 13190394 | 3 years ago | | | 0 | 0.051044733 | |
| 13154302 | 3 years ago | | | 0 | 0.089983431 | |
| 13106138 | 3 years ago | | | 0 | 0.026687586 | |
| 13052429 | 3 years ago | | | 0 | 0.013590671 | |
| 13016912 | 3 years ago | | | 0 | 0.017870286 | |
| 13003628 | 3 years ago | | | 0 | 0.015130959 | |
| 12993490 | 3 years ago | | | 0 | 0.029430156 |
ABI
ABI objects
Getter at block 21165686 estimatedTotalAssets() view returns (uint256) isActive() view returns (bool)
apiVersion() pure returns (string)
0.3.2
balanceOfStake() view returns (uint256)
0
balanceOfWant() view returns (uint256)
0
debtThreshold() view returns (uint256)
0
delegatedAssets() view returns (uint256)
0
emergencyExit() view returns (bool)
false
governanceT() view returns (address)
0x0f85a912448279111694f4ba4f85dc641c54b594
keeper() view returns (address)
0xefa19ab6aa22593cc36a1a49ca394af4b8522763
maxReportDelay() view returns (uint256)
86400
metadataURI() view returns (string)
minReportDelay() view returns (uint256)
0
name() view returns (string)
Strategy1INCHGovernance
pendingReward() view returns (uint256)
0
profitFactor() view returns (uint256)
100
rewards() view returns (address)
0xc491599b9a20c3a2f0a85697ee6d9434efa9f503
stakeT() view returns (address)
0xa0446d8804611944f1b527ecd37d7dcbe442caba
strategist() view returns (address)
0x7495b77b15fcb52fbb7bcb7380335d819ce4c04b
vault() view returns (address)
0xb8c3b7a2a618c552c23b1e4701109a9e756bab67
want() view returns (address)
0x111111111117dc0aa78b770fa6a738034120c302
Read-only
harvestTrigger(uint256 callCost) view returns (bool)
tendTrigger(uint256 callCost) view returns (bool)
State-modifying
Events harvest()
migrate(address _newStrategy)
setDebtThreshold(uint256 _debtThreshold)
setEmergencyExit()
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()
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.