StrategyRewardPool

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x022ed3af at 20148135
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "StrategyRewardPool"

No transactions found for "StrategyRewardPool"


Functions
Getter at block 22132842
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
 
balanceOf(view returns (uint256 balance)
 
beefyFeeRecipient(view returns (address)
 
callReward(view returns (uint256 callFee)
factory(view returns (address)
0x0000000000000000000000000000000000000000
harvestOnDeposit(view returns (bool)
false
 
keeper(view returns (address)
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
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
 
rewardsAvailable(view returns (uint256 unclaimedReward)
slippage(view returns (uint256)
0
strategy(view returns (address)
0x0000000000000000000000000000000000000000
token0(view returns (address)
0x0000000000000000000000000000000000000000
token1(view returns (address)
0x0000000000000000000000000000000000000000
unirouter(view returns (address)
0x0000000000000000000000000000000000000000
vault(view returns (address)
0x0000000000000000000000000000000000000000
want(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
rewards(uint256view returns (address)
State-modifying
beforeDeposit(
compound(
deposit(uint256 _amount
initialize(address _wantstruct StratFeeManagerInitializableCommonAddresses _commonAddresses
pause(
removeReward(address _reward
renounceOwnership(
retireStrat(
setFactory(address _factory
setHarvestOnDeposit(bool _harvestOnDeposit
setReward(address _reward
setSlippage(uint256 _slippage
setStrategy(address _strategy
setUnirouter(address _unirouter
transferOwnership(address newOwner
unpause(
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(uint256 _amount
Events
ChargedFees(uint256 callFeesuint256 beefyFees
Deposit(uint256 tvl
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RemoveReward(address reward
SetFactory(address factory
SetReward(address reward
SetSlippage(uint256 slippage
SetStrategy(address strategy
SetUnirouter(address unirouter
StratHarvest(address indexed harvesteruint256 wantHarvesteduint256 tvl
Unpaused(address account
Upgraded(address indexed implementation
Withdraw(uint256 tvl
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidInitialization(
NotCalm(
NotInitializing(
NotManager(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
RewardAlreadySet(address reward
RewardNotAllowed(address reward
RewardNotFound(address reward
SafeERC20FailedOperation(address token
SlippageOutOfBounds(uint256 slippage
StrategyPaused(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot