new contract

This commit is contained in:
Alexey 2019-07-25 17:09:42 +03:00
parent 91c109b902
commit fedce962a3
2 changed files with 26 additions and 21 deletions

View File

@ -1,4 +1,4 @@
NET_ID=42
RPC_URL=https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51
PRIVATE_KEY=
MIXER_ADDRESS=0xBDee9B99f044b8C0bDD45c4560c9653028da586B
MIXER_ADDRESS=0xedB235296eB9f28282A3552472FCe84387BB7197

View File

@ -13,6 +13,25 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "nullifierHashes",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
@ -172,25 +191,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "nullifiers",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
@ -226,6 +226,11 @@
"indexed": false,
"name": "leafIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "timestamp",
"type": "uint256"
}
],
"name": "Deposit",
@ -241,7 +246,7 @@
},
{
"indexed": false,
"name": "nullifier",
"name": "nullifierHash",
"type": "uint256"
},
{