[
  {
    "type": "function",
    "name": "computeTotalReward",
    "inputs": [
      {
        "name": "mintPrice",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "quantity",
        "type": "uint256",
        "internalType": "uint256"
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "uint256",
        "internalType": "uint256"
      }
    ],
    "stateMutability": "pure"
  },
  {
    "type": "error",
    "name": "CREATOR_FUNDS_RECIPIENT_NOT_SET",
    "inputs": []
  },
  {
    "type": "error",
    "name": "INVALID_ADDRESS_ZERO",
    "inputs": []
  },
  {
    "type": "error",
    "name": "INVALID_ETH_AMOUNT",
    "inputs": []
  },
  {
    "type": "error",
    "name": "ONLY_CREATE_REFERRAL",
    "inputs": []
  }
]