StrategyRewardPool
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
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 22132842 balanceOf() view returns (uint256 balance) beefyFeeRecipient() view returns (address) callReward() view returns (uint256 callFee) keeper() view returns (address) rewardsAvailable() view returns (uint256 unclaimedReward)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.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
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
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(uint256) view returns (address)
State-modifying
Events beforeDeposit()
compound()
deposit(uint256 _amount)
initialize(address _want, struct 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 newImplementation, bytes data) payable
withdraw(uint256 _amount)
ChargedFees(uint256 callFees, uint256 beefyFees)
Deposit(uint256 tvl)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address 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 harvester, uint256 wantHarvested, uint256 tvl)
Unpaused(address account)
Upgraded(address indexed implementation)
Withdraw(uint256 tvl)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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)