{
  "contractName": "ContextUpgradeSafe",
  "abi": [],
  "metadata": "{\"compiler\":{\"version\":\"0.6.11+commit.5ef660b1\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-ethereum-package/contracts/GSN/Context.sol\":\"ContextUpgradeSafe\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-ethereum-package/contracts/GSN/Context.sol\":{\"keccak256\":\"0xe81686511d62f18b2d9c693c2c94c0a789c690de63aa90e15451ebf65c5bfd3e\",\"urls\":[\"bzz-raw://1332ee1d2b096456bf2e5795b5871d0fed47be6a31c9a2f2cef9206a299565ea\",\"dweb:/ipfs/Qmdu1847Y4UL3gTjbLUManMGfxYEoyGPSodM3Br89SKzwx\"]},\"@openzeppelin/contracts-ethereum-package/contracts/Initializable.sol\":{\"keccak256\":\"0x9bfec92e36234ecc99b5d37230acb6cd1f99560233753162204104a4897e8721\",\"urls\":[\"bzz-raw://5cf7c208583d4d046d75bd99f5507412ab01cce9dd9f802ce9768a416d93ea2f\",\"dweb:/ipfs/QmcQS1BBMPpVEkXP3qzwSjxHNrqDek8YeR7xbVWDC9ApC7\"]}},\"version\":1}",
  "bytecode": "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea26469706673582212205860f3e35a51a75a8516529b8d4ea1e20eb94a25734184fe920c4e67855b5fab64736f6c634300060b0033",
  "deployedBytecode": "0x6080604052600080fdfea26469706673582212205860f3e35a51a75a8516529b8d4ea1e20eb94a25734184fe920c4e67855b5fab64736f6c634300060b0033",
  "immutableReferences": {},
  "sourceMap": "556:749:107:-:0;;;;;;;;;;;;;;;;;;;",
  "deployedSourceMap": "556:749:107:-:0;;;;;",
  "source": "pragma solidity ^0.6.0;\nimport \"../Initializable.sol\";\n\n/*\n * @dev Provides information about the current execution context, including the\n * sender of the transaction and its data. While these are generally available\n * via msg.sender and msg.data, they should not be accessed in such a direct\n * manner, since when dealing with GSN meta-transactions the account sending and\n * paying for execution may not be the actual sender (as far as an application\n * is concerned).\n *\n * This contract is only required for intermediate, library-like contracts.\n */\ncontract ContextUpgradeSafe is Initializable {\n    // Empty internal constructor, to prevent people from mistakenly deploying\n    // an instance of this contract, which should be used via inheritance.\n\n    function __Context_init() internal initializer {\n        __Context_init_unchained();\n    }\n\n    function __Context_init_unchained() internal initializer {\n\n\n    }\n\n\n    function _msgSender() internal view virtual returns (address payable) {\n        return msg.sender;\n    }\n\n    function _msgData() internal view virtual returns (bytes memory) {\n        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691\n        return msg.data;\n    }\n\n    uint256[50] private __gap;\n}\n",
  "sourcePath": "@openzeppelin/contracts-ethereum-package/contracts/GSN/Context.sol",
  "ast": {
    "absolutePath": "@openzeppelin/contracts-ethereum-package/contracts/GSN/Context.sol",
    "exportedSymbols": {
      "ContextUpgradeSafe": [
        37222
      ]
    },
    "id": 37223,
    "license": null,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 37179,
        "literals": [
          "solidity",
          "^",
          "0.6",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:107"
      },
      {
        "absolutePath": "@openzeppelin/contracts-ethereum-package/contracts/Initializable.sol",
        "file": "../Initializable.sol",
        "id": 37180,
        "nodeType": "ImportDirective",
        "scope": 37223,
        "sourceUnit": 37298,
        "src": "24:30:107",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 37181,
              "name": "Initializable",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 37297,
              "src": "587:13:107",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_Initializable_$37297",
                "typeString": "contract Initializable"
              }
            },
            "id": 37182,
            "nodeType": "InheritanceSpecifier",
            "src": "587:13:107"
          }
        ],
        "contractDependencies": [
          37297
        ],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 37222,
        "linearizedBaseContracts": [
          37222,
          37297
        ],
        "name": "ContextUpgradeSafe",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 37190,
              "nodeType": "Block",
              "src": "809:43:107",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "id": 37187,
                      "name": "__Context_init_unchained",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 37197,
                      "src": "819:24:107",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
                        "typeString": "function ()"
                      }
                    },
                    "id": 37188,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "819:26:107",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 37189,
                  "nodeType": "ExpressionStatement",
                  "src": "819:26:107"
                }
              ]
            },
            "documentation": null,
            "id": 37191,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "arguments": null,
                "id": 37185,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 37184,
                  "name": "initializer",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 37270,
                  "src": "797:11:107",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "797:11:107"
              }
            ],
            "name": "__Context_init",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 37183,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "785:2:107"
            },
            "returnParameters": {
              "id": 37186,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "809:0:107"
            },
            "scope": 37222,
            "src": "762:90:107",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 37196,
              "nodeType": "Block",
              "src": "915:9:107",
              "statements": []
            },
            "documentation": null,
            "id": 37197,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "arguments": null,
                "id": 37194,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 37193,
                  "name": "initializer",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 37270,
                  "src": "903:11:107",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "903:11:107"
              }
            ],
            "name": "__Context_init_unchained",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 37192,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "891:2:107"
            },
            "returnParameters": {
              "id": 37195,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "915:0:107"
            },
            "scope": 37222,
            "src": "858:66:107",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 37205,
              "nodeType": "Block",
              "src": "1001:34:107",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "id": 37202,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": -15,
                      "src": "1018:3:107",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 37203,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "sender",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": null,
                    "src": "1018:10:107",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "functionReturnParameters": 37201,
                  "id": 37204,
                  "nodeType": "Return",
                  "src": "1011:17:107"
                }
              ]
            },
            "documentation": null,
            "id": 37206,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgSender",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 37198,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "950:2:107"
            },
            "returnParameters": {
              "id": 37201,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 37200,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 37206,
                  "src": "984:15:107",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address_payable",
                    "typeString": "address payable"
                  },
                  "typeName": {
                    "id": 37199,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "984:15:107",
                    "stateMutability": "payable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "983:17:107"
            },
            "scope": 37222,
            "src": "931:104:107",
            "stateMutability": "view",
            "virtual": true,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 37216,
              "nodeType": "Block",
              "src": "1106:165:107",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 37211,
                    "name": "this",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": -28,
                    "src": "1116:4:107",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_ContextUpgradeSafe_$37222",
                      "typeString": "contract ContextUpgradeSafe"
                    }
                  },
                  "id": 37212,
                  "nodeType": "ExpressionStatement",
                  "src": "1116:4:107"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "id": 37213,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": -15,
                      "src": "1256:3:107",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 37214,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "data",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": null,
                    "src": "1256:8:107",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_calldata_ptr",
                      "typeString": "bytes calldata"
                    }
                  },
                  "functionReturnParameters": 37210,
                  "id": 37215,
                  "nodeType": "Return",
                  "src": "1249:15:107"
                }
              ]
            },
            "documentation": null,
            "id": 37217,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgData",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 37207,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1058:2:107"
            },
            "returnParameters": {
              "id": 37210,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 37209,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 37217,
                  "src": "1092:12:107",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 37208,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "1092:5:107",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1091:14:107"
            },
            "scope": 37222,
            "src": "1041:230:107",
            "stateMutability": "view",
            "virtual": true,
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 37221,
            "mutability": "mutable",
            "name": "__gap",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 37222,
            "src": "1277:25:107",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_uint256_$50_storage",
              "typeString": "uint256[50]"
            },
            "typeName": {
              "baseType": {
                "id": 37218,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "1277:7:107",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "id": 37220,
              "length": {
                "argumentTypes": null,
                "hexValue": "3530",
                "id": 37219,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "1285:2:107",
                "subdenomination": null,
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_50_by_1",
                  "typeString": "int_const 50"
                },
                "value": "50"
              },
              "nodeType": "ArrayTypeName",
              "src": "1277:11:107",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr",
                "typeString": "uint256[50]"
              }
            },
            "value": null,
            "visibility": "private"
          }
        ],
        "scope": 37223,
        "src": "556:749:107"
      }
    ],
    "src": "0:1306:107"
  },
  "legacyAST": {
    "absolutePath": "@openzeppelin/contracts-ethereum-package/contracts/GSN/Context.sol",
    "exportedSymbols": {
      "ContextUpgradeSafe": [
        37222
      ]
    },
    "id": 37223,
    "license": null,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 37179,
        "literals": [
          "solidity",
          "^",
          "0.6",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:107"
      },
      {
        "absolutePath": "@openzeppelin/contracts-ethereum-package/contracts/Initializable.sol",
        "file": "../Initializable.sol",
        "id": 37180,
        "nodeType": "ImportDirective",
        "scope": 37223,
        "sourceUnit": 37298,
        "src": "24:30:107",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 37181,
              "name": "Initializable",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 37297,
              "src": "587:13:107",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_Initializable_$37297",
                "typeString": "contract Initializable"
              }
            },
            "id": 37182,
            "nodeType": "InheritanceSpecifier",
            "src": "587:13:107"
          }
        ],
        "contractDependencies": [
          37297
        ],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 37222,
        "linearizedBaseContracts": [
          37222,
          37297
        ],
        "name": "ContextUpgradeSafe",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 37190,
              "nodeType": "Block",
              "src": "809:43:107",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "id": 37187,
                      "name": "__Context_init_unchained",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 37197,
                      "src": "819:24:107",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
                        "typeString": "function ()"
                      }
                    },
                    "id": 37188,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "819:26:107",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 37189,
                  "nodeType": "ExpressionStatement",
                  "src": "819:26:107"
                }
              ]
            },
            "documentation": null,
            "id": 37191,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "arguments": null,
                "id": 37185,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 37184,
                  "name": "initializer",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 37270,
                  "src": "797:11:107",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "797:11:107"
              }
            ],
            "name": "__Context_init",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 37183,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "785:2:107"
            },
            "returnParameters": {
              "id": 37186,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "809:0:107"
            },
            "scope": 37222,
            "src": "762:90:107",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 37196,
              "nodeType": "Block",
              "src": "915:9:107",
              "statements": []
            },
            "documentation": null,
            "id": 37197,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "arguments": null,
                "id": 37194,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 37193,
                  "name": "initializer",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 37270,
                  "src": "903:11:107",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "903:11:107"
              }
            ],
            "name": "__Context_init_unchained",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 37192,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "891:2:107"
            },
            "returnParameters": {
              "id": 37195,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "915:0:107"
            },
            "scope": 37222,
            "src": "858:66:107",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 37205,
              "nodeType": "Block",
              "src": "1001:34:107",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "id": 37202,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": -15,
                      "src": "1018:3:107",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 37203,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "sender",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": null,
                    "src": "1018:10:107",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "functionReturnParameters": 37201,
                  "id": 37204,
                  "nodeType": "Return",
                  "src": "1011:17:107"
                }
              ]
            },
            "documentation": null,
            "id": 37206,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgSender",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 37198,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "950:2:107"
            },
            "returnParameters": {
              "id": 37201,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 37200,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 37206,
                  "src": "984:15:107",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address_payable",
                    "typeString": "address payable"
                  },
                  "typeName": {
                    "id": 37199,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "984:15:107",
                    "stateMutability": "payable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "983:17:107"
            },
            "scope": 37222,
            "src": "931:104:107",
            "stateMutability": "view",
            "virtual": true,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 37216,
              "nodeType": "Block",
              "src": "1106:165:107",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 37211,
                    "name": "this",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": -28,
                    "src": "1116:4:107",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_ContextUpgradeSafe_$37222",
                      "typeString": "contract ContextUpgradeSafe"
                    }
                  },
                  "id": 37212,
                  "nodeType": "ExpressionStatement",
                  "src": "1116:4:107"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "id": 37213,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": -15,
                      "src": "1256:3:107",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 37214,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "data",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": null,
                    "src": "1256:8:107",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_calldata_ptr",
                      "typeString": "bytes calldata"
                    }
                  },
                  "functionReturnParameters": 37210,
                  "id": 37215,
                  "nodeType": "Return",
                  "src": "1249:15:107"
                }
              ]
            },
            "documentation": null,
            "id": 37217,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgData",
            "nodeType": "FunctionDefinition",
            "overrides": null,
            "parameters": {
              "id": 37207,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1058:2:107"
            },
            "returnParameters": {
              "id": 37210,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 37209,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "overrides": null,
                  "scope": 37217,
                  "src": "1092:12:107",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 37208,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "1092:5:107",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1091:14:107"
            },
            "scope": 37222,
            "src": "1041:230:107",
            "stateMutability": "view",
            "virtual": true,
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 37221,
            "mutability": "mutable",
            "name": "__gap",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 37222,
            "src": "1277:25:107",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_uint256_$50_storage",
              "typeString": "uint256[50]"
            },
            "typeName": {
              "baseType": {
                "id": 37218,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "1277:7:107",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "id": 37220,
              "length": {
                "argumentTypes": null,
                "hexValue": "3530",
                "id": 37219,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "1285:2:107",
                "subdenomination": null,
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_50_by_1",
                  "typeString": "int_const 50"
                },
                "value": "50"
              },
              "nodeType": "ArrayTypeName",
              "src": "1277:11:107",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr",
                "typeString": "uint256[50]"
              }
            },
            "value": null,
            "visibility": "private"
          }
        ],
        "scope": 37223,
        "src": "556:749:107"
      }
    ],
    "src": "0:1306:107"
  },
  "compiler": {
    "name": "solc",
    "version": "0.6.11+commit.5ef660b1.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.2.0",
  "updatedAt": "2020-08-12T09:47:18.515Z",
  "devdoc": {
    "kind": "dev",
    "methods": {},
    "version": 1
  },
  "userdoc": {
    "kind": "user",
    "methods": {},
    "version": 1
  }
}