0x4fd42a1536d12cd244b117d1d700250d57cc7ee0
Unverified contract
Proxy
Active on
Base with 82 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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
-
variable spans 48 additional slots
0xfc69…61eb
6 additional
variables
Balances ($62.22)
Native
Value
$0.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000058 | $2,504.75 |
$0.14 | |
STG | ERC-20 | 235.807501 | $0.26324 |
$62.07 | |
OOMER | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12224837 | 7 months ago | | | 0 | 0.0000019541335 | |
| 12095256 | 7 months ago | | | 0 | 0.0000019541335 | |
| 11965663 | 7 months ago | | | 0 | 0.0000019541335 | |
| 11836061 | 8 months ago | | | 0 | 0.0000019541335 | |
| 11706457 | 8 months ago | | | 0 | 2.8830919e-7 | |
| 11576875 | 8 months ago | | | 0 | 2.7705487e-7 | |
| 11447255 | 8 months ago | | | 0 | 2.7721108e-7 | |
| 11317638 | 8 months ago | | | 0 | 2.7705100e-7 | |
| 11188033 | 8 months ago | | | 0 | 2.7707592e-7 | |
| 11058451 | 8 months ago | | | 0 | 2.7705349e-7 |
ABI
ABI objects
Getter at block 21866458 callReward() view returns (uint256) getAllFees() view returns (struct IFeeConfigAllFees) rewardsAvailable() view returns (uint256)
WITHDRAWAL_FEE_CAP() view returns (uint256)
50
WITHDRAWAL_MAX() view returns (uint256)
10000
balanceOf() view returns (uint256)
102206055889726710
balanceOfPool() view returns (uint256)
102206055889726710
balanceOfWant() view returns (uint256)
0
beefyFeeConfig() view returns (address)
0xfc69704cc3caac545cc7577009ea4aa04f1a61eb
beefyFeeRecipient() view returns (address)
0x02ae4716b9d5d48db1445814b0ede39f5c28264b
chef() view returns (address)
0x06eb48763f117c7be887296cdcdfad2e4092739c
depositFee() view returns (uint256)
0
depositToken() view returns (address)
0x4200000000000000000000000000000000000006
duration() view returns (uint256)
86400
getStratFeeId() view returns (uint256)
0
harvestOnDeposit() view returns (bool)
true
keeper() view returns (address)
0x4fed5491693007f0cd49f4614ffc38ab6a04b619
lastHarvest() view returns (uint256)
1695427877
lockedProfit() view returns (uint256)
0
minNative() view returns (uint256)
10000000000000000
minSwap() view returns (uint256)
50000000000000000000
native() view returns (address)
0x4200000000000000000000000000000000000006
nativeToDeposit() view returns (address[])
[0x4200000000000000000000000000000000000006]
nativeToDepositPath() view returns (uint8 swapKind, struct IBalancerVaultFundManagement funds)
(swapKind=0, funds=(0x4fd42a1536d12cd244b117d1d700250d57cc7ee0, false, 0x4fd42a1536d12cd244b117d1d700250d57cc7ee0, false))
output() view returns (address)
0xe3b53af74a4bf62ae5511055290838050bf764df
owner() view returns (address)
0x3b60f7f25b09e71356cdffc6475c222a466a2ac9
paused() view returns (bool)
false
poolId() view returns (uint256)
0
routerPoolId() view returns (uint256)
0
srcSwapper() view returns (address)
0xc8c86f0a4879a0479554c7599dde3ef51614996e
stargateRouter() view returns (address)
0x50b6ebc2103bfec165949cc946d739d5650d7ae4
strategist() view returns (address)
0x4cc72219fc8aef162fc0c255d9b9c3ff93b10882
totalLocked() view returns (uint256)
14234688945979533
unirouter() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
vault() view returns (address)
0x3993f5fb3d8347c345bbd8ff3baf5fbe583a8090
want() view returns (address)
0x28fc411f9e1c480ad312b3d9c60c22b965015c6b
withdrawFee() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events beforeDeposit()
deposit()
harvest()
harvest(address callFeeRecipient)
initialize(address _want, address _output, uint256 _poolId, address _chef, address _stargateRouter, uint256 _routerPoolId, uint256 _minSwap, address _srcSwapper, bytes32[] _nativeToDepositPools, address[] _nativeToDepositRoute, struct StratFeeManagerInitializableCommonAddresses _commonAddresses)
managerHarvest()
panic()
pause()
renounceOwnership()
retireStrat()
setBeefyFeeConfig(address _beefyFeeConfig)
setBeefyFeeRecipient(address _beefyFeeRecipient)
setDuration(uint256 _duration)
setHarvestOnDeposit(bool _harvestOnDeposit)
setKeeper(address _keeper)
setMinimums(uint256 _minSwap, uint256 _minNative)
setSrcSwapper(address _srcSwapper)
setStratFeeId(uint256 _feeId)
setStrategist(address _strategist)
setUnirouter(address _unirouter)
setVault(address _vault)
setWithdrawalFee(uint256 _fee)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _amount)
ChargedFees(uint256 callFees, uint256 beefyFees, uint256 strategistFees)
Deposit(uint256 tvl)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetBeefyFeeConfig(address beefyFeeConfig)
SetBeefyFeeRecipient(address beefyFeeRecipient)
SetKeeper(address keeper)
SetStratFeeId(uint256 feeId)
SetStrategist(address strategist)
SetUnirouter(address unirouter)
SetVault(address vault)
SetWithdrawalFee(uint256 withdrawalFee)
StratHarvest(address indexed harvester, uint256 wantHarvested, uint256 tvl)
Unpaused(address account)
Withdraw(uint256 tvl)
This contract contains no constructor objects.
receive()
This contract contains no error objects.