[
  {
    "type": "function",
    "name": "graduator",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "address"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "marketReady",
    "inputs": [
      {
        "name": "token",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "bool",
        "internalType": "bool"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "project",
    "inputs": [
      {
        "name": "token",
        "type": "address",
        "internalType": "address"
      }
    ],
    "outputs": [
      {
        "name": "",
        "type": "tuple",
        "internalType": "struct LauncherMarketCoordinator035.Project",
        "components": [
          {
            "name": "curve",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "escrow",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "quote",
            "type": "address",
            "internalType": "address"
          },
          {
            "name": "preset",
            "type": "uint256",
            "internalType": "uint256"
          },
          {
            "name": "configHash",
            "type": "bytes32",
            "internalType": "bytes32"
          },
          {
            "name": "phase",
            "type": "uint8",
            "internalType": "enum LaunchPhase"
          },
          {
            "name": "graduation",
            "type": "tuple",
            "internalType": "struct GraduationResult",
            "components": [
              {
                "name": "poolId",
                "type": "bytes32",
                "internalType": "bytes32"
              },
              {
                "name": "positionTokenId",
                "type": "uint256",
                "internalType": "uint256"
              },
              {
                "name": "liquidity",
                "type": "uint128",
                "internalType": "uint128"
              }
            ]
          }
        ]
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "stockRegistry",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "address",
        "internalType": "address"
      }
    ],
    "stateMutability": "view"
  }
]
