Controller
Verified contract
Active on
Ethereum with 69 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Controller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11123595 | 4 years ago | | | 0 | 0.012057960 | |
| 10939478 | 4 years ago | | | 0 | 0.0057987660 | |
| 10939459 | 4 years ago | | | 0 | 0.0034240440 | |
| 10939456 | 4 years ago | | | 0 | 0.0034169000 | |
| 10939452 | 4 years ago | | | 0 | 0.0034229160 | |
| 10939449 | 4 years ago | | | 0 | 0.0034148320 | |
| 10939425 | 4 years ago | | | 0 | 0.0034184040 | |
| 10939374 | 4 years ago | | | 0 | 0.0048284040 | |
| 10932264 | 4 years ago | | | 0 | 0.033721050 | |
| 10932260 | 4 years ago | | | 0 | 0.048843900 |
ABI
ABI objects
Getter at block 21256830
governance() view returns (address)
0xfeb4acf3df3cdea7399794d0869ef76a6efaff52
max() view returns (uint256)
10000
onesplit() view returns (address)
0x50fda034c0ce7a8f7efdaebda7aa7ca21cc1267e
rewards() view returns (address)
0x93a62da5a14c80f265dabc077fcee437b1a0efde
split() view returns (uint256)
500
strategist() view returns (address)
0x16388463d60ffe0661cf7f1f31a7d658ac790ff7
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)
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)
yearn(address _strategy, address _token, uint256 parts)
This contract contains no event objects.
constructor(address _rewards)
This contract contains no fallback and receive objects.
This contract contains no error objects.