ControllerV3
Verified contract
Active on
Ethereum with 13 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 "ControllerV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10954288 | 4 years ago | | | 0 | 0.0044819489 | |
| 10954280 | 4 years ago | | | 0 | 0.0092187631 | |
| 10954278 | 4 years ago | | | 0 | 0.0086619211 | |
| 10954276 | 4 years ago | | | 0 | 0.0090054250 | |
| 10954271 | 4 years ago | | | 0 | 0.0084393000 | |
| 10954268 | 4 years ago | | | 0 | 0.0079295400 | |
| 10954266 | 4 years ago | | | 0 | 0.0082440000 | |
| 10954262 | 4 years ago | | | 0 | 0.0083806937 | |
| 10954261 | 4 years ago | | | 0 | 0.0078744737 | |
| 10954260 | 4 years ago | | | 0 | 0.0081867500 |
ABI
ABI objects
Getter at block 21290596
burn() view returns (address)
0x000000000000000000000000000000000000dead
devfund() view returns (address)
0x9d074e37d408542fd38be78848e8814afb38db17
governance() view returns (address)
0xd92c7faa0ca0e6ae4918f3a83d9832d9caeaa0d3
max() view returns (uint256)
10000
onesplit() view returns (address)
0xc586bef4a0992c495cf22e1aeee4e446cecdee0e
split() view returns (uint256)
500
strategist() view returns (address)
0x907d9b32654b8d43e8737e0291ad9bfcce01dad6
treasury() view returns (address)
0x066419eaef5de53cc5da0d8702b990c5bc7d1ab3
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)
jars(address) view returns (address)
strategies(address) view returns (address)
strategyConverters(address, 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)
setDevFund(address _devfund)
setGovernance(address _governance)
setJar(address _token, address _jar)
setOneSplit(address _onesplit)
setSplit(uint256 _split)
setStrategist(address _strategist)
setStrategy(address _token, address _strategy)
setTreasury(address _treasury)
withdraw(address _token, uint256 _amount)
withdrawAll(address _token)
yearn(address _strategy, address _token, uint256 parts)
This contract contains no event objects.
constructor(address _governance, address _strategist, address _devfund, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.