LinkSwap LP Token
Verified contract
Active on
Ethereum with 239 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($237.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 15.788657 | $15.05 |
$237.62 | |
YFLUSD | ERC-20 | 63.605335K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19766177 | 7 months ago | | | 0 | 0.00016569597 | |
| 19766176 | 7 months ago | | | 0 | 0.00017518649 | |
| 19573677 | 8 months ago | | | 0 | 0.00049304793 | |
| 19573676 | 8 months ago | | | 0 | 0.00050316048 | |
| 18828019 | a year ago | | | 0 | 0.0016207584 | |
| 18828019 | a year ago | | | 0 | 0.0016207584 | |
| 17048838 | 2 years ago | | | 0 | 0.00054674657 | |
| 17048838 | 2 years ago | | | 0 | 0.00054674657 | |
| 13184444 | 3 years ago | | | 0 | 0.0048949811 | |
| 13132663 | 3 years ago | | | 0 | 0.0024955056 |
ABI
ABI objects
Getter at block 21218811
DOMAIN_SEPARATOR() view returns (bytes32)
0x3cafa8233517b61c94eaa59f2628606cb83795b44892e40b35f95ed3cea1f9d6
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=15788656699840453100, _reserve1=63605335008865097043201, _blockTimestampLast=1718406167)
kLast() view returns (uint256)
998425048560943242486750988678423527866481
lastSlippageBlocks() view returns (uint256)
0
lastSwapPrice() view returns (uint256)
0
name() view returns (string)
LinkSwap LP Token
price0CumulativeLast() view returns (uint256)
2113586141948758354159188537214165993458660346
price1CumulativeLast() view returns (uint256)
1161077603997708139259649937056238130999
priceAtLastSlippageBlocks() view returns (uint256)
0
symbol() view returns (string)
LSLP
token0() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
token1() view returns (address)
0x7b760d06e401f85545f3b50c44bf5b05308b7b62
totalSupply() view returns (uint256)
971893935709432495852
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.