{
  "abi": [],
  "bytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "methodIdentifiers": {},
  "ast": {
    "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol",
    "id": 25132,
    "exportedSymbols": {
      "AddressUpgradeable": [
        25086
      ],
      "ContextUpgradeable": [
        25131
      ],
      "Initializable": [
        23676
      ]
    },
    "nodeType": "SourceUnit",
    "src": "33:1169:18",
    "nodes": [
      {
        "id": 25088,
        "nodeType": "PragmaDirective",
        "src": "33:31:18",
        "literals": [
          "solidity",
          ">=",
          "0.6",
          ".0",
          "<",
          "0.8",
          ".0"
        ]
      },
      {
        "id": 25089,
        "nodeType": "ImportDirective",
        "src": "65:36:18",
        "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/proxy/Initializable.sol",
        "file": "../proxy/Initializable.sol",
        "scope": 25132,
        "sourceUnit": 23677,
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "id": 25131,
        "nodeType": "ContractDefinition",
        "src": "603:598:18",
        "nodes": [
          {
            "id": 25100,
            "nodeType": "FunctionDefinition",
            "src": "663:90:18",
            "body": {
              "id": 25099,
              "nodeType": "Block",
              "src": "710:43:18",
              "statements": [
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "id": 25096,
                      "name": "__Context_init_unchained",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 25106,
                      "src": "720:24:18",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
                        "typeString": "function ()"
                      }
                    },
                    "id": 25097,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "720:26:18",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 25098,
                  "nodeType": "ExpressionStatement",
                  "src": "720:26:18"
                }
              ]
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 25094,
                "modifierName": {
                  "id": 25093,
                  "name": "initializer",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 23659,
                  "src": "698:11:18",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "698:11:18"
              }
            ],
            "name": "__Context_init",
            "parameters": {
              "id": 25092,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "686:2:18"
            },
            "returnParameters": {
              "id": 25095,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "710:0:18"
            },
            "scope": 25131,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "id": 25106,
            "nodeType": "FunctionDefinition",
            "src": "759:64:18",
            "body": {
              "id": 25105,
              "nodeType": "Block",
              "src": "816:7:18",
              "statements": []
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 25103,
                "modifierName": {
                  "id": 25102,
                  "name": "initializer",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 23659,
                  "src": "804:11:18",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "804:11:18"
              }
            ],
            "name": "__Context_init_unchained",
            "parameters": {
              "id": 25101,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "792:2:18"
            },
            "returnParameters": {
              "id": 25104,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "816:0:18"
            },
            "scope": 25131,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "id": 25115,
            "nodeType": "FunctionDefinition",
            "src": "828:104:18",
            "body": {
              "id": 25114,
              "nodeType": "Block",
              "src": "898:34:18",
              "statements": [
                {
                  "expression": {
                    "expression": {
                      "id": 25111,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": -15,
                      "src": "915:3:18",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 25112,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "sender",
                    "nodeType": "MemberAccess",
                    "src": "915:10:18",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "functionReturnParameters": 25110,
                  "id": 25113,
                  "nodeType": "Return",
                  "src": "908:17:18"
                }
              ]
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgSender",
            "parameters": {
              "id": 25107,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "847:2:18"
            },
            "returnParameters": {
              "id": 25110,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 25109,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 25115,
                  "src": "881:15:18",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address_payable",
                    "typeString": "address payable"
                  },
                  "typeName": {
                    "id": 25108,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "881:15:18",
                    "stateMutability": "payable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "880:17:18"
            },
            "scope": 25131,
            "stateMutability": "view",
            "virtual": true,
            "visibility": "internal"
          },
          {
            "id": 25126,
            "nodeType": "FunctionDefinition",
            "src": "938:230:18",
            "body": {
              "id": 25125,
              "nodeType": "Block",
              "src": "1003:165:18",
              "statements": [
                {
                  "expression": {
                    "id": 25120,
                    "name": "this",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": -28,
                    "src": "1013:4:18",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_ContextUpgradeable_$25131",
                      "typeString": "contract ContextUpgradeable"
                    }
                  },
                  "id": 25121,
                  "nodeType": "ExpressionStatement",
                  "src": "1013:4:18"
                },
                {
                  "expression": {
                    "expression": {
                      "id": 25122,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": -15,
                      "src": "1153:3:18",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 25123,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "data",
                    "nodeType": "MemberAccess",
                    "src": "1153:8:18",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_calldata_ptr",
                      "typeString": "bytes calldata"
                    }
                  },
                  "functionReturnParameters": 25119,
                  "id": 25124,
                  "nodeType": "Return",
                  "src": "1146:15:18"
                }
              ]
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgData",
            "parameters": {
              "id": 25116,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "955:2:18"
            },
            "returnParameters": {
              "id": 25119,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 25118,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 25126,
                  "src": "989:12:18",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 25117,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "989:5:18",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "988:14:18"
            },
            "scope": 25131,
            "stateMutability": "view",
            "virtual": true,
            "visibility": "internal"
          },
          {
            "id": 25130,
            "nodeType": "VariableDeclaration",
            "src": "1173:25:18",
            "constant": false,
            "mutability": "mutable",
            "name": "__gap",
            "scope": 25131,
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_uint256_$50_storage",
              "typeString": "uint256[50]"
            },
            "typeName": {
              "baseType": {
                "id": 25127,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "1173:7:18",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "id": 25129,
              "length": {
                "hexValue": "3530",
                "id": 25128,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "1181:2:18",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_50_by_1",
                  "typeString": "int_const 50"
                },
                "value": "50"
              },
              "nodeType": "ArrayTypeName",
              "src": "1173:11:18",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr",
                "typeString": "uint256[50]"
              }
            },
            "visibility": "private"
          }
        ],
        "abstract": true,
        "baseContracts": [
          {
            "baseName": {
              "id": 25090,
              "name": "Initializable",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 23676,
              "src": "643:13:18",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_Initializable_$23676",
                "typeString": "contract Initializable"
              }
            },
            "id": 25091,
            "nodeType": "InheritanceSpecifier",
            "src": "643:13:18"
          }
        ],
        "contractDependencies": [
          23676
        ],
        "contractKind": "contract",
        "fullyImplemented": true,
        "linearizedBaseContracts": [
          25131,
          23676
        ],
        "name": "ContextUpgradeable",
        "scope": 25132
      }
    ],
    "license": "MIT"
  },
  "id": 18
}