LinkSwap LP Token
Verified contract
Active on
Ethereum with 120 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($237.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 15.568531 | $15.25 |
$237.42 | |
sYFL | ERC-20 | 235.730629K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19573679 | 8 months ago | | | 0 | 0.00049463809 | |
| 19573678 | 8 months ago | | | 0 | 0.00048789768 | |
| 17048841 | 2 years ago | | | 0 | 0.00058841634 | |
| 17048839 | 2 years ago | | | 0 | 0.00053943076 | |
| 13132685 | 3 years ago | | | 0 | 0.0034750756 | |
| 13126833 | 3 years ago | | | 0 | 0.0025020181 | |
| 12669631 | 3 years ago | | | 0 | 0.00046410000 | |
| 12640251 | 3 years ago | | | 0 | 0.00095140500 | |
| 12585497 | 3 years ago | | | 0 | 0.00051051000 | |
| 12577571 | 3 years ago | | | 0 | 0.00056156100 |
ABI
ABI objects
Getter at block 21217233
DOMAIN_SEPARATOR() view returns (bytes32)
0x4f2fa2d3d24857563c7829e0c3d426bf6fe8b5251b5ad98e3e661f19a07e5e46
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
factory() view returns (address)
0x696708db871b77355d6c2be7290b27cf0bb9b24b
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=15568531067520103263, _reserve1=235730629164820942474674, _blockTimestampLast=1718490287)
kLast() view returns (uint256)
3655006347686875915036154701939754807481073
lastSlippageBlocks() view returns (uint256)
0
lastSwapPrice() view returns (uint256)
0
name() view returns (string)
LinkSwap LP Token
price0CumulativeLast() view returns (uint256)
7135672090943895362950547077376862489763068753
price1CumulativeLast() view returns (uint256)
1288899578623874731793966171238125557405
priceAtLastSlippageBlocks() view returns (uint256)
0
symbol() view returns (string)
LSLP
token0() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
token1() view returns (address)
0x8282df223ac402d04b2097d16f758af4f70e7db0
totalSupply() view returns (uint256)
1870538614008528162059
tradingFeePercent() view returns (uint256)
2500
Read-only
addressToLockupAmount(address) view returns (uint256)
addressToLockupExpiry(address) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address to) returns (uint256 amount0, uint256 amount1)
initialize(address _token0, address _token1, uint256 _tradingFeePercent)
listingLock(address lister, uint256 lockupPeriod, uint256 liquidityLockupAmount)
lock(uint256 lockupPeriod, uint256 liquidityLockupAmount)
mint(address to) returns (uint256 liquidity)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setTradingFeePercent(uint256 _tradingFeePercent)
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)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 amount0, uint256 amount1, address indexed to)
Lock(address indexed sender, uint256 lockupPeriod, uint256 liquidityLockupAmount)
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)
Unlock(address indexed sender, uint256 liquidityUnlocked)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.