@luckyfinance/core
Version:
Core contracts for the LuckySwap protocol
113 lines (112 loc) • 2.08 kB
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "_miner",
"type": "address"
},
{
"internalType": "address",
"name": "_oldFactory",
"type": "address"
},
{
"internalType": "contract IUniswapV2Factory",
"name": "_factory",
"type": "address"
},
{
"internalType": "uint256",
"name": "_notBeforeBlock",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "desiredLiquidity",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "factory",
"outputs": [
{
"internalType": "contract IUniswapV2Factory",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IUniswapV2Pair",
"name": "orig",
"type": "address"
}
],
"name": "migrate",
"outputs": [
{
"internalType": "contract IUniswapV2Pair",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "miner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "notBeforeBlock",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "oldFactory",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]