[
  {
    "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": false, "internalType": "address", "name": "account", "type": "address" }],
    "name": "Paused",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [{ "indexed": false, "internalType": "address", "name": "account", "type": "address" }],
    "name": "Unpaused",
    "type": "event"
  },
  {
    "inputs": [],
    "name": "batteryNFT",
    "outputs": [{ "internalType": "contract BatteryNFT", "name": "", "type": "address" }],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "characterNFT",
    "outputs": [{ "internalType": "contract CharacterNFT", "name": "", "type": "address" }],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "chip",
    "outputs": [{ "internalType": "contract IBEP20", "name": "", "type": "address" }],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "feeWakeHorseNova",
    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [{ "internalType": "uint256", "name": "_batteryCore", "type": "uint256" }],
    "name": "getFeeSeparateBattery",
    "outputs": [
      { "internalType": "uint256", "name": "_feeNova", "type": "uint256" },
      { "internalType": "uint256", "name": "_feeChip", "type": "uint256" }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [{ "internalType": "uint256", "name": "_batteryCore", "type": "uint256" }],
    "name": "getTimeCharging",
    "outputs": [{ "internalType": "uint256", "name": "_timeCharging", "type": "uint256" }],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      { "internalType": "contract IBEP20", "name": "_chip", "type": "address" },
      { "internalType": "contract IBEP20", "name": "_nova", "type": "address" },
      { "internalType": "contract CharacterNFT", "name": "_characterNFT", "type": "address" },
      { "internalType": "contract BatteryNFT", "name": "_batteryNFT", "type": "address" },
      { "internalType": "contract Utils", "name": "_utils", "type": "address" }
    ],
    "name": "initByOwner",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  { "inputs": [], "name": "initialize", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
  {
    "inputs": [],
    "name": "nova",
    "outputs": [{ "internalType": "contract IBEP20", "name": "", "type": "address" }],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "owner",
    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
    "stateMutability": "view",
    "type": "function"
  },
  { "inputs": [], "name": "pause", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
  {
    "inputs": [],
    "name": "paused",
    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
    "stateMutability": "view",
    "type": "function"
  },
  { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
  {
    "inputs": [
      { "internalType": "uint256", "name": "_nftId", "type": "uint256" },
      { "internalType": "uint256", "name": "_novaAmount", "type": "uint256" },
      { "internalType": "uint256", "name": "_chipAmount", "type": "uint256" }
    ],
    "name": "separateBattery",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [{ "internalType": "contract BatteryNFT", "name": "_batteryNFT", "type": "address" }],
    "name": "setBattery",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [{ "internalType": "contract CharacterNFT", "name": "_characterNFT", "type": "address" }],
    "name": "setCharacter",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [{ "internalType": "address", "name": "_chip", "type": "address" }],
    "name": "setChip",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      { "internalType": "uint256", "name": "_batteryCore", "type": "uint256" },
      { "internalType": "uint256", "name": "_feeNova", "type": "uint256" },
      { "internalType": "uint256", "name": "_feeChip", "type": "uint256" }
    ],
    "name": "setFeeSeparateBattery",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [{ "internalType": "uint256", "name": "_feeWakeHorseNova", "type": "uint256" }],
    "name": "setFeeWakeHorseNova",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [{ "internalType": "address", "name": "_nova", "type": "address" }],
    "name": "setNova",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      { "internalType": "uint256", "name": "_batteryCore", "type": "uint256" },
      { "internalType": "uint256", "name": "_day", "type": "uint256" }
    ],
    "name": "setTimeCharging",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [{ "internalType": "contract Utils", "name": "_utils", "type": "address" }],
    "name": "setUtils",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }],
    "name": "transferOwnership",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  { "inputs": [], "name": "unpause", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
  {
    "inputs": [],
    "name": "utils",
    "outputs": [{ "internalType": "contract Utils", "name": "", "type": "address" }],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      { "internalType": "uint256", "name": "_batteryNft1", "type": "uint256" },
      { "internalType": "uint256", "name": "_batteryNft2", "type": "uint256" },
      { "internalType": "uint256", "name": "_feeWakeHorseNova", "type": "uint256" }
    ],
    "name": "wakeHorse",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [{ "internalType": "uint256", "name": "amount", "type": "uint256" }],
    "name": "withdrawChip",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [{ "internalType": "uint256", "name": "amount", "type": "uint256" }],
    "name": "withdrawNova",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  }
]
