[ { "inputs": [ { "internalType": "bytes32", "name": "_tornadoProxy", "type": "bytes32" }, { "internalType": "bytes32", "name": "_hasher2", "type": "bytes32" }, { "internalType": "bytes32", "name": "_hasher3", "type": "bytes32" }, { "internalType": "uint32", "name": "_levels", "type": "uint32" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "instance", "type": "address" }, { "indexed": true, "internalType": "bytes32", "name": "hash", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "block", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "DepositData", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "instance", "type": "address" }, { "indexed": true, "internalType": "bytes32", "name": "hash", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "block", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "WithdrawalData", "type": "event" }, { "inputs": [ { "internalType": "bytes32[]", "name": "domains", "type": "bytes32[]" } ], "name": "bulkResolve", "outputs": [ { "internalType": "address[]", "name": "result", "type": "address[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "depositTree", "outputs": [ { "internalType": "contract OwnableMerkleTree", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "name": "deposits", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "hasher", "outputs": [ { "internalType": "contract IHasher", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "lastProcessedDepositLeaf", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "lastProcessedWithdrawalLeaf", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "node", "type": "bytes32" } ], "name": "resolve", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "tornadoProxy", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "withdrawalTree", "outputs": [ { "internalType": "contract OwnableMerkleTree", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "name": "withdrawals", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_instance", "type": "address" }, { "internalType": "bytes32", "name": "_commitment", "type": "bytes32" } ], "name": "registerNewDeposit", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_instance", "type": "address" }, { "internalType": "bytes32", "name": "_nullifier", "type": "bytes32" } ], "name": "registerNewWithdrawal", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "components": [ { "internalType": "address", "name": "instance", "type": "address" }, { "internalType": "bytes32", "name": "hash", "type": "bytes32" }, { "internalType": "uint256", "name": "block", "type": "uint256" } ], "internalType": "struct TornadoTrees.TreeLeaf[]", "name": "_deposits", "type": "tuple[]" }, { "components": [ { "internalType": "address", "name": "instance", "type": "address" }, { "internalType": "bytes32", "name": "hash", "type": "bytes32" }, { "internalType": "uint256", "name": "block", "type": "uint256" } ], "internalType": "struct TornadoTrees.TreeLeaf[]", "name": "_withdrawals", "type": "tuple[]" } ], "name": "updateRoots", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "components": [ { "internalType": "address", "name": "instance", "type": "address" }, { "internalType": "bytes32", "name": "hash", "type": "bytes32" }, { "internalType": "uint256", "name": "block", "type": "uint256" } ], "internalType": "struct TornadoTrees.TreeLeaf[]", "name": "_deposits", "type": "tuple[]" } ], "name": "updateDepositTree", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "components": [ { "internalType": "address", "name": "instance", "type": "address" }, { "internalType": "bytes32", "name": "hash", "type": "bytes32" }, { "internalType": "uint256", "name": "block", "type": "uint256" } ], "internalType": "struct TornadoTrees.TreeLeaf[]", "name": "_withdrawals", "type": "tuple[]" } ], "name": "updateWithdrawalTree", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_depositRoot", "type": "bytes32" }, { "internalType": "bytes32", "name": "_withdrawalRoot", "type": "bytes32" } ], "name": "validateRoots", "outputs": [], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "depositRoot", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "withdrawalRoot", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getRegisteredDeposits", "outputs": [ { "internalType": "bytes32[]", "name": "_deposits", "type": "bytes32[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getRegisteredWithdrawals", "outputs": [ { "internalType": "bytes32[]", "name": "_withdrawals", "type": "bytes32[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "blockNumber", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" } ]