{
  "_format": "hh-sol-artifact-1",
  "contractName": "WitnetRequestMalleableBase",
  "sourceName": "witnet-solidity-bridge/contracts/requests/WitnetRequestMalleableBase.sol",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "by",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "contract Clonable",
          "name": "self",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "contract Clonable",
          "name": "clone",
          "type": "address"
        }
      ],
      "name": "Cloned",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "previousOwner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipTransferred",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "by",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint8",
          "name": "numWitnesses",
          "type": "uint8"
        },
        {
          "indexed": false,
          "internalType": "uint8",
          "name": "minWitnessingConsensus",
          "type": "uint8"
        },
        {
          "indexed": false,
          "internalType": "uint64",
          "name": "witnssingCollateral",
          "type": "uint64"
        },
        {
          "indexed": false,
          "internalType": "uint64",
          "name": "witnessingReward",
          "type": "uint64"
        },
        {
          "indexed": false,
          "internalType": "uint64",
          "name": "witnessingUnitaryFee",
          "type": "uint64"
        }
      ],
      "name": "WitnessingParamsChanged",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "bytecode",
      "outputs": [
        {
          "internalType": "bytes",
          "name": "",
          "type": "bytes"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "clone",
      "outputs": [
        {
          "internalType": "contract Clonable",
          "name": "_instance",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "_salt",
          "type": "bytes32"
        }
      ],
      "name": "cloneDeterministic",
      "outputs": [
        {
          "internalType": "contract Clonable",
          "name": "_instance",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "cloned",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "hash",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "bytes",
          "name": "_template",
          "type": "bytes"
        }
      ],
      "name": "initialize",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "proxiableUUID",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "stateMutability": "pure",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "renounceOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "self",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint64",
          "name": "_witnessingCollateral",
          "type": "uint64"
        }
      ],
      "name": "setWitnessingCollateral",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint64",
          "name": "_witnessingReward",
          "type": "uint64"
        },
        {
          "internalType": "uint64",
          "name": "_witnessingUnitaryFee",
          "type": "uint64"
        }
      ],
      "name": "setWitnessingFees",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint8",
          "name": "_numWitnesses",
          "type": "uint8"
        },
        {
          "internalType": "uint8",
          "name": "_minWitnessingConsensus",
          "type": "uint8"
        }
      ],
      "name": "setWitnessingQuorum",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "template",
      "outputs": [
        {
          "internalType": "bytes",
          "name": "",
          "type": "bytes"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "totalWitnessingCollateral",
      "outputs": [
        {
          "internalType": "uint128",
          "name": "",
          "type": "uint128"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "totalWitnessingFee",
      "outputs": [
        {
          "internalType": "uint128",
          "name": "",
          "type": "uint128"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "witnessingParams",
      "outputs": [
        {
          "components": [
            {
              "internalType": "uint8",
              "name": "numWitnesses",
              "type": "uint8"
            },
            {
              "internalType": "uint8",
              "name": "minWitnessingConsensus",
              "type": "uint8"
            },
            {
              "internalType": "uint64",
              "name": "witnessingCollateral",
              "type": "uint64"
            },
            {
              "internalType": "uint64",
              "name": "witnessingReward",
              "type": "uint64"
            },
            {
              "internalType": "uint64",
              "name": "witnessingUnitaryFee",
              "type": "uint64"
            }
          ],
          "internalType": "struct WitnetRequestMalleableBase.WitnetRequestWitnessingParams",
          "name": "",
          "type": "tuple"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
