LinkSwap LP Token
Verified contract
Active on
Ethereum with 68 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($71,824.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DPI | ERC-20 | 343.047562 | $105.60 |
$36,225.82 | |
LINK | ERC-20 | 2.15617K | $16.51 |
$35,598.37 | |
0xe6c5…6c17 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16901210 | 2 years ago | | | 0 | 0.00037706268 | |
| 16901207 | 2 years ago | | | 0 | 0.00037527416 | |
| 16122442 | 2 years ago | | | 0 | 0.00029758949 | |
| 13008343 | 3 years ago | | | 0 | 0.0017067381 | |
| 12749700 | 3 years ago | | | 0 | 0.00097461000 | |
| 11941985 | 4 years ago | | | 0 | 0.0011859660 | |
| 11941958 | 4 years ago | | | 0 | 0.0012293550 | |
| 11896170 | 4 years ago | | | 0 | 0.0087290700 | |
| 11846276 | 4 years ago | | | 0 | 0.0050513400 | |
| 11831347 | 4 years ago | | | 0 | 0.0061147800 |
ABI
ABI objects
Getter at block 21271769
DOMAIN_SEPARATOR() view returns (bytes32)
0xdb8370460ce9683efa2b31fdadb17acf93671dc0f2476610ba24596a17c12d6a
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=343047562338706052728, _reserve1=2156170071127667641490, _blockTimestampLast=1732569803)
kLast() view returns (uint256)
710706277444087289149186933913092726845055
lastSlippageBlocks() view returns (uint256)
0
lastSwapPrice() view returns (uint256)
0
name() view returns (string)
LinkSwap LP Token
price0CumulativeLast() view returns (uint256)
6851930420547812522261577655455454317452034
price1CumulativeLast() view returns (uint256)
67425474554947381744222460407378299709341
priceAtLastSlippageBlocks() view returns (uint256)
0
symbol() view returns (string)
LSLP
token0() view returns (address)
0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b
token1() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
totalSupply() view returns (uint256)
835539890526780947021
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.