StrategyPassiveManagerUniswap

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x2893a25e at 20322822
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
8 additional variables

No balances found for "StrategyPassiveManagerUniswap"

No transactions found for "StrategyPassiveManagerUniswap"


Functions
Getter at block 22769104
 
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
fees0(view returns (uint256)
0
fees1(view returns (uint256)
0
 
getAllFees(view returns (struct IFeeConfigAllFees)
getKeys(view returns (bytes32 keyMainbytes32 keyAlt)
(keyMain=0xc4cf2ea669d2db3e14d3842c87377fe208d7cb48efe1774f8d68d7b75cda25a9, keyAlt=0xc4cf2ea669d2db3e14d3842c87377fe208d7cb48efe1774f8d68d7b75cda25a9)
 
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)
lpToken0(view returns (address)
0x0000000000000000000000000000000000000000
lpToken0ToNative(view returns (address[])
[]
lpToken0ToNativePath(view returns (bytes)
0x
lpToken1(view returns (address)
0x0000000000000000000000000000000000000000
lpToken1ToNative(view returns (address[])
[]
lpToken1ToNativePath(view returns (bytes)
0x
maxTickDeviation(view returns (int56)
0
native(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pool(view returns (address)
0x0000000000000000000000000000000000000000
positionAlt(view returns (int24 tickLowerint24 tickUpper)
(tickLower=0, tickUpper=0)
positionMain(view returns (int24 tickLowerint24 tickUpper)
(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)
 
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

This contract contains no read-only function objects.

State-modifying
beforeAction(
claimEarnings(returns (uint256 fee0uint256 fee1uint256 feeAlt0uint256 feeAlt1)
deposit(
harvest(
harvest(address _callFeeRecipient
initialize(address _pooladdress _quoterint24 _positionWidthbytes _lpToken0ToNativePathbytes _lpToken1ToNativePathstruct StratFeeManagerInitializableCommonAddresses _commonAddresses
lpToken0ToNativePrice(returns (uint256)
lpToken1ToNativePrice(returns (uint256)
moveTicks(
panic(uint256 _minAmount0uint256 _minAmount1
renounceOwnership(
retireVault(
setDeviation(int56 _maxDeviation
setLpToken0ToNativePath(bytes _path
setLpToken1ToNativePath(bytes _path
setPositionWidth(int24 _width
setStratFeeId(uint256 _feeId
setStrategist(address _strategist
setTwapInterval(uint32 _interval
setUnirouter(address _unirouter
transferOwnership(address newOwner
uniswapV3MintCallback(uint256 amount0uint256 amount1bytes
unpause(
withdraw(uint256 _amount0uint256 _amount1
Events
ChargedFees(uint256 callFeeAmountuint256 beefyFeeAmountuint256 strategistFeeAmount
ClaimedFees(uint256 feeMain0uint256 feeMain1uint256 feeAlt0uint256 feeAlt1
Harvest(uint256 fee0uint256 fee1
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SetDeviation(int56 maxTickDeviation
SetLpToken0ToNativePath(bytes path
SetLpToken1ToNativePath(bytes path
SetPositionWidth(int24 oldWidthint24 width
SetQuoter(address quoter
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

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
InvalidEntry(
InvalidInput(
InvalidOutput(
InvalidTicks(
NotAuthorized(
NotCalm(
NotManager(
NotPool(
NotStrategist(
NotVault(
OverLimit(
SafeERC20FailedOperation(address token
StrategyPaused(
TooMuchSlippage(