StrategyPassiveManagerUniswap
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
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
8 additional
variables
Balances ($0.00)
No balances found for "StrategyPassiveManagerUniswap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StrategyPassiveManagerUniswap"
ABI
ABI objects
Getter at block 22769104 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) lockedProfit() view returns (uint256 locked0, uint256 locked1) 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
fees0() view returns (uint256)
0
fees1() view returns (uint256)
0
getKeys() view returns (bytes32 keyMain, bytes32 keyAlt)
(keyMain=0xc4cf2ea669d2db3e14d3842c87377fe208d7cb48efe1774f8d68d7b75cda25a9, keyAlt=0xc4cf2ea669d2db3e14d3842c87377fe208d7cb48efe1774f8d68d7b75cda25a9)
lastHarvest() view returns (uint256)
0
lastPositionAdjustment() view returns (uint256)
0
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 tickLower, int24 tickUpper)
(tickLower=0, tickUpper=0)
positionMain() view returns (int24 tickLower, int24 tickUpper)
(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)
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
This contract contains no read-only function objects.
State-modifying
Events beforeAction()
claimEarnings() returns (uint256 fee0, uint256 fee1, uint256 feeAlt0, uint256 feeAlt1)
deposit()
harvest()
harvest(address _callFeeRecipient)
initialize(address _pool, address _quoter, int24 _positionWidth, bytes _lpToken0ToNativePath, bytes _lpToken1ToNativePath, struct StratFeeManagerInitializableCommonAddresses _commonAddresses)
lpToken0ToNativePrice() returns (uint256)
lpToken1ToNativePrice() returns (uint256)
moveTicks()
panic(uint256 _minAmount0, uint256 _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 amount0, uint256 amount1, bytes)
unpause()
withdraw(uint256 _amount0, uint256 _amount1)
ChargedFees(uint256 callFeeAmount, uint256 beefyFeeAmount, uint256 strategistFeeAmount)
ClaimedFees(uint256 feeMain0, uint256 feeMain1, uint256 feeAlt0, uint256 feeAlt1)
Harvest(uint256 fee0, uint256 fee1)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetDeviation(int56 maxTickDeviation)
SetLpToken0ToNativePath(bytes path)
SetLpToken1ToNativePath(bytes path)
SetPositionWidth(int24 oldWidth, int24 width)
SetQuoter(address quoter)
SetStratFeeId(uint256 feeId)
SetStrategist(address strategist)
SetTwapInterval(uint32 oldInterval, uint32 interval)
SetUnirouter(address unirouter)
TVL(uint256 bal0, uint256 bal1)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidEntry()
InvalidInput()
InvalidOutput()
InvalidTicks()
NotAuthorized()
NotCalm()
NotManager()
NotPool()
NotStrategist()
NotVault()
OverLimit()
SafeERC20FailedOperation(address token)
StrategyPaused()
TooMuchSlippage()