KingSwap LP Token
Verified contract
Active on
Ethereum with 75 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0048…7797
Balances ($23,046.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 5.932128 | $3,885.05 |
$23,046.62 | |
$KING | ERC-20 | 32.80795K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15501687 | 2 years ago | | | 0 | 0.00044399138 | |
| 13028783 | 3 years ago | | | 0 | 0.0017405168 | |
| 12855989 | 3 years ago | | | 0 | 0.00079010900 | |
| 12735719 | 3 years ago | | | 0 | 0.00074363200 | |
| 12725768 | 3 years ago | | | 0 | 0.00046477000 | |
| 12034971 | 4 years ago | | | 0 | 0.0044377000 | |
| 11923581 | 4 years ago | | | 0 | 0.022188500 | |
| 11855992 | 4 years ago | | | 0 | 0.0047039620 | |
| 11751098 | 4 years ago | | | 0 | 0.0057690100 | |
| 11708283 | 4 years ago | | | 0 | 0.0036832910 |
ABI
ABI objects
Getter at block 21390215
DECAY_PERIOD() view returns (uint256)
300
DOMAIN_SEPARATOR() view returns (bytes32)
0x7b8d724d23aa9062555495767178fffcf1821a083e2f612315dd337863af8d44
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=32807950419120751731401, _reserve1=5932128431295181009, _blockTimestampLast=1674294755)
getVirtualPrice() view returns (uint224 _virtualPrice, uint32 _lastPriceTime)
(_virtualPrice=938666440085480372413507346974, _lastPriceTime=1609993531)
kLast() view returns (uint256)
194620975453788861275874383950744444163609
lockedIn0() view returns (bool)
true
lockedIn1() view returns (bool)
true
name() view returns (string)
KingSwap LP Token
price0CumulativeLast() view returns (uint256)
64401922427322700787365747515169785660
price1CumulativeLast() view returns (uint256)
1955672699310158655890682331963792761846452569
stoken() view returns (address)
0x0048a900c6774f6e949b079650cbef6ec5887797
symbol() view returns (string)
KLP
token0() view returns (address)
0x5a731151d6510eb475cc7a0072200cffc9a3bfe5
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
384961933346613311084
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.