{
  "abi": [],
  "bytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "methodIdentifiers": {},
  "ast": {
    "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/proxy/Initializable.sol",
    "id": 23235,
    "exportedSymbols": {
      "AddressUpgradeable": [
        23478
      ],
      "Initializable": [
        23234
      ]
    },
    "nodeType": "SourceUnit",
    "src": "79:1999:8",
    "nodes": [
      {
        "id": 23170,
        "nodeType": "PragmaDirective",
        "src": "79:32:8",
        "literals": [
          "solidity",
          ">=",
          "0.4",
          ".24",
          "<",
          "0.8",
          ".0"
        ]
      },
      {
        "id": 23171,
        "nodeType": "ImportDirective",
        "src": "113:41:8",
        "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol",
        "file": "../utils/AddressUpgradeable.sol",
        "scope": 23235,
        "sourceUnit": 23479,
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "id": 23234,
        "nodeType": "ContractDefinition",
        "src": "1095:982:8",
        "nodes": [
          {
            "id": 23175,
            "nodeType": "VariableDeclaration",
            "src": "1212:25:8",
            "constant": false,
            "documentation": {
              "id": 23173,
              "nodeType": "StructuredDocumentation",
              "src": "1134:73:8",
              "text": " @dev Indicates that the contract has been initialized."
            },
            "mutability": "mutable",
            "name": "_initialized",
            "scope": 23234,
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_bool",
              "typeString": "bool"
            },
            "typeName": {
              "id": 23174,
              "name": "bool",
              "nodeType": "ElementaryTypeName",
              "src": "1212:4:8",
              "typeDescriptions": {
                "typeIdentifier": "t_bool",
                "typeString": "bool"
              }
            },
            "visibility": "private"
          },
          {
            "id": 23178,
            "nodeType": "VariableDeclaration",
            "src": "1340:26:8",
            "constant": false,
            "documentation": {
              "id": 23176,
              "nodeType": "StructuredDocumentation",
              "src": "1244:91:8",
              "text": " @dev Indicates that the contract is in the process of being initialized."
            },
            "mutability": "mutable",
            "name": "_initializing",
            "scope": 23234,
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_bool",
              "typeString": "bool"
            },
            "typeName": {
              "id": 23177,
              "name": "bool",
              "nodeType": "ElementaryTypeName",
              "src": "1340:4:8",
              "typeDescriptions": {
                "typeIdentifier": "t_bool",
                "typeString": "bool"
              }
            },
            "visibility": "private"
          },
          {
            "id": 23217,
            "nodeType": "ModifierDefinition",
            "src": "1471:391:8",
            "body": {
              "id": 23216,
              "nodeType": "Block",
              "src": "1494:368:8",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "commonType": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        "id": 23188,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "commonType": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          },
                          "id": 23185,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "leftExpression": {
                            "id": 23182,
                            "name": "_initializing",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 23178,
                            "src": "1512:13:8",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bool",
                              "typeString": "bool"
                            }
                          },
                          "nodeType": "BinaryOperation",
                          "operator": "||",
                          "rightExpression": {
                            "arguments": [],
                            "expression": {
                              "argumentTypes": [],
                              "id": 23183,
                              "name": "_isConstructor",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 23233,
                              "src": "1529:14:8",
                              "typeDescriptions": {
                                "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$",
                                "typeString": "function () view returns (bool)"
                              }
                            },
                            "id": 23184,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "kind": "functionCall",
                            "lValueRequested": false,
                            "names": [],
                            "nodeType": "FunctionCall",
                            "src": "1529:16:8",
                            "tryCall": false,
                            "typeDescriptions": {
                              "typeIdentifier": "t_bool",
                              "typeString": "bool"
                            }
                          },
                          "src": "1512:33:8",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "||",
                        "rightExpression": {
                          "id": 23187,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "nodeType": "UnaryOperation",
                          "operator": "!",
                          "prefix": true,
                          "src": "1549:13:8",
                          "subExpression": {
                            "id": 23186,
                            "name": "_initialized",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 23175,
                            "src": "1550:12:8",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bool",
                              "typeString": "bool"
                            }
                          },
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "src": "1512:50:8",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564",
                        "id": 23189,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "1564:48:8",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759",
                          "typeString": "literal_string \"Initializable: contract is already initialized\""
                        },
                        "value": "Initializable: contract is already initialized"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759",
                          "typeString": "literal_string \"Initializable: contract is already initialized\""
                        }
                      ],
                      "id": 23181,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -18,
                        -18
                      ],
                      "referencedDeclaration": -18,
                      "src": "1504:7:8",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 23190,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1504:109:8",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 23191,
                  "nodeType": "ExpressionStatement",
                  "src": "1504:109:8"
                },
                {
                  "assignments": [
                    23193
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 23193,
                      "mutability": "mutable",
                      "name": "isTopLevelCall",
                      "nodeType": "VariableDeclaration",
                      "scope": 23216,
                      "src": "1624:19:8",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bool",
                        "typeString": "bool"
                      },
                      "typeName": {
                        "id": 23192,
                        "name": "bool",
                        "nodeType": "ElementaryTypeName",
                        "src": "1624:4:8",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      "visibility": "internal"
                    }
                  ],
                  "id": 23196,
                  "initialValue": {
                    "id": 23195,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "UnaryOperation",
                    "operator": "!",
                    "prefix": true,
                    "src": "1646:14:8",
                    "subExpression": {
                      "id": 23194,
                      "name": "_initializing",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 23178,
                      "src": "1647:13:8",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bool",
                        "typeString": "bool"
                      }
                    },
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "1624:36:8"
                },
                {
                  "condition": {
                    "id": 23197,
                    "name": "isTopLevelCall",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 23193,
                    "src": "1674:14:8",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "id": 23207,
                  "nodeType": "IfStatement",
                  "src": "1670:98:8",
                  "trueBody": {
                    "id": 23206,
                    "nodeType": "Block",
                    "src": "1690:78:8",
                    "statements": [
                      {
                        "expression": {
                          "id": 23200,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "leftHandSide": {
                            "id": 23198,
                            "name": "_initializing",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 23178,
                            "src": "1704:13:8",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bool",
                              "typeString": "bool"
                            }
                          },
                          "nodeType": "Assignment",
                          "operator": "=",
                          "rightHandSide": {
                            "hexValue": "74727565",
                            "id": 23199,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "kind": "bool",
                            "lValueRequested": false,
                            "nodeType": "Literal",
                            "src": "1720:4:8",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bool",
                              "typeString": "bool"
                            },
                            "value": "true"
                          },
                          "src": "1704:20:8",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "id": 23201,
                        "nodeType": "ExpressionStatement",
                        "src": "1704:20:8"
                      },
                      {
                        "expression": {
                          "id": 23204,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "leftHandSide": {
                            "id": 23202,
                            "name": "_initialized",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 23175,
                            "src": "1738:12:8",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bool",
                              "typeString": "bool"
                            }
                          },
                          "nodeType": "Assignment",
                          "operator": "=",
                          "rightHandSide": {
                            "hexValue": "74727565",
                            "id": 23203,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "kind": "bool",
                            "lValueRequested": false,
                            "nodeType": "Literal",
                            "src": "1753:4:8",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bool",
                              "typeString": "bool"
                            },
                            "value": "true"
                          },
                          "src": "1738:19:8",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "id": 23205,
                        "nodeType": "ExpressionStatement",
                        "src": "1738:19:8"
                      }
                    ]
                  }
                },
                {
                  "id": 23208,
                  "nodeType": "PlaceholderStatement",
                  "src": "1778:1:8"
                },
                {
                  "condition": {
                    "id": 23209,
                    "name": "isTopLevelCall",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 23193,
                    "src": "1794:14:8",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "id": 23215,
                  "nodeType": "IfStatement",
                  "src": "1790:66:8",
                  "trueBody": {
                    "id": 23214,
                    "nodeType": "Block",
                    "src": "1810:46:8",
                    "statements": [
                      {
                        "expression": {
                          "id": 23212,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "leftHandSide": {
                            "id": 23210,
                            "name": "_initializing",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 23178,
                            "src": "1824:13:8",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bool",
                              "typeString": "bool"
                            }
                          },
                          "nodeType": "Assignment",
                          "operator": "=",
                          "rightHandSide": {
                            "hexValue": "66616c7365",
                            "id": 23211,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "kind": "bool",
                            "lValueRequested": false,
                            "nodeType": "Literal",
                            "src": "1840:5:8",
                            "typeDescriptions": {
                              "typeIdentifier": "t_bool",
                              "typeString": "bool"
                            },
                            "value": "false"
                          },
                          "src": "1824:21:8",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "id": 23213,
                        "nodeType": "ExpressionStatement",
                        "src": "1824:21:8"
                      }
                    ]
                  }
                }
              ]
            },
            "documentation": {
              "id": 23179,
              "nodeType": "StructuredDocumentation",
              "src": "1373:93:8",
              "text": " @dev Modifier to protect an initializer function from being invoked twice."
            },
            "name": "initializer",
            "parameters": {
              "id": 23180,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1491:2:8"
            },
            "virtual": false,
            "visibility": "internal"
          },
          {
            "id": 23233,
            "nodeType": "FunctionDefinition",
            "src": "1952:123:8",
            "body": {
              "id": 23232,
              "nodeType": "Block",
              "src": "2006:69:8",
              "statements": [
                {
                  "expression": {
                    "id": 23230,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "UnaryOperation",
                    "operator": "!",
                    "prefix": true,
                    "src": "2023:45:8",
                    "subExpression": {
                      "arguments": [
                        {
                          "arguments": [
                            {
                              "id": 23227,
                              "name": "this",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": -28,
                              "src": "2062:4:8",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_Initializable_$23234",
                                "typeString": "contract Initializable"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_Initializable_$23234",
                                "typeString": "contract Initializable"
                              }
                            ],
                            "id": 23226,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "2054:7:8",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": {
                              "id": 23225,
                              "name": "address",
                              "nodeType": "ElementaryTypeName",
                              "src": "2054:7:8",
                              "typeDescriptions": {}
                            }
                          },
                          "id": 23228,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2054:13:8",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        ],
                        "expression": {
                          "id": 23223,
                          "name": "AddressUpgradeable",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 23478,
                          "src": "2024:18:8",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_contract$_AddressUpgradeable_$23478_$",
                            "typeString": "type(library AddressUpgradeable)"
                          }
                        },
                        "id": 23224,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "isContract",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 23254,
                        "src": "2024:29:8",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$",
                          "typeString": "function (address) view returns (bool)"
                        }
                      },
                      "id": 23229,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "2024:44:8",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_bool",
                        "typeString": "bool"
                      }
                    },
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "functionReturnParameters": 23222,
                  "id": 23231,
                  "nodeType": "Return",
                  "src": "2016:52:8"
                }
              ]
            },
            "documentation": {
              "id": 23218,
              "nodeType": "StructuredDocumentation",
              "src": "1868:79:8",
              "text": "@dev Returns true if and only if the function is running in the constructor"
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_isConstructor",
            "parameters": {
              "id": 23219,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1975:2:8"
            },
            "returnParameters": {
              "id": 23222,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 23221,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 23233,
                  "src": "2000:4:8",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 23220,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "2000:4:8",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1999:6:8"
            },
            "scope": 23234,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "private"
          }
        ],
        "abstract": true,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": {
          "id": 23172,
          "nodeType": "StructuredDocumentation",
          "src": "156:938:8",
          "text": " @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\n behind a proxy. Since a proxied contract can't have a constructor, it's common to move constructor logic to an\n external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\n function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\n TIP: To avoid leaving the proxy in an uninitialized state, the initializer function should be called as early as\n possible by providing the encoded function call as the `_data` argument to {UpgradeableProxy-constructor}.\n CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure\n that all initializers are idempotent. This is not verified automatically as constructors are by Solidity."
        },
        "fullyImplemented": true,
        "linearizedBaseContracts": [
          23234
        ],
        "name": "Initializable",
        "scope": 23235
      }
    ],
    "license": "MIT"
  },
  "id": 8
}