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
/
Domain.json
21 lines
(20 loc)
•
327 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
[
{
"inputs"
:
[
]
,
"stateMutability"
:
"nonpayable"
,
"type"
:
"constructor"
}
,
{
"inputs"
:
[
]
,
"name"
:
"DOMAIN_SEPARATOR"
,
"outputs"
:
[
{
"internalType"
:
"bytes32"
,
"name"
:
""
,
"type"
:
"bytes32"
}
]
,
"stateMutability"
:
"view"
,
"type"
:
"function"
}
]