Controller
Verified contract
Active on
Ethereum with 6,644 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x33da…5a14
Balances ($0.00)
No balances found for "Controller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13106047 | 3 years ago | | | 0 | 0.0044284500 | |
| 13106003 | 3 years ago | | | 0 | 0.0044542500 | |
| 12652886 | 3 years ago | | | 0 | 0.039680271 | |
| 12652657 | 3 years ago | | | 0 | 0.061623666 | |
| 12651006 | 3 years ago | | | 0 | 0.071822110 | |
| 12650929 | 3 years ago | | | 0 | 0.018422559 | |
| 12650856 | 3 years ago | | | 0 | 0.0078428480 | |
| 12650836 | 3 years ago | | | 0 | 0.022676615 | |
| 12650748 | 3 years ago | | | 0 | 0.0082302870 | |
| 12650709 | 3 years ago | | | 0 | 0.0073834017 |
ABI
ABI objects
Getter at block 21159517
feeRewardForwarder() view returns (address)
0x153c544f72329c1ba521ddf5086cf2fa98c86676
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
hardRewards() view returns (address)
0x33da6b1a05b4afcc5a321aacaa1334bda4345a14
profitSharingDenominator() view returns (uint256)
100
profitSharingNumerator() view returns (uint256)
5
store() view returns (address)
0xc95cbe4ca30055c787cb784be99d6a8494d0d197
Read-only
greyList(address) view returns (bool)
hardWorkers(address) view returns (bool)
vaults(address) view returns (bool)
State-modifying
Events addHardWorker(address _worker)
addToGreyList(address _target)
addVaultAndStrategy(address _vault, address _strategy)
doHardWork(address _vault)
hasVault(address _vault) returns (bool)
notifyFee(address underlying, uint256 fee)
rebalance(address _vault)
removeFromGreyList(address _target)
removeHardWorker(address _worker)
salvage(address _token, uint256 _amount)
salvageStrategy(address _strategy, address _token, uint256 _amount)
setFeeRewardForwarder(address _feeRewardForwarder)
setHardRewards(address _hardRewards)
setStorage(address _store)
SharePriceChangeLog(address indexed vault, address indexed strategy, uint256 oldSharePrice, uint256 newSharePrice, uint256 timestamp)
constructor(address _storage, address _feeRewardForwarder)
This contract contains no fallback and receive objects.
This contract contains no error objects.