LinkSwap LP Token
Verified contract
Active on
Ethereum with 31 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFL | ERC-20 | 0.207227 | -- | -- | |
stETH | ERC-20 | 0.088133 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16749161 | 2 years ago | | | 0 | 0.0019927342 | |
| 15313569 | 2 years ago | | | 0 | 0.00051483600 | |
| 14396405 | 3 years ago | | | 0 | 0.0022401116 | |
| 12750544 | 3 years ago | | | 0 | 0.0020884500 | |
| 12126476 | 4 years ago | | | 0 | 0.0055209780 | |
| 12117119 | 4 years ago | | | 0 | 0.0072715320 | |
| 12110580 | 4 years ago | | | 0 | 0.0078101640 | |
| 12107215 | 4 years ago | | | 0 | 0.010772640 | |
| 12097110 | 4 years ago | | | 0 | 0.010099350 | |
| 12095664 | 4 years ago | | | 0 | 0.0088200990 |
ABI
ABI objects
Getter at block 21402947
DOMAIN_SEPARATOR() view returns (bytes32)
0xd34ccf024f7c038a9ba419890edd55d6bfe81e5b1881da13352aa38a8a2dc8d1
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=207226993187127461, _reserve1=88133133011539685, _blockTimestampLast=1660988076)
kLast() view returns (uint256)
17672870095231803164080180260658142
lastSlippageBlocks() view returns (uint256)
0
lastSwapPrice() view returns (uint256)
0
name() view returns (string)
LinkSwap LP Token
price0CumulativeLast() view returns (uint256)
1239044779522443252983147831357566790451043
price1CumulativeLast() view returns (uint256)
916760975041323381103441963582653494876383
priceAtLastSlippageBlocks() view returns (uint256)
0
symbol() view returns (string)
LSLP
token0() view returns (address)
0x28cb7e841ee97947a86b06fa4090c8451f64c0be
token1() view returns (address)
0xdfe66b14d37c77f4e9b180ceb433d1b164f0281d
totalSupply() view returns (uint256)
131719306831028319
tradingFeePercent() view returns (uint256)
3000
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.