StrategyPassiveManagerVelodrome
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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
11 additional
variables
Balances ($0.00)
No balances found for "StrategyPassiveManagerVelodrome"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StrategyPassiveManagerVelodrome"
ABI
ABI objects
Getter at block 23750792 balances() view returns (uint256 token0Bal, uint256 token1Bal) balancesOfPool() view returns (uint256 token0Bal, uint256 token1Bal, uint256 mainAmount0, uint256 mainAmount1, uint256 altAmount0, uint256 altAmount1) balancesOfThis() view returns (uint256 token0Bal, uint256 token1Bal) beefyFeeConfig() view returns (address) beefyFeeRecipient() view returns (address) currentTick() view returns (int24 tick) getAllFees() view returns (struct IFeeConfigAllFees) getStratFeeId() view returns (uint256) isCalm() view returns (bool) keeper() view returns (address) price() view returns (uint256 _price) sqrtPrice() view returns (uint160 sqrtPriceX96) swapFee() view returns (uint256 fee) twap() view returns (int56 twapTick)
depositFee() view returns (uint256)
0
factory() view returns (address)
0x0000000000000000000000000000000000000000
fees() view returns (uint256)
0
gauge() view returns (address)
0x0000000000000000000000000000000000000000
lastHarvest() view returns (uint256)
0
lastPositionAdjustment() view returns (uint256)
0
lockedProfit() view returns (uint256 locked0, uint256 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 nftId, int24 tickLower, int24 tickUpper)
(nftId=0, tickLower=0, tickUpper=0)
positionMain() view returns (uint256 nftId, int24 tickLower, int24 tickUpper)
(nftId=0, tickLower=0, tickUpper=0)
positionWidth() view returns (int24)
0
quoter() view returns (address)
0x0000000000000000000000000000000000000000
range() view returns (uint256 lowerPrice, uint256 upperPrice)
(lowerPrice=1000000000000000000000000000000000000, upperPrice=1000000000000000000000000000000000000)
rewardPool() view returns (address)
0x0000000000000000000000000000000000000000
strategist() view returns (address)
0x0000000000000000000000000000000000000000
totalLocked0() view returns (uint256)
0
totalLocked1() view returns (uint256)
0
twapInterval() view returns (uint32)
0
unirouter() view returns (address)
0x0000000000000000000000000000000000000000
vault() view returns (address)
0x0000000000000000000000000000000000000000
withdrawFee() view returns (uint256)
0
Read-only
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events beforeAction()
deposit()
harvest()
harvest(address _callFeeRecipient)
initialize(address _pool, address _quoter, address _nftManager, address _gauge, address _rewardPool, address _output, int24 _positionWidth, bytes[] _paths, struct StratFeeManagerInitializableCommonAddresses _commonAddresses)
lpToken0ToNativePrice() returns (uint256)
lpToken1ToNativePrice() returns (uint256)
moveTicks()
outputToNativePrice() returns (uint256)
panic(uint256 _minAmount0, uint256 _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 _amount0, uint256 _amount1)
ChargedFees(uint256 callFeeAmount, uint256 beefyFeeAmount, uint256 strategistFeeAmount)
ClaimedRewards(uint256 fees)
HarvestRewards(uint256 fees)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetDeviation(int56 maxTickDeviation)
SetOutputToNativePath(bytes path)
SetPositionWidth(int24 oldWidth, int24 width)
SetRewardPool(address rewardPool)
SetStratFeeId(uint256 feeId)
SetStrategist(address strategist)
SetTwapInterval(uint32 oldInterval, uint32 interval)
SetUnirouter(address unirouter)
TVL(uint256 bal0, uint256 bal1)
Unpaused(address account)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidEntry()
InvalidInput()
InvalidOutput()
InvalidTicks()
NotAuthorized()
NotCalm()
NotManager()
NotPool()
NotStrategist()
NotVault()
OverLimit()
SafeERC20FailedOperation(address token)
StrategyPaused()
TooMuchSlippage()