StrategyPassiveManagerVelodrome

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x630a889d at 20322968
Slot
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
11 additional variables

No balances found for "StrategyPassiveManagerVelodrome"

No transactions found for "StrategyPassiveManagerVelodrome"


Functions
Getter at block 23750792
 
balances(view returns (uint256 token0Baluint256 token1Bal)
 
balancesOfPool(view returns (uint256 token0Baluint256 token1Baluint256 mainAmount0uint256 mainAmount1uint256 altAmount0uint256 altAmount1)
 
balancesOfThis(view returns (uint256 token0Baluint256 token1Bal)
 
beefyFeeConfig(view returns (address)
 
beefyFeeRecipient(view returns (address)
 
currentTick(view returns (int24 tick)
depositFee(view returns (uint256)
0
factory(view returns (address)
0x0000000000000000000000000000000000000000
fees(view returns (uint256)
0
gauge(view returns (address)
0x0000000000000000000000000000000000000000
 
getAllFees(view returns (struct IFeeConfigAllFees)
 
getStratFeeId(view returns (uint256)
 
isCalm(view returns (bool)
 
keeper(view returns (address)
lastHarvest(view returns (uint256)
0
lastPositionAdjustment(view returns (uint256)
0
lockedProfit(view returns (uint256 locked0uint256 locked1)
(locked0=0, locked1=0)
lpToken0(view returns (address)
0x0000000000000000000000000000000000000000
lpToken0ToNativePath(view returns (bytes)
0x
lpToken1(view returns (address)
0x0000000000000000000000000000000000000000
lpToken1ToNativePath(view returns (bytes)
0x
maxTickDeviation(view returns (int56)
0
native(view returns (address)
0x0000000000000000000000000000000000000000
nftManager(view returns (address)
0x0000000000000000000000000000000000000000
output(view returns (address)
0x0000000000000000000000000000000000000000
outputToNativePath(view returns (bytes)
0x
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pool(view returns (address)
0x0000000000000000000000000000000000000000
positionAlt(view returns (uint256 nftIdint24 tickLowerint24 tickUpper)
(nftId=0, tickLower=0, tickUpper=0)
positionMain(view returns (uint256 nftIdint24 tickLowerint24 tickUpper)
(nftId=0, tickLower=0, tickUpper=0)
positionWidth(view returns (int24)
0
 
price(view returns (uint256 _price)
quoter(view returns (address)
0x0000000000000000000000000000000000000000
range(view returns (uint256 lowerPriceuint256 upperPrice)
(lowerPrice=1000000000000000000000000000000000000, upperPrice=1000000000000000000000000000000000000)
rewardPool(view returns (address)
0x0000000000000000000000000000000000000000
 
sqrtPrice(view returns (uint160 sqrtPriceX96)
strategist(view returns (address)
0x0000000000000000000000000000000000000000
 
swapFee(view returns (uint256 fee)
totalLocked0(view returns (uint256)
0
totalLocked1(view returns (uint256)
0
 
twap(view returns (int56 twapTick)
twapInterval(view returns (uint32)
0
unirouter(view returns (address)
0x0000000000000000000000000000000000000000
vault(view returns (address)
0x0000000000000000000000000000000000000000
withdrawFee(view returns (uint256)
0
Read-only
onERC721Received(addressaddressuint256bytespure returns (bytes4)
State-modifying
beforeAction(
deposit(
harvest(
harvest(address _callFeeRecipient
initialize(address _pooladdress _quoteraddress _nftManageraddress _gaugeaddress _rewardPooladdress _outputint24 _positionWidthbytes[] _pathsstruct StratFeeManagerInitializableCommonAddresses _commonAddresses
lpToken0ToNativePrice(returns (uint256)
lpToken1ToNativePrice(returns (uint256)
moveTicks(
outputToNativePrice(returns (uint256)
panic(uint256 _minAmount0uint256 _minAmount1
renounceOwnership(
retireVault(
setDeviation(int56 _maxDeviation
setPositionWidth(int24 _width
setRewardPool(address _rewardPool
setStratFeeId(uint256 _feeId
setStrategist(address _strategist
setTwapInterval(uint32 _interval
setUnirouter(address _unirouter
transferOwnership(address newOwner
unpause(
withdraw(uint256 _amount0uint256 _amount1
Events
ChargedFees(uint256 callFeeAmountuint256 beefyFeeAmountuint256 strategistFeeAmount
ClaimedRewards(uint256 fees
HarvestRewards(uint256 fees
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SetDeviation(int56 maxTickDeviation
SetOutputToNativePath(bytes path
SetPositionWidth(int24 oldWidthint24 width
SetRewardPool(address rewardPool
SetStratFeeId(uint256 feeId
SetStrategist(address strategist
SetTwapInterval(uint32 oldIntervaluint32 interval
SetUnirouter(address unirouter
TVL(uint256 bal0uint256 bal1
Unpaused(address account
Constructor
constructor(
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
InvalidEntry(
InvalidInput(
InvalidOutput(
InvalidTicks(
NotAuthorized(
NotCalm(
NotManager(
NotPool(
NotStrategist(
NotVault(
OverLimit(
SafeERC20FailedOperation(address token
StrategyPaused(
TooMuchSlippage(