mirror of
https://github.com/tornadocash/tornado-deploy.git
synced 2025-01-15 23:47:56 +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"
|
||
|
}
|
||
|
]
|