[
  {
    "type": "function",
    "name": "IS_SCRIPT",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "bool",
        "internalType": "bool"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "run",
    "inputs": [
      {
        "name": "worldAddress",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "error",
    "name": "ArrayLengthMismatch",
    "inputs": [
      {
        "name": "fuelTypeIdsLength",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "fuelEfficienciesLength",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "fuelVolumesLength",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  },
  {
    "type": "error",
    "name": "EmptyArray",
    "inputs": []
  },
  {
    "type": "error",
    "name": "FuelSystemLib_CallingFromRootSystem",
    "inputs": []
  }
]