StrategyControllerV1
Verified contract
Active on
Ethereum with 44 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COMP | ERC-20 | 0.01639 | $41.53 |
$0.68 | |
aYFI | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11440126 | 4 years ago | | | 0 | 0.00075168000 | |
| 11365433 | 4 years ago | | | 0 | 0.024264360 | |
| 11365432 | 4 years ago | | | 0 | 0.026620020 | |
| 11365430 | 4 years ago | | | 0 | 0.024727680 | |
| 11365429 | 4 years ago | | | 0 | 0.025590960 | |
| 11365428 | 4 years ago | | | 0 | 0.028109880 | |
| 11365411 | 4 years ago | | | 0 | 0.0072291600 | |
| 11365410 | 4 years ago | | | 0 | 0.0046045800 | |
| 11365393 | 4 years ago | | | 0 | 0.030060180 | |
| 11365393 | 4 years ago | | | 0 | 0.092503620 |
ABI
ABI objects
Getter at block 21125024
governance() view returns (address)
0xc70b945fc25897bb218110f6b0a53fe1f8f881f0
max() view returns (uint256)
10000
onesplit() view returns (address)
0x50fda034c0ce7a8f7efdaebda7aa7ca21cc1267e
rewards() view returns (address)
0xbdef9038ffabcd13df3cbbd74cdc6bc47c2bca73
split() view returns (uint256)
500
strategist() view returns (address)
0x079667f4f7a0b440ad35ebd780efd216751f0758
Read-only
approvedStrategies(address, address) view returns (bool)
balanceOf(address _token) view returns (uint256)
converters(address, address) view returns (address)
getExpectedReturn(address _strategy, address _token, uint256 parts) view returns (uint256 expected)
strategies(address) view returns (address)
vaults(address) view returns (address)
State-modifying
Events approveStrategy(address _token, address _strategy)
cearn(address _strategy, address _token, uint256 parts)
earn(address _token, uint256 _amount)
inCaseStrategyTokenGetStuck(address _strategy, address _token)
inCaseTokensGetStuck(address _token, uint256 _amount)
revokeStrategy(address _token, address _strategy)
setConverter(address _input, address _output, address _converter)
setGovernance(address _governance)
setOneSplit(address _onesplit)
setRewards(address _rewards)
setSplit(uint256 _split)
setStrategist(address _strategist)
setStrategy(address _token, address _strategy)
setVault(address _token, address _vault)
withdraw(address _token, uint256 _amount)
withdrawAll(address _token)
This contract contains no event objects.
constructor(address _rewards)
This contract contains no fallback and receive objects.
This contract contains no error objects.