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 |
---|---|---|---|---|---|
USDC | ERC-20 | 107.587129 | $1.00 |
$107.59 | |
USDT | ERC-20 | 11.074654 | $1.001 |
$11.09 | |
KS2-RT | ERC-20 | 0 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17557572 | a year ago | | | 0 | 0.0022978050 | |
| 17024910 | 2 years ago | | | 0 | 0.0037463140 | |
| 16797794 | 2 years ago | | | 0 | 0.0027570270 | |
| 16575551 | 2 years ago | | | 0 | 0.0035612880 | |
| 16196627 | 2 years ago | | | 0 | 0.0029677400 |
ABI
ABI objects
Getter at block 21260086
decimals() view returns (uint8)
18
factory() view returns (address)
0x5f1dddbf348ac2fbe22a163e30f99f9ece3dd50a
getFeeGrowthGlobal() view returns (uint256)
419187580153787249089162
getLiquidityState() view returns (uint128 baseL, uint128 reinvestL, uint128 reinvestLLast)
(baseL=29433989608, reinvestL=456164, reinvestLLast=455718)
getPoolState() view returns (uint160 sqrtP, int24 currentTick, int24 nearestCurrentTick, bool locked)
(sqrtP=79186274203357396023840333816, currentTick=-11, nearestCurrentTick=-11, locked=false)
getSecondsPerLiquidityData() view returns (uint128 secondsPerLiquidityGlobal, uint32 lastUpdateTime)
(secondsPerLiquidityGlobal=3296157660111559326783388971, lastUpdateTime=1730185451)
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)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
token1() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
455600
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.