0x23e4231a6611879afef5164ea1ac4a3726443288
Unverified contract
Proxy
Active on
Base with 320 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
0xe47b…06b6
0xf65a…4910
Balances ($102.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.030597 | $3,030.58 |
$92.73 | |
USDbC | ERC-20 | 9.362502 | $0.998823 |
$9.35 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.09 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
WGC | ERC-20 | 200 | $0.000088 |
$0.02 | |
USA | ERC-20 | 1 | $0.000758 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000606 |
$0 | |
0xbb8e…8f36 (#26605399925807300830955962635938) | ERC-1555 | 17,039.035913T | -- | -- | |
0xbb8e…8f36 (#26605528374175634885305775167138) | ERC-1555 | 8486.63688T | -- | -- | |
0xbb8e…8f36 (#26605528364730901919566484739746) | ERC-1555 | 3338.42141T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0xf09f92a8 | 17425439 | 4 months ago | | | 0 | 5.5603140e-7 | |
| 7164715 | a year ago | | | 0 | 0.000000003178437010 | |
| 7145513 | a year ago | | | 0 | 0.000000002894484285 | |
| 7145491 | a year ago | | | 0 | 0.000000026981022046 | |
| 7127186 | a year ago | | | 0 | 0.000000021744382496 | |
| 7127074 | a year ago | | | 0 | 0.000000010243658916 | |
| 7127011 | a year ago | | | 0 | 0.000000007758548490 | |
| 7127002 | a year ago | | | 0 | 0.000000007572184447 | |
| 7126996 | a year ago | | | 0 | 0.000000007440609402 | |
| 7126989 | a year ago | | | 0 | 0.000000007672584579 |
ABI
ABI objects
Getter at block 22447750
collateralToken0() view returns (address collateralToken)
0xe47b9478604b8c153928c09d7ec3267eebf006b6
collateralToken1() view returns (address)
0xf65ac75ffabc3e58d3708d44df3c98ce07354910
getPriceArray() view returns (int24[] priceArray, int24 medianTick)
(priceArray=[-199988, -200090, -200095, -200110, -200236, -200324, -200315, -200144], medianTick=-200127)
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()
rollOptions(uint256 oldTokenId, uint256 newTokenId, uint256[] positionIdList, uint64 effectiveLiquidityLimitX32, int24 tickLimitLow, int24 tickLimitHigh)
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.
BurnedTokenIdNotLastIndex()
CastingError()
EffectiveLiquidityAboveThreshold()
InputListFail()
InsufficientCollateralDecrease()
InvalidNotionalValue()
InvalidTick()
InvalidTokenIdParameter(uint256 parameterType)
NoLegsExercisable()
NotATokenRoll()
NotEnoughCollateral()
NotOpen()
NotOwner()
OptionsNotOTM()
PoolAlreadyInitialized()
PositionAlreadyMinted()
TicksNotInitializable()
TooManyPositionsOpen()
UnderOverFlow()