{
  "_format": "hh-sol-artifact-1",
  "contractName": "IDatasetsChallenge",
  "sourceName": "src/v0.8/interfaces/module/IDatasetsChallenge.sol",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "uint64",
          "name": "_datasetId",
          "type": "uint64"
        }
      ],
      "name": "getChallengeCount",
      "outputs": [
        {
          "internalType": "uint64",
          "name": "",
          "type": "uint64"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint64",
          "name": "_datasetId",
          "type": "uint64"
        },
        {
          "internalType": "address",
          "name": "_auditor",
          "type": "address"
        }
      ],
      "name": "getDatasetChallengeProofs",
      "outputs": [
        {
          "internalType": "bytes32[]",
          "name": "",
          "type": "bytes32[]"
        },
        {
          "internalType": "bytes32[][]",
          "name": "_siblings",
          "type": "bytes32[][]"
        },
        {
          "internalType": "uint32[]",
          "name": "_paths",
          "type": "uint32[]"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint64",
          "name": "_datasetId",
          "type": "uint64"
        }
      ],
      "name": "getDatasetChallengeProofsCount",
      "outputs": [
        {
          "internalType": "uint16",
          "name": "",
          "type": "uint16"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint64",
          "name": "_datasetId",
          "type": "uint64"
        },
        {
          "internalType": "address",
          "name": "_auditor",
          "type": "address"
        },
        {
          "internalType": "uint64",
          "name": "_randomSeed",
          "type": "uint64"
        }
      ],
      "name": "isDatasetChallengeProofDuplicate",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "merkleUtils",
      "outputs": [
        {
          "internalType": "contract IMerkleUtils",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint64",
          "name": "_datasetId",
          "type": "uint64"
        },
        {
          "internalType": "uint64",
          "name": "_randomSeed",
          "type": "uint64"
        },
        {
          "internalType": "bytes32[]",
          "name": "_leaves",
          "type": "bytes32[]"
        },
        {
          "internalType": "bytes32[][]",
          "name": "_siblings",
          "type": "bytes32[][]"
        },
        {
          "internalType": "uint32[]",
          "name": "_paths",
          "type": "uint32[]"
        }
      ],
      "name": "submitDatasetChallengeProofs",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
