yAxisMetaVaultHarvester
Verified contract
Active on
Ethereum with 50 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0d85…a790
Balances ($0.00)
No balances found for "yAxisMetaVaultHarvester"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13391990 | 3 years ago | | | 0 | 0.056643232 | |
| 13068626 | 3 years ago | | | 0 | 0.019185935 | |
| 13015004 | 3 years ago | | | 0 | 0.023985248 | |
| 12951575 | 3 years ago | | | 0 | 0.020729275 | |
| 12914233 | 3 years ago | | | 0 | 0.022486302 | |
| 12882684 | 3 years ago | | | 0 | 0.013325216 | |
| 12863312 | 3 years ago | | | 0 | 0.016841665 | |
| 12844287 | 3 years ago | | | 0 | 0.019643856 | |
| 12818510 | 3 years ago | | | 0 | 0.017392998 | |
| 12798831 | 3 years ago | | | 0 | 0.0081849400 |
ABI
ABI objects
Getter at block 21293361
controller() view returns (address)
0x0d857688d6a223a2f4e58cdd44119abb7dc5a790
vaultManager() view returns (address)
0x443ed48f975e02ea67ca0d2be0b4d4806d1e31f2
Read-only
canHarvest(address _token) view returns (bool)
isHarvester(address) view returns (bool)
strategies(address) view returns (uint256 timeout, uint256 lastCalled)
strategyAddresses(address _token) view returns (address[])
State-modifying
Events addStrategy(address _token, address _strategy, uint256 _timeout)
harvest(address _controller, address _strategy)
harvestNextStrategy(address _token)
removeStrategy(address _token, address _strategy, uint256 _timeout)
setController(address _controller)
setHarvester(address _harvester, bool _status)
setVaultManager(address _vaultManager)
ControllerSet(address indexed controller)
Harvest(address indexed controller, address indexed strategy)
HarvesterSet(address indexed harvester, bool status)
StrategyAdded(address indexed token, address indexed strategy, uint256 timeout)
StrategyRemoved(address indexed token, address indexed strategy, uint256 timeout)
VaultManagerSet(address indexed vaultManager)
constructor(address _vaultManager, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.