LinkSwap LP Token
Verified contract
Active on
Ethereum with 10 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 |
---|---|---|---|---|---|
sYFL | ERC-20 | 77.442593K | -- | -- | |
YFLUSD | ERC-20 | 18.589271K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11843802 | 4 years ago | | | 0 | 0.0029880900 | |
| 11843795 | 4 years ago | | | 0 | 0.0035172000 | |
| 11843786 | 4 years ago | | | 0 | 0.0058077360 | |
| 11811097 | 4 years ago | | | 0 | 0.0088620000 | |
| 11805112 | 4 years ago | | | 0 | 0.0038643680 | |
| 11805022 | 4 years ago | | | 0 | 0.0026042480 | |
| 11804968 | 4 years ago | | | 0 | 0.0039903800 | |
| 11804935 | 4 years ago | | | 0 | 0.0023102200 | |
| 11804850 | 4 years ago | | | 0 | 0.0077985600 | |
| 11804780 | 4 years ago | | | 0 | 0.0062034000 |
ABI
ABI objects
Getter at block 21218841
DOMAIN_SEPARATOR() view returns (bytes32)
0xaca012f6eaab7692a5fbdbc8f9ded72a94b78acc20a19175b014b7e363aaa556
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=18589271135945601727375, _reserve1=77442593317764497378315, _blockTimestampLast=1630762998)
kLast() view returns (uint256)
1426707013120628945309925379233122128939465852
lastSlippageBlocks() view returns (uint256)
0
lastSwapPrice() view returns (uint256)
0
name() view returns (string)
LinkSwap LP Token
price0CumulativeLast() view returns (uint256)
385176638402113595516971024581836833627902
price1CumulativeLast() view returns (uint256)
42721226294499741969392171559727165341320
priceAtLastSlippageBlocks() view returns (uint256)
0
symbol() view returns (string)
LSLP
token0() view returns (address)
0x7b760d06e401f85545f3b50c44bf5b05308b7b62
token1() view returns (address)
0x8282df223ac402d04b2097d16f758af4f70e7db0
totalSupply() view returns (uint256)
37608981812530952779864
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.