0x55d1370ecd2536316be761ebd6ebe9658f5f0e8d
Unverified contract
Proxy
Active on
Base with 227 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
0x8c50…e326
0x0180…13fd
0x7363…5911
0x73f2…1d46
Balances ($1,016.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
tBTC | ERC-20 | 0.007991 | $95,123.00 |
$760.09 | |
USDbC | ERC-20 | 257.614514 | $0.996649 |
$256.75 | |
WGC | ERC-20 | 200 | $0.000259 |
$0.05 | |
USA | ERC-20 | 1 | $0.000652 |
$0 | |
kurbi | ERC-20 | 0.01 | $0.000434 |
$0 | |
0xcdc9…76b6 (#26607773953880185584149235693504) | ERC-1555 | 1769.737623T | -- | -- | |
0xcdc9…76b6 (#26607928082477453483629720303552) | ERC-1555 | 1294.276099T | -- | -- | |
0xcdc9…76b6 (#21761896931591174314507080650613038091012863936) | ERC-1555 | 1162.41427T | -- | -- | |
0xcdc9…76b6 (#21761902038485134120199189620542346542857779136) | ERC-1555 | 541.072339T | -- | -- | |
0xcdc9…76b6 (#21761840779683720376366826549652649866942412736) | ERC-1555 | 527.440947T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14380560 | 7 months ago | | | 0 | 0.0000091096268 | |
| 11475177 | 9 months ago | | | 0 | 0.000000029673820160 | |
| 11475151 | 9 months ago | | | 0 | 0.000000061585692928 | |
| 11475111 | 9 months ago | | | 0 | 0.000000204748194816 | |
| 11474994 | 9 months ago | | | 0 | 0.000000055325122304 | |
| 11473849 | 9 months ago | | | 0 | 0.000000105005388288 | |
| 11473825 | 9 months ago | | | 0 | 0.000000093870428928 | |
| 11473800 | 9 months ago | | | 0 | 0.000000088674114560 | |
| 11473739 | 9 months ago | | | 0 | 0.000000091117858048 | |
| 11441254 | 9 months ago | | | 0 | 0.000000082256268032 |
ABI
ABI objects
Getter at block 23225354
collateralToken0() view returns (address collateralToken)
0x7363029033ca234eb32533339ca04108f4755911
collateralToken1() view returns (address)
0x73f24cb7efea5e7daeb145e174c50f33af521d46
getPriceArray() view returns (int24[] priceArray, int24 medianTick)
(priceArray=[-165305, -165277, -165290, -164975, -164975, -167043, -167043, -167041], medianTick=-165297)
univ3pool() view returns (address)
0x018046b1d182f7c0978c07610e1173c8e11913fd
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, uint256[] newPositionIdList, int24 tickLimitLow, int24 tickLimitHigh)
burnOptions(uint256[] positionIdList, uint256[] newPositionIdList, int24 tickLimitLow, int24 tickLimitHigh)
forceExercise(address account, uint256[] touchedId, uint256[] positionIdListExercisee, uint256[] positionIdListExercisor)
liquidate(address liquidatee, uint256[] positionIdList, uint256[] positionIdListLiquidator, uint256 delegations)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CastingError()
EffectiveLiquidityAboveThreshold()
ExerciseeNotSolvent()
InputListFail()
InvalidNotionalValue()
InvalidTick()
InvalidTokenIdParameter(uint256 parameterType)
NoLegsExercisable()
NotEnoughCollateral()
NotMarginCalled()
NotOpen()
NotOwner()
PoolAlreadyInitialized()
PositionAlreadyMinted()
StaleTWAP()
TicksNotInitializable()
TooManyPositionsOpen()
UnderOverFlow()