{
  "abi": [],
  "bytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "methodIdentifiers": {},
  "ast": {
    "absolutePath": "node_modules/@openzeppelin/contracts/utils/Context.sol",
    "id": 24069,
    "exportedSymbols": {
      "Context": [
        24068
      ]
    },
    "nodeType": "SourceUnit",
    "src": "33:908:14",
    "nodes": [
      {
        "id": 24047,
        "nodeType": "PragmaDirective",
        "src": "33:31:14",
        "literals": [
          "solidity",
          ">=",
          "0.6",
          ".0",
          "<",
          "0.8",
          ".0"
        ]
      },
      {
        "id": 24068,
        "nodeType": "ContractDefinition",
        "src": "566:374:14",
        "nodes": [
          {
            "id": 24056,
            "nodeType": "FunctionDefinition",
            "src": "598:104:14",
            "body": {
              "id": 24055,
              "nodeType": "Block",
              "src": "668:34:14",
              "statements": [
                {
                  "expression": {
                    "expression": {
                      "id": 24052,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": -15,
                      "src": "685:3:14",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 24053,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "sender",
                    "nodeType": "MemberAccess",
                    "src": "685:10:14",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "functionReturnParameters": 24051,
                  "id": 24054,
                  "nodeType": "Return",
                  "src": "678:17:14"
                }
              ]
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgSender",
            "parameters": {
              "id": 24048,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "617:2:14"
            },
            "returnParameters": {
              "id": 24051,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 24050,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 24056,
                  "src": "651:15:14",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address_payable",
                    "typeString": "address payable"
                  },
                  "typeName": {
                    "id": 24049,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "651:15:14",
                    "stateMutability": "payable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "650:17:14"
            },
            "scope": 24068,
            "stateMutability": "view",
            "virtual": true,
            "visibility": "internal"
          },
          {
            "id": 24067,
            "nodeType": "FunctionDefinition",
            "src": "708:230:14",
            "body": {
              "id": 24066,
              "nodeType": "Block",
              "src": "773:165:14",
              "statements": [
                {
                  "expression": {
                    "id": 24061,
                    "name": "this",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": -28,
                    "src": "783:4:14",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_Context_$24068",
                      "typeString": "contract Context"
                    }
                  },
                  "id": 24062,
                  "nodeType": "ExpressionStatement",
                  "src": "783:4:14"
                },
                {
                  "expression": {
                    "expression": {
                      "id": 24063,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": -15,
                      "src": "923:3:14",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 24064,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "data",
                    "nodeType": "MemberAccess",
                    "src": "923:8:14",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_calldata_ptr",
                      "typeString": "bytes calldata"
                    }
                  },
                  "functionReturnParameters": 24060,
                  "id": 24065,
                  "nodeType": "Return",
                  "src": "916:15:14"
                }
              ]
            },
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgData",
            "parameters": {
              "id": 24057,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "725:2:14"
            },
            "returnParameters": {
              "id": 24060,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 24059,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 24067,
                  "src": "759:12:14",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 24058,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "759:5:14",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "758:14:14"
            },
            "scope": 24068,
            "stateMutability": "view",
            "virtual": true,
            "visibility": "internal"
          }
        ],
        "abstract": true,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "fullyImplemented": true,
        "linearizedBaseContracts": [
          24068
        ],
        "name": "Context",
        "scope": 24069
      }
    ],
    "license": "MIT"
  },
  "id": 14
}