StrategyRewardPool
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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
-
variable spans 48 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "StrategyRewardPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StrategyRewardPool"
ABI
ABI objects
Getter at block 23750311 balanceOf() view returns (uint256 balance) balanceOfPool() view returns (uint256 balanceInvested) balanceOfWant() view returns (uint256 balanceHeld) beefyFeeConfig() view returns (address) beefyFeeRecipient() view returns (address) callReward() view returns (uint256 callFee) getAllFees() view returns (struct IFeeConfigAllFees) getStratFeeId() view returns (uint256) keeper() view returns (address) lockedProfit() view returns (uint256 left, uint256 unusedVariable) rewardsAvailable() view returns (uint256 unclaimedReward)
depositFee() view returns (uint256)
0
duration() view returns (uint256)
0
factory() view returns (address)
0x0000000000000000000000000000000000000000
harvestOnDeposit() view returns (bool)
false
lastHarvest() view returns (uint256)
0
lastPositionAdjustment() view returns (uint256)
0
native() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
rewardPool() view returns (address)
0x0000000000000000000000000000000000000000
slippage() view returns (uint256)
0
strategist() view returns (address)
0x0000000000000000000000000000000000000000
token0() view returns (address)
0x0000000000000000000000000000000000000000
token1() view returns (address)
0x0000000000000000000000000000000000000000
totalLocked() view returns (uint256)
0
totalLocked0() view returns (uint256)
0
totalLocked1() view returns (uint256)
0
unirouter() view returns (address)
0x0000000000000000000000000000000000000000
vault() view returns (address)
0x0000000000000000000000000000000000000000
want() view returns (address)
0x0000000000000000000000000000000000000000
withdrawFee() view returns (uint256)
0
Read-only
rewards(uint256) view returns (address)
State-modifying
Events beforeDeposit()
deposit()
harvest()
harvest(address _callFeeRecipient)
initialize(address _want, address _rewardPool, struct StratFeeManagerInitializableCommonAddresses _commonAddresses)
panic()
pause()
removeReward(address _reward)
renounceOwnership()
retireStrat()
setDuration(uint256 _duration)
setHarvestOnDeposit(bool _harvestOnDeposit)
setReward(address _reward)
setSlippage(uint256 _slippage)
setStratFeeId(uint256 _feeId)
setStrategist(address _strategist)
setUnirouter(address _unirouter)
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)
RemoveReward(address reward)
SetDuration(uint256 duration)
SetReward(address reward)
SetSlippage(uint256 slippage)
SetStratFeeId(uint256 feeId)
SetStrategist(address strategist)
SetUnirouter(address unirouter)
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.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
NotCalm()
NotManager()
NotStrategist()
OverLimit()
RewardAlreadySet(address reward)
RewardNotAllowed(address reward)
RewardNotFound(address reward)
SafeERC20FailedOperation(address token)
SlippageOutOfBounds(uint256 slippage)
StrategyPaused()