Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 65534 additional slots
Balances ($37,091.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 8.497939 | $2,804.93 |
$23,836.12 | |
cbETH | ERC-20 | 4.3579 | $3,041.65 |
$13,255.21 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.12 | |
WGC | ERC-20 | 200 | $0.000096 |
$0.02 | |
USA | ERC-20 | 1 | $0.000844 |
$0 | |
SKIPUP | ERC-20 | 0.02002 | $0.024897 |
$0 | |
kurbi | ERC-20 | 0.2 | $0.000713 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- | |
POKEMON | ERC-20 | 45.668K | -- | -- | |
NUNU | ERC-20 | 777.777778 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21746908 | 8 days ago | | | 0 | 7.7301242e-7 | |
| 21261228 | 19 days ago | | | 0 | 0.000011761115 | |
| 20699400 | a month ago | | | 0 | 6.2776934e-7 | |
| 20105153 | 2 months ago | | | 0 | 4.1775213e-7 | |
| 19494245 | 2 months ago | | | 0 | 0.000000308525222740 | |
| 19191106 | 2 months ago | | | 0 | 4.8722124e-7 | |
| 18585461 | 3 months ago | | | 0 | 2.2258130e-7 | |
| 18169269 | 3 months ago | | | 0 | 0.0000023207273 | |
| 17609893 | 3 months ago | | | 0 | 0.0000020429890 | |
0x2a696e68 | 17419903 | 4 months ago | | | 0 | 2.3676436e-7 |
ABI
ABI objects
Getter at block 22091713
factory() view returns (address)
0x3d237ac6d2f425d2e890cc99198818cc1fa48870
fee() view returns (uint24)
100
feeGrowthGlobal0X128() view returns (uint256)
24697697838507906737978314085337136
feeGrowthGlobal1X128() view returns (uint256)
41503819291379213247677889446940534
liquidity() view returns (uint128)
29119845966442613989781
lmPool() view returns (address)
0xdb500b318379ad008cda8df98d77a35b0e4c6189
maxLiquidityPerTick() view returns (uint128)
191757530477355301479181766273477
protocolFees() view returns (uint128 token0, uint128 token1)
(token0=2682956063140412, token1=2936224116031030)
slot0() view returns (uint160 sqrtPriceX96, int24 tick, uint16 observationIndex, uint16 observationCardinality, uint16 observationCardinalityNext, uint32 feeProtocol, bool unlocked)
(sqrtPriceX96=82489848823085027857505893957, tick=806, observationIndex=0, observationCardinality=1, observationCardinalityNext=1, feeProtocol=216272100, unlocked=true)
tickSpacing() view returns (int24)
1
token0() view returns (address)
0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22
token1() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
observations(uint256) view returns (uint32 blockTimestamp, int56 tickCumulative, uint160 secondsPerLiquidityCumulativeX128, bool initialized)
observe(uint32[] secondsAgos) view returns (int56[] tickCumulatives, uint160[] secondsPerLiquidityCumulativeX128s)
positions(bytes32) view returns (uint128 liquidity, uint256 feeGrowthInside0LastX128, uint256 feeGrowthInside1LastX128, uint128 tokensOwed0, uint128 tokensOwed1)
snapshotCumulativesInside(int24 tickLower, int24 tickUpper) view returns (int56 tickCumulativeInside, uint160 secondsPerLiquidityInsideX128, uint32 secondsInside)
tickBitmap(int16) view returns (uint256)
ticks(int24) view returns (uint128 liquidityGross, int128 liquidityNet, uint256 feeGrowthOutside0X128, uint256 feeGrowthOutside1X128, int56 tickCumulativeOutside, uint160 secondsPerLiquidityOutsideX128, uint32 secondsOutside, bool initialized)
State-modifying
Events burn(int24 tickLower, int24 tickUpper, uint128 amount) returns (uint256 amount0, uint256 amount1)
collect(address recipient, int24 tickLower, int24 tickUpper, uint128 amount0Requested, uint128 amount1Requested) returns (uint128 amount0, uint128 amount1)
collectProtocol(address recipient, uint128 amount0Requested, uint128 amount1Requested) returns (uint128 amount0, uint128 amount1)
flash(address recipient, uint256 amount0, uint256 amount1, bytes data)
increaseObservationCardinalityNext(uint16 observationCardinalityNext)
initialize(uint160 sqrtPriceX96)
mint(address recipient, int24 tickLower, int24 tickUpper, uint128 amount, bytes data) returns (uint256 amount0, uint256 amount1)
setFeeProtocol(uint32 feeProtocol0, uint32 feeProtocol1)
setLmPool(address _lmPool)
swap(address recipient, bool zeroForOne, int256 amountSpecified, uint160 sqrtPriceLimitX96, bytes data) returns (int256 amount0, int256 amount1)
Burn(address indexed owner, int24 indexed tickLower, int24 indexed tickUpper, uint128 amount, uint256 amount0, uint256 amount1)
Collect(address indexed owner, address recipient, int24 indexed tickLower, int24 indexed tickUpper, uint128 amount0, uint128 amount1)
CollectProtocol(address indexed sender, address indexed recipient, uint128 amount0, uint128 amount1)
Flash(address indexed sender, address indexed recipient, uint256 amount0, uint256 amount1, uint256 paid0, uint256 paid1)
IncreaseObservationCardinalityNext(uint16 observationCardinalityNextOld, uint16 observationCardinalityNextNew)
Initialize(uint160 sqrtPriceX96, int24 tick)
Mint(address sender, address indexed owner, int24 indexed tickLower, int24 indexed tickUpper, uint128 amount, uint256 amount0, uint256 amount1)
SetFeeProtocol(uint32 feeProtocol0Old, uint32 feeProtocol1Old, uint32 feeProtocol0New, uint32 feeProtocol1New)
SetLmPoolEvent(address addr)
Swap(address indexed sender, address indexed recipient, int256 amount0, int256 amount1, uint160 sqrtPriceX96, uint128 liquidity, int24 tick, uint128 protocolFeesToken0, uint128 protocolFeesToken1)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.