{
  "abi": [],
  "bytecode": {
    "object": "0x",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "linkReferences": {}
  },
  "ast": {
    "absolutePath": "src/structs/ParticipantData.sol",
    "id": 25412,
    "exportedSymbols": {
      "ParticipantData": [
        25411
      ]
    },
    "nodeType": "SourceUnit",
    "src": "39:129:22",
    "nodes": [
      {
        "id": 25404,
        "nodeType": "PragmaDirective",
        "src": "39:24:22",
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".13"
        ]
      },
      {
        "id": 25411,
        "nodeType": "StructDefinition",
        "src": "65:102:22",
        "canonicalName": "ParticipantData",
        "members": [
          {
            "constant": false,
            "id": 25406,
            "mutability": "mutable",
            "name": "isAllowedToParticipate",
            "nameLocation": "99:22:22",
            "nodeType": "VariableDeclaration",
            "scope": 25411,
            "src": "94:27:22",
            "stateVariable": false,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_bool",
              "typeString": "bool"
            },
            "typeName": {
              "id": 25405,
              "name": "bool",
              "nodeType": "ElementaryTypeName",
              "src": "94:4:22",
              "typeDescriptions": {
                "typeIdentifier": "t_bool",
                "typeString": "bool"
              }
            },
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 25408,
            "mutability": "mutable",
            "name": "participated",
            "nameLocation": "132:12:22",
            "nodeType": "VariableDeclaration",
            "scope": 25411,
            "src": "127:17:22",
            "stateVariable": false,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_bool",
              "typeString": "bool"
            },
            "typeName": {
              "id": 25407,
              "name": "bool",
              "nodeType": "ElementaryTypeName",
              "src": "127:4:22",
              "typeDescriptions": {
                "typeIdentifier": "t_bool",
                "typeString": "bool"
              }
            },
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 25410,
            "mutability": "mutable",
            "name": "completed",
            "nameLocation": "155:9:22",
            "nodeType": "VariableDeclaration",
            "scope": 25411,
            "src": "150:14:22",
            "stateVariable": false,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_bool",
              "typeString": "bool"
            },
            "typeName": {
              "id": 25409,
              "name": "bool",
              "nodeType": "ElementaryTypeName",
              "src": "150:4:22",
              "typeDescriptions": {
                "typeIdentifier": "t_bool",
                "typeString": "bool"
              }
            },
            "visibility": "internal"
          }
        ],
        "name": "ParticipantData",
        "nameLocation": "72:15:22",
        "scope": 25412,
        "visibility": "public"
      }
    ],
    "license": "UNLICENSED"
  },
  "id": 22
}