UNPKG
@luckyfinance/core
Version:
latest (1.5.0)
1.5.0
1.4.3
1.4.2
Core contracts for the LuckySwap protocol
github.com/LuckyDogeDev/luckyswap
luckyswap/luckyswap
@luckyfinance/core
/
abi
/
IMigratorMiner.json
22 lines
(21 loc)
•
357 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"inputs"
:
[
{
"internalType"
:
"contract IERC20"
,
"name"
:
"token"
,
"type"
:
"address"
}
]
,
"name"
:
"migrate"
,
"outputs"
:
[
{
"internalType"
:
"contract IERC20"
,
"name"
:
""
,
"type"
:
"address"
}
]
,
"stateMutability"
:
"nonpayable"
,
"type"
:
"function"
}
]