TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 126 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x5870…e55d
Balances ($268.24)
Native
Value
$24.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $2,454.75 |
$24.55 | |
WETH | ERC-20 | 0.099294 | $2,454.21 |
$243.69 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18409566 | a year ago | | | 0 | 0.0022198384 | |
| 18388118 | a year ago | | | 0 | 0.0017917232 | |
| 18366678 | a year ago | | | 0 | 0.0014334586 | |
| 18345206 | a year ago | | | 0 | 0.0013969927 | |
| 18323788 | a year ago | | | 0 | 0.0013823780 | |
| 18302348 | a year ago | | | 0 | 0.0014480634 | |
| 18280891 | a year ago | | | 0 | 0.0016075030 | |
| 18259422 | a year ago | | | 0 | 0.0016121906 | |
| 18237963 | a year ago | | | 0 | 0.0015533698 | |
| 18216537 | a year ago | | | 0 | 0.0018202438 |
ABI
ABI objects
Getter at block 21123413
DIVISOR() view returns (uint256)
1000
bifi() view returns (address)
0x5870700f1272a1adbb87c3140bd770880a95e55d
harvester() view returns (address)
0x0000000000000000000000000000000000000000
harvesterGas() view returns (uint256)
0
harvesterMax() view returns (uint256)
0
owner() view returns (address)
0x34fef5da92c59d6ac21d0a75ce90b351d0fb6ce6
rewardPool() view returns (address)
0xf49c523f08b4e7c8e51a44088ea2a5e6b5f397d9
sendHarvesterGas() view returns (bool)
false
splitRatio() view returns (uint256)
0
splitTreasury() view returns (bool)
false
stable() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
treasury() view returns (address)
0xc9c61194682a3a5f56bf9cd5b59ee63028ab6041
treasuryFee() view returns (uint256)
640
unirouter() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
wNative() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
wNativeToBifiRoute() view returns (bytes)
0x3000000000000000000000000000000000000000000000000000000000000000
wNativeToStableRoute() view returns (bytes)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc20001f4a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
harvest()
inCaseTokensGetStuck(address _token, address _recipient)
initialize(address _bifi, address _wNative, address _stable, address _treasury, address _rewardPool, address _unirouter, bytes _bifiRoute, bytes _stableRoute, bool _splitTreasury, uint256 _treasuryFee)
renounceOwnership()
setHarvesterConfig(address _harvester, uint256 _harvesterGas, uint256 _harvesterMax, bool _sendHarvesterGas)
setRewardPool(address _rewardPool)
setRoute(bytes _route, bool _stableRoute)
setTreasury(address _treasury)
setTreasuryFee(uint256 _fee)
setTreasurySplit(bool _split, uint256 _splitRatio)
setUnirouter(address _unirouter)
transferOwnership(address newOwner)
transferRewardPoolOwnership(address _newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Harvest(uint256 totalHarvested, uint256 stablesHarvested, uint256 bifiHarvested, uint256 nativeNotified, uint256 time)
HarvesterConfigUpdate(address harvester, uint256 harvesterGas, uint256 harvesterMax, bool sendHarvesterGas)
Initialized(uint8 version)
NewBifiRoute(bytes oldRoute, bytes newRoute)
NewRewardPool(address oldRewardPool, address newRewardPool)
NewStableRoute(bytes oldRoute, bytes newRoute)
NewTreasury(address oldTreasury, address newTreasury)
NewTreasuryFee(uint256 oldFee, uint256 newFee)
NewUnirouter(address oldUnirouter, address newUnirouter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetTreasurySplit(bool split, uint256 splitRatio)
TransferedRewardPoolOwnership(address newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.