/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */

import { Signer, Contract, ContractFactory, Overrides } from "ethers";
import { Provider, TransactionRequest } from "@ethersproject/providers";

import type { Errors } from "../Errors";

export class Errors__factory extends ContractFactory {
  constructor(signer?: Signer) {
    super(_abi, _bytecode, signer);
  }

  deploy(
    overrides?: Overrides & { from?: string | Promise<string> }
  ): Promise<Errors> {
    return super.deploy(overrides || {}) as Promise<Errors>;
  }
  getDeployTransaction(
    overrides?: Overrides & { from?: string | Promise<string> }
  ): TransactionRequest {
    return super.getDeployTransaction(overrides || {});
  }
  attach(address: string): Errors {
    return super.attach(address) as Errors;
  }
  connect(signer: Signer): Errors__factory {
    return super.connect(signer) as Errors__factory;
  }
  static connect(address: string, signerOrProvider: Signer | Provider): Errors {
    return new Contract(address, _abi, signerOrProvider) as Errors;
  }
}

const _abi = [
  {
    inputs: [],
    name: "ALREADY_SETUP",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "APPROVAL_UNSUCCESSFUL",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "AT_LEAST_ONE_BIDER",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "CANNOT_UPDATE",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "EXCEEDS_MAX_ITERATION",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "EXCEED_PLATFORM_FEE_VALUE",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "INSUFFICIENT_PRICE",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "LOCK_IN_BLOCK_LESS_THAN_MIN",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "ONLY_FACTORY_CAN_CALL",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "ONLY_FEATURE_OF_FLEXI_POOLS",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "ONLY_MINTER",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "ONLY_OWNER",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "ONLY_POOLS_CAN_CALL",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "ONLY_SUPERGALATIC_CONTRACT",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SHOULD_BE_DIFFERENT",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SHOULD_BE_LESS_THAN_FIVE",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SHOULD_BE_MORE_THAN_ONE_MINUTE",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SHOULD_BE_MORE_THAN_ZERO",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SHOULD_BE_NON_ZERO",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SHOULD_BE_ON_SELL_STATUS",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SHOULD_BE_ZERO",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SHOULD_NOT_BE_NO_TYPE",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SHOULD_NOT_BE_OWNER",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SHOULD_NOT_SAME",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SHOULD_SAME",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "SIGNATURE_IS_WRONG",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
  {
    inputs: [],
    name: "START_PRICE__IS_BIGGER_THAN_END_PRICE",
    outputs: [
      {
        internalType: "string",
        name: "",
        type: "string",
      },
    ],
    stateMutability: "view",
    type: "function",
  },
];

const _bytecode =
  "0x6105c561003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106101b35760003560e01c80636bc1d7fa11610103578063afa7ee3e116100a1578063c9ac0db01161007b578063c9ac0db0146104b9578063d238ed59146104da578063d95af7ed146104fa578063f6f2ae911461051a57600080fd5b8063afa7ee3e14610458578063bbcad37d14610479578063c0f756911461049957600080fd5b806389fb1718116100dd57806389fb1718146103d65780638d79db15146103f6578063944f225714610417578063a5d4a2de1461043757600080fd5b80636bc1d7fa146103745780636eb9c634146103955780638897da96146103b557600080fd5b80633849d02c11610170578063503d50da1161014a578063503d50da146102f157806354737254146103125780636157319014610333578063652112d91461035357600080fd5b80633849d02c146102905780633adeaa4a146102b057806344473f9e146102d057600080fd5b80630da3d26d146101b85780630de7d135146101ef578063148df0281461020f57806329f6a7831461022f5780632b30ccfd1461024f5780633039f9e01461026f575b600080fd5b6101d960405180604001604052806002815260200161313960f01b81525081565b6040516101e6919061053a565b60405180910390f35b6101d9604051806040016040528060018152602001601b60f91b81525081565b6101d9604051806040016040528060018152602001600760fb1b81525081565b6101d9604051806040016040528060018152602001602160f91b81525081565b6101d9604051806040016040528060018152602001603760f81b81525081565b6101d960405180604001604052806002815260200161189960f11b81525081565b6101d9604051806040016040528060018152602001603360f81b81525081565b6101d9604051806040016040528060018152602001602360f91b81525081565b6101d960405180604001604052806002815260200161313560f01b81525081565b6101d960405180604001604052806002815260200161313160f01b81525081565b6101d960405180604001604052806002815260200161189b60f11b81525081565b6101d9604051806040016040528060018152602001603160f81b81525081565b6101d960405180604001604052806002815260200161313760f01b81525081565b6101d960405180604001604052806002815260200161032360f41b81525081565b6101d9604051806040016040528060018152602001603560f81b81525081565b6101d960405180604001604052806002815260200161062760f31b81525081565b6101d9604051806040016040528060018152602001600d60fa1b81525081565b6101d9604051806040016040528060028152602001610c4d60f21b81525081565b6101d9604051806040016040528060018152602001603960f81b81525081565b6101d960405180604001604052806002815260200161031360f41b81525081565b6101d960405180604001604052806002815260200161313360f01b81525081565b6101d9604051806040016040528060018152602001604360f81b81525081565b6101d9604051806040016040528060018152602001604160f81b81525081565b6101d960405180604001604052806002815260200161323160f01b81525081565b6101d9604051806040016040528060018152602001601960f91b81525081565b6101d9604051806040016040528060018152602001604560f81b81525081565b6101d9604051806040016040528060018152602001601160fa1b81525081565b600060208083528351808285015260005b818110156105675785810183015185820160400152820161054b565b81811115610579576000604083870101525b50601f01601f191692909201604001939250505056fea2646970667358221220126ceb0080c16529ac70e477c0c08a0bf8d4735e3f3a35b52c38622cc02db19364736f6c63430008070033";
