{
  "abi": [],
  "bytecode": {
    "object": "0x",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "linkReferences": {}
  },
  "ast": {
    "absolutePath": "src/structs/Participant.sol",
    "id": 25489,
    "exportedSymbols": {
      "Participant": [
        25488
      ]
    },
    "nodeType": "SourceUnit",
    "src": "39:150:22",
    "nodes": [
      {
        "id": 25479,
        "nodeType": "PragmaDirective",
        "src": "39:24:22",
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".13"
        ]
      },
      {
        "id": 25488,
        "nodeType": "StructDefinition",
        "src": "65:123:22",
        "canonicalName": "Participant",
        "members": [
          {
            "constant": false,
            "id": 25481,
            "mutability": "mutable",
            "name": "isAllowedToParticipate",
            "nameLocation": "95:22:22",
            "nodeType": "VariableDeclaration",
            "scope": 25488,
            "src": "90:27:22",
            "stateVariable": false,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_bool",
              "typeString": "bool"
            },
            "typeName": {
              "id": 25480,
              "name": "bool",
              "nodeType": "ElementaryTypeName",
              "src": "90:4:22",
              "typeDescriptions": {
                "typeIdentifier": "t_bool",
                "typeString": "bool"
              }
            },
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 25483,
            "mutability": "mutable",
            "name": "participated",
            "nameLocation": "128:12:22",
            "nodeType": "VariableDeclaration",
            "scope": 25488,
            "src": "123:17:22",
            "stateVariable": false,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_bool",
              "typeString": "bool"
            },
            "typeName": {
              "id": 25482,
              "name": "bool",
              "nodeType": "ElementaryTypeName",
              "src": "123:4:22",
              "typeDescriptions": {
                "typeIdentifier": "t_bool",
                "typeString": "bool"
              }
            },
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 25485,
            "mutability": "mutable",
            "name": "completed",
            "nameLocation": "151:9:22",
            "nodeType": "VariableDeclaration",
            "scope": 25488,
            "src": "146:14:22",
            "stateVariable": false,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_bool",
              "typeString": "bool"
            },
            "typeName": {
              "id": 25484,
              "name": "bool",
              "nodeType": "ElementaryTypeName",
              "src": "146:4:22",
              "typeDescriptions": {
                "typeIdentifier": "t_bool",
                "typeString": "bool"
              }
            },
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 25487,
            "mutability": "mutable",
            "name": "stakeAmount",
            "nameLocation": "174:11:22",
            "nodeType": "VariableDeclaration",
            "scope": 25488,
            "src": "166:19:22",
            "stateVariable": false,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 25486,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "166:7:22",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "visibility": "internal"
          }
        ],
        "name": "Participant",
        "nameLocation": "72:11:22",
        "scope": 25489,
        "visibility": "public"
      }
    ],
    "license": "UNLICENSED"
  },
  "id": 22
}