PanopticPool
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
32
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
0x0000…0000
0x0000…0000
Balances ($0.00)
No balances found for "PanopticPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PanopticPool"
ABI
ABI objects
Getter at block 21866298
collateralToken0() view returns (address collateralToken)
0x0000000000000000000000000000000000000000
collateralToken1() view returns (address)
0x0000000000000000000000000000000000000000
getPriceArray() view returns (int24[] priceArray, int24 medianTick)
(priceArray=[0, 0, 0, 0, 0, 0, 0, 0], medianTick=0)
univ3pool() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
_getRefundAmounts(address refunder, int256 refundValues, int24 atTick) view returns (int256 refundAmounts)
calculateAccumulatedFeesBatch(address user, uint256[] positionIdList) view returns (int128 premium0, int128 premium1, uint256[2][])
calculatePortfolioValue(address user, int24 atTick, uint256[] positionIdList) view returns (int256 value0, int256 value1)
numberOfPositions(address user) view returns (uint256 _numberOfPositions)
optionPositionBalance(address user, uint256 tokenId) view returns (uint128 balance, uint64 poolUtilization0, uint64 poolUtilization1)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events burnOptions(uint256 tokenId, int24 tickLimitLow, int24 tickLimitHigh)
burnOptions(uint256[] positionIdList, int24 tickLimitLow, int24 tickLimitHigh)
forceExercise(address account, uint256[] touchedId, uint256[] positionIdListExercisee, uint256[] positionIdListExercisor)
liquidateAccount(address account, int24 tickLimitLow, int24 tickLimitHigh, uint256[] positionIdList)
mintOptions(uint256[] positionIdList, uint128 positionSize, uint64 effectiveLiquidityLimitX32, int24 tickLimitLow, int24 tickLimitHigh)
multicall(bytes[] data) payable returns (bytes[] results)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
pokeMedian()
startPool(address univ3pool, int24 tickSpacing, int24 currentTick, address token0, address token1, address collateralTracker0, address collateralTracker1)
AccountLiquidated(address indexed liquidator, address indexed liquidatee, int256 bonusAmounts, int24 tickAt)
ForcedExercised(address indexed exercisor, address indexed user, uint256 indexed tokenId, int256 exerciseFee, int24 tickAt)
OptionBurnt(address indexed recipient, uint128 positionSize, uint256 indexed tokenId, int24 tickAtBurn, int256 premia)
OptionMinted(address indexed recipient, uint128 positionSize, uint256 indexed tokenId, int24 tickAtMint, uint128 poolUtilizations)
constructor(address _sfpm)
This contract contains no fallback and receive objects.
CastingError()
EffectiveLiquidityAboveThreshold()
ExerciseeNotSolvent()
InputListFail()
InvalidNotionalValue()
InvalidTick()
InvalidTokenIdParameter(uint256 parameterType)
NoLegsExercisable()
NotEnoughCollateral()
PoolAlreadyInitialized()
PositionAlreadyMinted()
TicksNotInitializable()
TooManyPositionsOpen()
UnderOverFlow()