0x77dc554ae652c81f3afdaf4e6419a552408346fc
Unverified contract
Proxy
Active on
Base with 2,109 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
0xa03e…8aa8
0x2171…e6e1
0x349d…806d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xcd32…d18b (#1267733713926768175310418871952) | ERC-1555 | 22,810,922,802.124706T | -- | -- | |
0xcd32…d18b (#1267718602354022992445735044752) | ERC-1555 | 15,098,435,811.62967T | -- | -- | |
0xcd32…d18b (#2535263431017769079628941887120) | ERC-1555 | 10,641,699,210.38566T | -- | -- | |
0xcd32…d18b (#356950162898438729861186995491034723392030352) | ERC-1555 | 8,634,676,432.977993T | -- | -- | |
0xcd32…d18b (#356835317599602913779565734603889683025233552) | ERC-1555 | 6,742,080,560.168603T | -- | -- | |
0xcd32…d18b (#2535233212594645196769219446416) | ERC-1555 | 5,932,000,000T | -- | -- | |
0xcd32…d18b (#1267703500226010775320341644944) | ERC-1555 | 5,563,277,867.521967T | -- | -- | |
0xcd32…d18b (#2535218086854800565295599978128) | ERC-1555 | 5,431,864,607.603474T | -- | -- | |
0xcd32…d18b (#713604710797139749830514189054082664583530128) | ERC-1555 | 4,530,635,539.566865T | -- | -- | |
0xcd32…d18b (#1267809271790494089633838007952) | ERC-1555 | 3,330,602,912.502822T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254868 | a month ago | | | 0 | 0.000021803147 | |
| 21254831 | a month ago | | | 0 | 0.000026501292 | |
| 21254700 | a month ago | | | 0 | 0.000024256976 | |
| 21254551 | a month ago | | | 0 | 0.000020527872 | |
| 21249031 | a month ago | | | 0 | 0.0000012860367 | |
| 21156224 | a month ago | | | 0 | 0.000019898323 | |
| 19802738 | 2 months ago | | | 0 | 0.0000023336624 | |
| 19432128 | 3 months ago | | | 0 | 0.000024672368 | |
| 19077180 | 3 months ago | | | 0 | 0.0000094331008 | |
| 19035518 | 3 months ago | | | 0 | 0.000017949353 |
ABI
ABI objects
Getter at block 22902230
collateralToken0() view returns (address collateralToken)
0x217164907d2cf8dcbbbad92423c2e1200269e6e1
collateralToken1() view returns (address)
0x349d0909d0d04fd6f88d4c54e1534879622f806d
getPriceArray() view returns (int24[] priceArray, int24 medianTick)
(priceArray=[1482, 1482, 1482, 1482, 1482, 1482, 1481, 1481], medianTick=1482)
univ3pool() view returns (address)
0xa03e6726b3160690825fbbc28bbe0c5e75e58aa8
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)
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()
PoolAlreadyInitialized()
PositionAlreadyMinted()
TicksNotInitializable()
TooManyPositionsOpen()
UnderOverFlow()