Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wstETH | ERC-20 | 0.044591 | $3,948.75 |
$176.08 | |
WETH | ERC-20 | 0.030701 | $3,340.08 |
$102.54 | |
KS2-RT | ERC-20 | 0.000005 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17557529 | a year ago | | | 0 | 0.0013960960 | |
| 17024909 | 2 years ago | | | 0 | 0.0028139100 | |
| 16797794 | 2 years ago | | | 0 | 0.0022261050 | |
| 16575551 | 2 years ago | | | 0 | 0.0029545200 | |
| 16196627 | 2 years ago | | | 0 | 0.0028041000 |
ABI
ABI objects
Getter at block 21260035
decimals() view returns (uint8)
18
factory() view returns (address)
0x5f1dddbf348ac2fbe22a163e30f99f9ece3dd50a
getFeeGrowthGlobal() view returns (uint256)
3090141449018476631016249
getLiquidityState() view returns (uint128 baseL, uint128 reinvestL, uint128 reinvestLLast)
(baseL=8463033679044227, reinvestL=1398460593238877, reinvestLLast=1398460593238877)
getPoolState() view returns (uint160 sqrtP, int24 currentTick, int24 nearestCurrentTick, bool locked)
(sqrtP=85974924828457799876394461122, currentTick=1634, nearestCurrentTick=1055, locked=false)
getSecondsPerLiquidityData() view returns (uint128 secondsPerLiquidityGlobal, uint32 lastUpdateTime)
(secondsPerLiquidityGlobal=273580786699105476908, lastUpdateTime=1730288435)
maxTickLiquidity() view returns (uint128)
191757638537527648490752896198554
name() view returns (string)
KyberSwap v2 Reinvestment Token
swapFeeUnits() view returns (uint24)
8
symbol() view returns (string)
KS2-RT
tickDistance() view returns (int24)
1
token0() view returns (address)
0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
1398399693512246
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getPositions(address owner, int24 tickLower, int24 tickUpper) view returns (uint128 liquidity, uint256 feeGrowthInsideLast)
getSecondsPerLiquidityInside(int24 tickLower, int24 tickUpper) view returns (uint128 secondsPerLiquidityInside)
initializedTicks(int24) view returns (int24 previous, int24 next)
ticks(int24) view returns (uint128 liquidityGross, int128 liquidityNet, uint256 feeGrowthOutside, uint128 secondsPerLiquidityOutside)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(int24 tickLower, int24 tickUpper, uint128 qty) returns (uint256 qty0, uint256 qty1, uint256 feeGrowthInsideLast)
burnRTokens(uint256 _qty, bool isLogicalBurn) returns (uint256 qty0, uint256 qty1)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
flash(address recipient, uint256 qty0, uint256 qty1, bytes data)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, int24 tickLower, int24 tickUpper, int24[2] ticksPrevious, uint128 qty, bytes data) returns (uint256 qty0, uint256 qty1, uint256 feeGrowthInsideLast)
swap(address recipient, int256 swapQty, bool isToken0, uint160 limitSqrtP, bytes data) returns (int256 deltaQty0, int256 deltaQty1)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unlockPool(uint160 initialSqrtP) returns (uint256 qty0, uint256 qty1)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed owner, int24 indexed tickLower, int24 indexed tickUpper, uint128 qty, uint256 qty0, uint256 qty1)
BurnRTokens(address indexed owner, uint256 qty, uint256 qty0, uint256 qty1)
Flash(address indexed sender, address indexed recipient, uint256 qty0, uint256 qty1, uint256 paid0, uint256 paid1)
Initialize(uint160 sqrtP, int24 tick)
Mint(address sender, address indexed owner, int24 indexed tickLower, int24 indexed tickUpper, uint128 qty, uint256 qty0, uint256 qty1)
Swap(address indexed sender, address indexed recipient, int256 deltaQty0, int256 deltaQty1, uint160 sqrtP, uint128 liquidity, int24 currentTick)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.