@luckyfinance/core
Version:
Core contracts for the LuckySwap protocol
45 lines (44 loc) • 778 B
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "_smelTer",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [
{
"internalType": "address",
"name": "token0",
"type": "address"
},
{
"internalType": "address",
"name": "token1",
"type": "address"
}
],
"name": "convert",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "smelTer",
"outputs": [
{
"internalType": "contract Smelter",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]