HarvesterProxy
Verified contract
Proxy
Active on
Ethereum with 138 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 0.543738 | $0.999939 |
$0.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21389821 | 13 hours ago | | | 0 | 0.012225017 | |
| 21382655 | 2 days ago | | | 0 | 0.013336617 | |
| 21375498 | 3 days ago | | | 0 | 0.012319466 | |
| 21368342 | 4 days ago | | | 0 | 0.020427674 | |
| 21361170 | 5 days ago | | | 0 | 0.0082665074 | |
| 21354000 | 6 days ago | | | 0 | 0.010242004 | |
| 21346847 | 7 days ago | | | 0 | 0.014059130 | |
| 21339685 | 8 days ago | | | 0 | 0.015119387 | |
| 21332531 | 9 days ago | | | 0 | 0.017121756 | |
| 21325368 | 10 days ago | | | 0 | 0.017590580 |
ABI
ABI objects
Getter at block 21393800
admin() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
governor() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
implementation() view returns (address)
0xc7068a35f9f5b77471bcffbdf82d9531d52afcdc
isGovernor() view returns (bool)
false
availableFunds() view returns (uint256)
0
drip() view returns (uint64 lastCollect, uint192 perBlock)
(lastCollect=1734047435, perBlock=0)
dripDuration() view returns (uint256)
604800
governor() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
isGovernor() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimGovernance()
initialize(address _logic, address _initGovernor, bytes _data) payable
transferGovernance(address _newGovernor)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimGovernance()
collect()
collectAndRebase()
setDripDuration(uint256 _durationSeconds)
transferGovernance(address _newGovernor)
transferToken(address _asset, uint256 _amount)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
PendingGovernorshipTransfer(address indexed previousGovernor, address indexed newGovernor)
Upgraded(address indexed implementation)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
PendingGovernorshipTransfer(address indexed previousGovernor, address indexed newGovernor)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.