LinkswapFactory
Verified contract
Active on
Ethereum with 138 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LinkswapFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12395605 | 4 years ago | | | 0 | 0.39287790 | |
| 12395605 | 4 years ago | | | 0 | 0.38770845 | |
| 12395548 | 4 years ago | | | 0 | 0.0085924840 | |
| 12395545 | 4 years ago | | | 0 | 0.0085924840 | |
| 12043367 | 4 years ago | | | 0 | 0.47575026 | |
| 12043288 | 4 years ago | | | 0 | 0.010009020 | |
| 11958269 | 4 years ago | | | 0 | 0.20573064 | |
| 11958238 | 4 years ago | | | 0 | 0.0037176360 | |
| 11955780 | 4 years ago | | | 0 | 0.19544411 | |
| 11955432 | 4 years ago | | | 0 | 0.19544411 |
ABI
ABI objects
Getter at block 21296893
LINK() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
YFL() view returns (address)
0x28cb7e841ee97947a86b06fa4090c8451f64c0be
allPairsLength() view returns (uint256)
66
defaultLinkTradingFeePercent() view returns (uint256)
2500
defaultNonLinkTradingFeePercent() view returns (uint256)
3000
governance() view returns (address)
0x0389d755c1833c9b350d4e8b619eae16defc1cba
linkListingFeeInUsd() view returns (uint256)
250000000000
lockupAmountListingFeeDiscountShare() view returns (uint256)
500000
maxSlippageBlocks() view returns (uint256)
1
maxSlippagePercent() view returns (uint256)
0
minListingLockupAmountInUsd() view returns (uint256)
500000000000
minListingLockupPeriod() view returns (uint256)
604800
priceOracle() view returns (address)
0xdfa5e7989c98446ffea622266e18df563e859872
protocolFeeFractionInverse() view returns (uint256)
6000
targetListingLockupAmountInUsd() view returns (uint256)
2500000000000
targetListingLockupPeriod() view returns (uint256)
2592000
treasury() view returns (address)
0xe69a81b96fbf5cb6cae95d2ce5323eff2ba0eae4
treasuryListingFeeShare() view returns (uint256)
100000
treasuryProtocolFeeShare() view returns (uint256)
200000
wethListingFeeInUsd() view returns (uint256)
300000000000
yflListingFeeInUsd() view returns (uint256)
200000000000
Read-only
allPairs(uint256) view returns (address)
approvedPair(address, address) view returns (bool)
getPair(address, address) view returns (address)
State-modifying
Events approvePairViaGovernance(address tokenA, address tokenB)
createPair(address newToken, uint256 newTokenAmount, address lockupToken, uint256 lockupTokenAmount, uint256 lockupPeriod, address listingFeeToken) returns (address pair)
setDefaultLinkTradingFeePercent(uint256 _defaultLinkTradingFeePercent)
setDefaultNonLinkTradingFeePercent(uint256 _defaultNonLinkTradingFeePercent)
setGovernance(address _governance)
setLinkListingFeeInUsd(uint256 _linkListingFeeInUsd)
setLockupAmountListingFeeDiscountShare(uint256 _lockupAmountListingFeeDiscountShare)
setMaxSlippageBlocks(uint256 _maxSlippageBlocks)
setMaxSlippagePercent(uint256 _maxSlippagePercent)
setMinListingLockupAmountInUsd(uint256 _minListingLockupAmountInUsd)
setMinListingLockupPeriod(uint256 _minListingLockupPeriod)
setPriceOracle(address _priceOracle)
setProtocolFeeFractionInverse(uint256 _protocolFeeFractionInverse)
setTargetListingLockupAmountInUsd(uint256 _targetListingLockupAmountInUsd)
setTargetListingLockupPeriod(uint256 _targetListingLockupPeriod)
setTreasury(address _treasury)
setTreasuryListingFeeShare(uint256 _treasuryListingFeeShare)
setTreasuryProtocolFeeShare(uint256 _treasuryProtocolFeeShare)
setWethListingFeeInUsd(uint256 _wethListingFeeInUsd)
setYflListingFeeInUsd(uint256 _yflListingFeeInUsd)
PairCreated(address indexed token0, address indexed token1, address pair, uint256 pairNum)
constructor(address _governance, address _treasury, address _priceOracle, uint256 _linkListingFeeInUsd, uint256 _wethListingFeeInUsd, uint256 _yflListingFeeInUsd, uint256 _treasuryListingFeeShare, uint256 _minListingLockupAmountInUsd, uint256 _targetListingLockupAmountInUsd, uint256 _minListingLockupPeriod, uint256 _targetListingLockupPeriod, uint256 _lockupAmountListingFeeDiscountShare, address _linkToken, address _WETH, address _yflToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.