KingSwap LP Token
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x92a0…6af0
Balances ($35.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.000191 | $99,712.00 |
$19.09 | |
WETH | ERC-20 | 0.004183 | $3,885.08 |
$16.25 | |
eXRD | ERC-20 | 1 | $0.033728 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11549165 | 4 years ago | | | 0 | 0.0027069971 | |
| 11442708 | 4 years ago | | | 0 | 0.00071446970 | |
| 11303662 | 4 years ago | | | 0 | 0.0026626200 |
ABI
ABI objects
Getter at block 21390187
DECAY_PERIOD() view returns (uint256)
300
DOMAIN_SEPARATOR() view returns (bytes32)
0xa2e697ca96e29eb701aa6b77dc5d98de3ff625d7d93c9fb79f0b6edc47996e8f
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
UQ112() view returns (uint256)
5192296858534827628530496329220096
decimals() view returns (uint8)
18
factory() view returns (address)
0xcdc7c1d7542128d96fb944af966ea1be5ce31fca
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=19147, _reserve1=4183000208015539, _blockTimestampLast=1714149191)
getVirtualPrice() view returns (uint224 _virtualPrice, uint32 _lastPriceTime)
(_virtualPrice=668323489023635637021426179917473912133845559, _lastPriceTime=1714149191)
kLast() view returns (uint256)
79292688816373938642
lockedIn0() view returns (bool)
false
lockedIn1() view returns (bool)
false
name() view returns (string)
KingSwap LP Token
price0CumulativeLast() view returns (uint256)
125512330597494415921943157379377732566060636199649651
price1CumulativeLast() view returns (uint256)
3080502281130127679754740362626
stoken() view returns (address)
0x92a0017a738d9a2a53604034ab5c02e7e2e36af0
symbol() view returns (string)
KLP
token0() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
8900584333
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getAmountInFinal(address token, uint256 amountOut) view returns (uint256 amountIn, uint256 stokenAmount)
getAmountInMarket(address token, uint256 amountOut) view returns (uint256 _in, uint256 t0Price)
getAmountInPool(address token, uint256 amountOut) view returns (uint256 _in, uint256 t0Price)
getAmountOutFinal(address token, uint256 amountIn) view returns (uint256 amountOut, uint256 stokenAmount)
getAmountOutMarket(address token, uint256 amountIn) view returns (uint256 _out, uint256 t0Price)
getAmountOutPool(address token, uint256 amountIn) view returns (uint256 _out, uint256 t0Price)
getTokenMarketPrice(address token) view returns (uint256 price)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address to) returns (uint256 amount0, uint256 amount1)
dealSlippageWithIn(address[] path, uint256 amountIn, address to, bool ifmint) returns (uint256 amountOut)
dealSlippageWithOut(address[] path, uint256 amountOut, address to, bool ifmint) returns (uint256 extra)
initialize(address _token0, address _token1)
lockIn(bool _lockedIn0, bool _lockedIn1)
mint(address to) returns (uint256 liquidity)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
skim(address to)
swap(uint256 amount0Out, uint256 amount1Out, address to, bytes data)
sync()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 amount0, uint256 amount1, address indexed to)
Lock(bool lockedIn0, bool lockedIn1)
Mint(address indexed sender, uint256 amount0, uint256 amount1)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Sync(uint112 reserve0, uint112 reserve1)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.