Controller
Verified contract
Active on
Ethereum with 24 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) |
---|---|---|---|---|---|---|---|
| 13727632 | 3 years ago | | | 0 | 0.0057881600 | |
| 13727630 | 3 years ago | | | 0 | 0.0037408800 | |
| 13669255 | 3 years ago | | | 0 | 0.0057606131 | |
| 13669248 | 3 years ago | | | 0 | 0.0047860966 | |
| 13669245 | 3 years ago | | | 0 | 0.0088629821 | |
| 13644310 | 3 years ago | | | 0 | 0.0053770950 | |
| 13644301 | 3 years ago | | | 0 | 0.0044422950 | |
| 13644293 | 3 years ago | | | 0 | 0.0072506850 | |
| 13644058 | 3 years ago | | | 0 | 0.0062874840 | |
| 13644051 | 3 years ago | | | 0 | 0.0051891390 |
ABI
ABI objects
Getter at block 21222238
owner() view returns (address)
0xd309893f82c1a4fd4227c69b08f3a2c000ce764c
rewards() view returns (address)
0x76dd31e70f0337633dec8a066618c533e4172951
strategist() view returns (address)
0x1fbfaae3fc86936101dbfe1b2b9adfae8a8282df
Read-only
approvedStrategies(address, address) view returns (bool)
canWithdraw(address) view returns (bool)
converters(address, address) view returns (address)
strategies(address) view returns (address)
vaults(address) view returns (address)
State-modifying
Events claim(address _wantToken, address _tokenToClaim)
configure(address _initialTreasury, address _initialStrategist, address _governance)
earn(address _token, uint256 _amount)
getRewardStrategy(address _token)
inCaseStrategyTokenGetStuck(address _strategy, address _token)
inCaseTokensGetStuck(address _token, uint256 _amount)
renounceOwnership()
setApprovedStrategy(address _token, address _strategy, bool _status)
setConverter(address _input, address _output, address _converter)
setStrategist(address _newStrategist)
setStrategy(address _token, address _strategy)
setTreasury(address _newTreasury)
setVault(address _token, address _vault)
setWithdrawAbility(address _who, bool _status)
transferOwnership(address newOwner)
withdraw(address _token, uint256 _amount)
Earn(address _token, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawToVaultAll(address _token)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.