KingSwap LP Token
Verified contract
Active on
Ethereum with 58 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4196…d344
Balances ($6,031.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 1.548029 | $3,896.37 |
$6,031.69 | |
$KING | ERC-20 | 6.196555K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16401497 | 2 years ago | | | 0 | 0.0020154581 | |
| 11528181 | 4 years ago | | | 0 | 0.0018194570 | |
| 11523602 | 4 years ago | | | 0 | 0.0022942910 | |
| 11461563 | 4 years ago | | | 0 | 0.0019525880 | |
| 11444041 | 4 years ago | | | 0 | 0.0013756870 | |
| 11429538 | 4 years ago | | | 0 | 0.0010739234 | |
| 11420917 | 4 years ago | | | 0 | 0.0012447748 | |
| 11359299 | 4 years ago | | | 0 | 0.0019046621 | |
| 11338919 | 4 years ago | | | 0 | 0.00060424800 | |
| 11338906 | 4 years ago | | | 0 | 0.0010206711 |
ABI
ABI objects
Getter at block 21390142
DECAY_PERIOD() view returns (uint256)
300
DOMAIN_SEPARATOR() view returns (bytes32)
0x8ff8ea969e0848368915739638285ac7a6cfb21626e96426e1aa12f69c0c6765
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)
0xf0fd65907f666648bb50a794c1b413681ac8b803
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=6196554989605836551679, _reserve1=1548028804561581906, _blockTimestampLast=1609106042)
getVirtualPrice() view returns (uint224 _virtualPrice, uint32 _lastPriceTime)
(_virtualPrice=1297088615582645261258442406714, _lastPriceTime=1605823329)
kLast() view returns (uint256)
9592445612959628750211782441332360320174
lockedIn0() view returns (bool)
true
lockedIn1() view returns (bool)
true
name() view returns (string)
KingSwap LP Token
price0CumulativeLast() view returns (uint256)
4465900891018868148945690864524534468
price1CumulativeLast() view returns (uint256)
73426364961175674804385225727892110090127405
stoken() view returns (address)
0x419640a7a5a6a7825148ce51687bb97b31e9d344
symbol() view returns (string)
KLP
token0() view returns (address)
0x5a731151d6510eb475cc7a0072200cffc9a3bfe5
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
97773159608155246644
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.