@luckyfinance/core
Version:
Core contracts for the LuckySwap protocol
40 lines (39 loc) • 710 B
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "_smelTer",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [
{
"internalType": "contract IGoldVeinWithdrawFee",
"name": "goldveinPair",
"type": "address"
}
],
"name": "convert",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "smelTer",
"outputs": [
{
"internalType": "contract SmelterGoldVein",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]