mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-28 23:16:17 +01:00
27 lines
466 B
JSON
27 lines
466 B
JSON
|
[
|
||
|
{
|
||
|
"inputs": [
|
||
|
{
|
||
|
"internalType": "bytes",
|
||
|
"name": "_initCode",
|
||
|
"type": "bytes"
|
||
|
},
|
||
|
{
|
||
|
"internalType": "bytes32",
|
||
|
"name": "_salt",
|
||
|
"type": "bytes32"
|
||
|
}
|
||
|
],
|
||
|
"name": "deploy",
|
||
|
"outputs": [
|
||
|
{
|
||
|
"internalType": "address payable",
|
||
|
"name": "createdContract",
|
||
|
"type": "address"
|
||
|
}
|
||
|
],
|
||
|
"stateMutability": "nonpayable",
|
||
|
"type": "function"
|
||
|
}
|
||
|
]
|