0xfe282e6ead8d76808f98442a032eb2030d9cd489
Unverified contract
Proxy
Active on
Base with 814 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c36…4b18
0xf3c8…0027
0xa745…da61
Balances ($357.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.069781 | $3,310.45 |
$231.01 | |
USDbC | ERC-20 | 126.364939 | $1.001 |
$126.49 | |
WGC | ERC-20 | 200 | $0.000268 |
$0.05 | |
kurbi | ERC-20 | 0.1 | $0.000522 |
$0 | |
0x0dbb…be0f (#26605603922594627833889903875746) | ERC-1555 | 10,000T | -- | -- | |
0x0dbb…be0f (#26605498151030144519576407512738) | ERC-1555 | 5941.443308T | -- | -- | |
0x0dbb…be0f (#26605619034167373016754587702946) | ERC-1555 | 5760.615874T | -- | -- | |
0x0dbb…be0f (#26605664378330341531087929611938) | ERC-1555 | 5690.496489T | -- | -- | |
0x0dbb…be0f (#26605634145740118199619271530146) | ERC-1555 | 1115.316114T | -- | -- | |
0x0dbb…be0f (#26605543485748380068170458994338) | ERC-1555 | 500T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0xf09f92a8 | 17425404 | 4 months ago | | | 0 | 5.5353420e-7 | |
| 9054049 | a year ago | | | 0 | 0.000000052237721600 | |
| 9054042 | a year ago | | | 0 | 0.000000057783710464 | |
| 9054036 | a year ago | | | 0 | 0.000000053208155648 | |
| 9054029 | a year ago | | | 0 | 0.000000057408033536 | |
| 9054016 | a year ago | | | 0 | 0.000000026979269632 | |
| 9054008 | a year ago | | | 0 | 0.000000062278832384 | |
| 9054001 | a year ago | | | 0 | 0.000000053231344384 | |
| 9053994 | a year ago | | | 0 | 0.000000052379085568 | |
| 9053988 | a year ago | | | 0 | 0.000000052805603072 |
ABI
ABI objects
Getter at block 22925956
collateralToken0() view returns (address collateralToken)
0xf3c88bf4c1210eb196edcf334d52ee3de7840027
collateralToken1() view returns (address)
0xa7458714933e120b719a01807780cb834294da61
getPriceArray() view returns (int24[] priceArray, int24 medianTick)
(priceArray=[-198531, -198532, -198542, -198541, -198541, -198541, -197431, -197441], medianTick=-198536)
univ3pool() view returns (address)
0x4c36388be6f416a29c8d8eee81c771ce6be14b18
Read-only
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, int24 tickLimitLow, int24 tickLimitHigh, uint256[] touchedId, uint256[] idsToBurn)
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()
setGateStatus(bool closeOnly)
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)
OptionRolled(address indexed recipient, uint128 positionSize, uint256 indexed oldTokenId, uint256 indexed newTokenId, int24 tickAtRoll, uint128 poolUtilizations, int256 premia)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CastingError()
EffectiveLiquidityAboveThreshold()
InputListFail()
InsufficientCollateralDecrease()
InvalidNotionalValue()
InvalidTick()
InvalidTokenIdParameter(uint256 parameterType)
NoLegsExercisable()
NotEnoughCollateral()
NotOpen()
NotOwner()
PoolAlreadyInitialized()
PositionAlreadyMinted()
TicksNotInitializable()
TooManyPositionsOpen()
UnderOverFlow()