StrategyBalancerMultiReward
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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
6 additional
variables
Balances ($0.00)
No balances found for "StrategyBalancerMultiReward"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StrategyBalancerMultiReward"
ABI
ABI objects
Getter at block 21830376 balanceOf() view returns (uint256) balanceOfPool() view returns (uint256) balanceOfWant() view returns (uint256) getAllFees() view returns (struct IFeeConfigAllFees) getStratFeeId() view returns (uint256) rewardsAvailable() view returns (uint256)
WITHDRAWAL_FEE_CAP() view returns (uint256)
50
WITHDRAWAL_MAX() view returns (uint256)
10000
balSwapOn() view returns (bool)
false
beefyFeeConfig() view returns (address)
0x0000000000000000000000000000000000000000
beefyFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
callReward() pure returns (uint256)
0
depositFee() view returns (uint256)
0
funds() view returns (address sender, bool fromInternalBalance, address recipient, bool toInternalBalance)
(sender=0x0000000000000000000000000000000000000000, fromInternalBalance=false, recipient=0x0000000000000000000000000000000000000000, toInternalBalance=false)
harvestOnDeposit() view returns (bool)
false
input() view returns (address input, bool isComposable, bool isBeets)
(input=0x0000000000000000000000000000000000000000, isComposable=false, isBeets=false)
keeper() view returns (address)
0x0000000000000000000000000000000000000000
lastHarvest() view returns (uint256)
0
native() view returns (address)
0x0000000000000000000000000000000000000000
output() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
rewardsGauge() view returns (address)
0x0000000000000000000000000000000000000000
strategist() view returns (address)
0x0000000000000000000000000000000000000000
swapKind() view returns (uint8)
0
unirouter() view returns (address)
0x0000000000000000000000000000000000000000
vault() view returns (address)
0x0000000000000000000000000000000000000000
want() view returns (address)
0x0000000000000000000000000000000000000000
withdrawFee() view returns (uint256)
0
Read-only
nativeToInputAssets(uint256) view returns (address)
nativeToInputRoute(uint256) view returns (bytes32 poolId, uint256 assetInIndex, uint256 assetOutIndex)
outputToNativeAssets(uint256) view returns (address)
outputToNativeRoute(uint256) view returns (bytes32 poolId, uint256 assetInIndex, uint256 assetOutIndex)
rewardTokens(uint256) view returns (address)
rewards(address) view returns (uint8 routerType, address router, bytes routeToNative, uint256 minAmount)
State-modifying
Events addRewardToken(address _token, address _router, uint8 _routerType, struct BeefyBalancerStructsBatchSwapStruct[] _swapInfo, address[] _assets, bytes _routeToNative, uint256 _minAmount)
beforeDeposit()
deposit()
harvest()
harvest(address callFeeRecipient)
initialize(address _want, bool _inputIsComposable, bool _balSwapOn, struct BeefyBalancerStructsBatchSwapStruct[] _nativeToInputRoute, struct BeefyBalancerStructsBatchSwapStruct[] _outputToNativeRoute, address[][] _assets, address _rewardsGauge, struct StratFeeManagerInitializableCommonAddresses _commonAddresses)
managerHarvest()
panic()
pause()
renounceOwnership()
resetRewardTokens()
retireStrat()
setBeefyFeeConfig(address _beefyFeeConfig)
setBeefyFeeRecipient(address _beefyFeeRecipient)
setHarvestOnDeposit(bool _harvestOnDeposit)
setKeeper(address _keeper)
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.
This contract contains no fallback and receive objects.
This contract contains no error objects.