LinkSwap LP Token
Verified contract
Active on
Ethereum with 121 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($202.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 6.218187 | $18.79 |
$116.84 | |
CEL | ERC-20 | 356.741 | $0.240426 |
$85.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19778127 | 7 months ago | | | 0 | 0.00013825642 | |
| 19778125 | 7 months ago | | | 0 | 0.00013510465 | |
| 19778109 | 7 months ago | | | 0 | 0.00015033699 | |
| 14951338 | 2 years ago | | | 0 | 0.00075229655 | |
| 12209468 | 4 years ago | | | 0 | 0.0039879000 | |
| 12202977 | 4 years ago | | | 0 | 0.0035891100 | |
| 12077480 | 4 years ago | | | 0 | 0.0068680500 | |
| 11915075 | 4 years ago | | | 0 | 0.0072225300 | |
| 11900161 | 4 years ago | | | 0 | 0.0044310000 | |
| 11894074 | 4 years ago | | | 0 | 0.0076619160 |
ABI
ABI objects
Getter at block 21306635
DOMAIN_SEPARATOR() view returns (bytes32)
0xa80b5850129a4b30bde909cbd2426ee519a739516db468f8e35f30e09f25e3cc
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=6218186511381235773, _reserve1=3567410, _blockTimestampLast=1731127235)
kLast() view returns (uint256)
21228978458645539944290548
lastSlippageBlocks() view returns (uint256)
0
lastSwapPrice() view returns (uint256)
0
name() view returns (string)
LinkSwap LP Token
price0CumulativeLast() view returns (uint256)
146378162411718859703562258481
price1CumulativeLast() view returns (uint256)
7885816795409887014375521115184909392560306403926526966
priceAtLastSlippageBlocks() view returns (uint256)
0
symbol() view returns (string)
LSLP
token0() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
token1() view returns (address)
0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d
totalSupply() view returns (uint256)
4536310775136
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.