29 lines
572 B
JSON
29 lines
572 B
JSON
[
|
|
{
|
|
"stateMutability": "nonpayable",
|
|
"type": "constructor",
|
|
"inputs": [
|
|
{
|
|
"name": "_factory",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"outputs": []
|
|
},
|
|
{
|
|
"stateMutability": "nonpayable",
|
|
"type": "fallback"
|
|
},
|
|
{
|
|
"stateMutability": "view",
|
|
"type": "function",
|
|
"name": "implementation",
|
|
"inputs": [],
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
]
|
|
}
|
|
] |