UNPKG
@polycity/core
Version:
latest (2.0.0-canary.4)
2.0.0-canary.4
2.0.0-canary.3
2.0.0-canary.2
2.0.0-canary.1
Core contracts for the PolyCityDex protocol
github.com/polycity/polycity-core
polycity/polycity-core
@polycity/core
/
abi
/
IMigratorChef.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"
}
]