{
  "abi": [],
  "bytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "methodIdentifiers": {},
  "ast": {
    "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol",
    "id": 23524,
    "exportedSymbols": {
      "AddressUpgradeable": [
        23478
      ],
      "ContextUpgradeable": [
        23523
      ],
      "Initializable": [
        23234
      ]
    },
    "nodeType": "SourceUnit",
    "src": "33:1169:10",
    "nodes": [
      {
        "id": 23480,
        "nodeType": "PragmaDirective",
        "src": "33:31:10",
        "literals": [
          "solidity",
          ">=",
          "0.6",
          ".0",
          "<",
          "0.8",
          ".0"
        ]
      },
      {
        "id": 23481,
        "nodeType": "ImportDirective",
        "src": "65:36:10",
        "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/proxy/Initializable.sol",
        "file": "../proxy/Initializable.sol",
        "scope": 23524,
        "sourceUnit": 23235,
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "id": 23523,
        "nodeType": "ContractDefinition",
        "src": "603:598:10",
        "nodes": [
          {
            "id": 23492,
            "nodeType": "FunctionDefinition",
            "src": "663:90:10",
            "body": {
              "id": 23491,
              "nodeType": "Block",
              "src": "710:43:10",
              "statements": [
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "id": 23488,
                      "name": "__Context_init_unchained",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 23498,
                      "src": "720:24:10",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
                        "typeString": "function ()"
                      }
                    },
                    "id": 23489,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "720:26:10",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 23490,
                  "nodeType": "ExpressionStatement",
                  "src": "720:26:10"
                }
              ]
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 23486,
                "modifierName": {
                  "id": 23485,
                  "name": "initializer",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 23217,
                  "src": "698:11:10",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "698:11:10"
              }
            ],
            "name": "__Context_init",
            "parameters": {
              "id": 23484,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "686:2:10"
            },
            "returnParameters": {
              "id": 23487,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "710:0:10"
            },
            "scope": 23523,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "id": 23498,
            "nodeType": "FunctionDefinition",
            "src": "759:64:10",
            "body": {
              "id": 23497,
              "nodeType": "Block",
              "src": "816:7:10",
              "statements": []
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 23495,
                "modifierName": {
                  "id": 23494,
                  "name": "initializer",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 23217,
                  "src": "804:11:10",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "804:11:10"
              }
            ],
            "name": "__Context_init_unchained",
            "parameters": {
              "id": 23493,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "792:2:10"
            },
            "returnParameters": {
              "id": 23496,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "816:0:10"
            },
            "scope": 23523,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "id": 23507,
            "nodeType": "FunctionDefinition",
            "src": "828:104:10",
            "body": {
              "id": 23506,
              "nodeType": "Block",
              "src": "898:34:10",
              "statements": [
                {
                  "expression": {
                    "expression": {
                      "id": 23503,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": -15,
                      "src": "915:3:10",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 23504,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "sender",
                    "nodeType": "MemberAccess",
                    "src": "915:10:10",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "functionReturnParameters": 23502,
                  "id": 23505,
                  "nodeType": "Return",
                  "src": "908:17:10"
                }
              ]
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgSender",
            "parameters": {
              "id": 23499,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "847:2:10"
            },
            "returnParameters": {
              "id": 23502,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 23501,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 23507,
                  "src": "881:15:10",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address_payable",
                    "typeString": "address payable"
                  },
                  "typeName": {
                    "id": 23500,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "881:15:10",
                    "stateMutability": "payable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "880:17:10"
            },
            "scope": 23523,
            "stateMutability": "view",
            "virtual": true,
            "visibility": "internal"
          },
          {
            "id": 23518,
            "nodeType": "FunctionDefinition",
            "src": "938:230:10",
            "body": {
              "id": 23517,
              "nodeType": "Block",
              "src": "1003:165:10",
              "statements": [
                {
                  "expression": {
                    "id": 23512,
                    "name": "this",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": -28,
                    "src": "1013:4:10",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_ContextUpgradeable_$23523",
                      "typeString": "contract ContextUpgradeable"
                    }
                  },
                  "id": 23513,
                  "nodeType": "ExpressionStatement",
                  "src": "1013:4:10"
                },
                {
                  "expression": {
                    "expression": {
                      "id": 23514,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": -15,
                      "src": "1153:3:10",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 23515,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "data",
                    "nodeType": "MemberAccess",
                    "src": "1153:8:10",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_calldata_ptr",
                      "typeString": "bytes calldata"
                    }
                  },
                  "functionReturnParameters": 23511,
                  "id": 23516,
                  "nodeType": "Return",
                  "src": "1146:15:10"
                }
              ]
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgData",
            "parameters": {
              "id": 23508,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "955:2:10"
            },
            "returnParameters": {
              "id": 23511,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 23510,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 23518,
                  "src": "989:12:10",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 23509,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "989:5:10",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "988:14:10"
            },
            "scope": 23523,
            "stateMutability": "view",
            "virtual": true,
            "visibility": "internal"
          },
          {
            "id": 23522,
            "nodeType": "VariableDeclaration",
            "src": "1173:25:10",
            "constant": false,
            "mutability": "mutable",
            "name": "__gap",
            "scope": 23523,
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_uint256_$50_storage",
              "typeString": "uint256[50]"
            },
            "typeName": {
              "baseType": {
                "id": 23519,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "1173:7:10",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "id": 23521,
              "length": {
                "hexValue": "3530",
                "id": 23520,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "1181:2:10",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_50_by_1",
                  "typeString": "int_const 50"
                },
                "value": "50"
              },
              "nodeType": "ArrayTypeName",
              "src": "1173:11:10",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr",
                "typeString": "uint256[50]"
              }
            },
            "visibility": "private"
          }
        ],
        "abstract": true,
        "baseContracts": [
          {
            "baseName": {
              "id": 23482,
              "name": "Initializable",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 23234,
              "src": "643:13:10",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_Initializable_$23234",
                "typeString": "contract Initializable"
              }
            },
            "id": 23483,
            "nodeType": "InheritanceSpecifier",
            "src": "643:13:10"
          }
        ],
        "contractDependencies": [
          23234
        ],
        "contractKind": "contract",
        "fullyImplemented": true,
        "linearizedBaseContracts": [
          23523,
          23234
        ],
        "name": "ContextUpgradeable",
        "scope": 23524
      }
    ],
    "license": "MIT"
  },
  "id": 10
}