{
  "_format": "hh-sol-artifact-1",
  "contractName": "IEventReviewPaymaster",
  "sourceName": "contracts/interfaces/IEventReviewPaymaster.sol",
  "abi": [
    {
      "inputs": [],
      "name": "ReviewPaymasterEventNotRegistered",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ReviewPaymasterNotEnoughFunds",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ReviewPaymasterNotEnoughGas",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ReviewPaymasterSenderIsNotTokenOwner",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ReviewPaymasterTokenAlreadyUsed",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ReviewPaymasterUnknownTarget",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ReviewPaymasterVenueNotBalance",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ReviewPaymasterVenueNotRegistered",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ReviewPaymasterWrongNumberOfStars",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ReviewPaymasterWrongVenueRegistar",
      "type": "error"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "venue",
          "type": "address"
        }
      ],
      "name": "fundVenue",
      "outputs": [],
      "stateMutability": "payable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "getBalance",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "_gasUsedByPost",
          "type": "uint256"
        }
      ],
      "name": "setGasUsedByPost",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "_minGas",
          "type": "uint256"
        }
      ],
      "name": "setMinGas",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "_target",
          "type": "address"
        }
      ],
      "name": "setTarget",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "venueRegistar",
          "type": "address"
        }
      ],
      "name": "setVenueRegistar",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address payable",
          "name": "receiver",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "withdraw",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
