{
  "contractName": "Context",
  "abi": [
    {
      "inputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "constructor"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.5.12+commit.7709ece9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"}],\"devdoc\":{\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/GSN/Context.sol\":\"Context\"},\"evmVersion\":\"petersburg\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/GSN/Context.sol\":{\"keccak256\":\"0x90a3995645af7562d84b9d69363ffa5ae7217714ab61e951bf7bc450f40e4061\",\"urls\":[\"bzz-raw://216ef9d6b614db4eb46970b4e84903f2534a45572dd30a79f0041f1a5830f436\",\"dweb:/ipfs/QmNPrJ4MWKUAWzKXpUqeyKRUfosaoANZAqXgvepdrCwZAG\"]}},\"version\":1}",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.5.0;\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 Context {\n    // Empty internal constructor, to prevent people from mistakenly deploying\n    // an instance of this contract, which should be used via inheritance.\n    constructor () internal { }\n    // solhint-disable-previous-line no-empty-blocks\n\n    function _msgSender() internal view returns (address payable) {\n        return msg.sender;\n    }\n\n    function _msgData() internal view 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",
  "sourcePath": "@openzeppelin/contracts/GSN/Context.sol",
  "ast": {
    "absolutePath": "@openzeppelin/contracts/GSN/Context.sol",
    "exportedSymbols": {
      "Context": [
        10479
      ]
    },
    "id": 10480,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10454,
        "literals": [
          "solidity",
          "^",
          "0.5",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:30"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 10479,
        "linearizedBaseContracts": [
          10479
        ],
        "name": "Context",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 10457,
              "nodeType": "Block",
              "src": "726:3:30",
              "statements": []
            },
            "documentation": null,
            "id": 10458,
            "implemented": true,
            "kind": "constructor",
            "modifiers": [],
            "name": "",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10455,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "714:2:30"
            },
            "returnParameters": {
              "id": 10456,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "726:0:30"
            },
            "scope": 10479,
            "src": "702:27:30",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 10466,
              "nodeType": "Block",
              "src": "850:34:30",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "id": 10463,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 11485,
                      "src": "867:3:30",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 10464,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "sender",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": null,
                    "src": "867:10:30",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "functionReturnParameters": 10462,
                  "id": 10465,
                  "nodeType": "Return",
                  "src": "860:17:30"
                }
              ]
            },
            "documentation": null,
            "id": 10467,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgSender",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10459,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "807:2:30"
            },
            "returnParameters": {
              "id": 10462,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10461,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10467,
                  "src": "833:15:30",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address_payable",
                    "typeString": "address payable"
                  },
                  "typeName": {
                    "id": 10460,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "833:15:30",
                    "stateMutability": "payable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "832:17:30"
            },
            "scope": 10479,
            "src": "788:96:30",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 10477,
              "nodeType": "Block",
              "src": "947:165:30",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 10472,
                    "name": "this",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 11525,
                    "src": "957:4:30",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_Context_$10479",
                      "typeString": "contract Context"
                    }
                  },
                  "id": 10473,
                  "nodeType": "ExpressionStatement",
                  "src": "957:4:30"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "id": 10474,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 11485,
                      "src": "1097:3:30",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 10475,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "data",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": null,
                    "src": "1097:8:30",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_calldata_ptr",
                      "typeString": "bytes calldata"
                    }
                  },
                  "functionReturnParameters": 10471,
                  "id": 10476,
                  "nodeType": "Return",
                  "src": "1090:15:30"
                }
              ]
            },
            "documentation": null,
            "id": 10478,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgData",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10468,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "907:2:30"
            },
            "returnParameters": {
              "id": 10471,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10470,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10478,
                  "src": "933:12:30",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 10469,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "933:5:30",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "932:14:30"
            },
            "scope": 10479,
            "src": "890:222:30",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "internal"
          }
        ],
        "scope": 10480,
        "src": "525:589:30"
      }
    ],
    "src": "0:1115:30"
  },
  "legacyAST": {
    "absolutePath": "@openzeppelin/contracts/GSN/Context.sol",
    "exportedSymbols": {
      "Context": [
        10479
      ]
    },
    "id": 10480,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10454,
        "literals": [
          "solidity",
          "^",
          "0.5",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:30"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 10479,
        "linearizedBaseContracts": [
          10479
        ],
        "name": "Context",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 10457,
              "nodeType": "Block",
              "src": "726:3:30",
              "statements": []
            },
            "documentation": null,
            "id": 10458,
            "implemented": true,
            "kind": "constructor",
            "modifiers": [],
            "name": "",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10455,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "714:2:30"
            },
            "returnParameters": {
              "id": 10456,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "726:0:30"
            },
            "scope": 10479,
            "src": "702:27:30",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 10466,
              "nodeType": "Block",
              "src": "850:34:30",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "id": 10463,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 11485,
                      "src": "867:3:30",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 10464,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "sender",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": null,
                    "src": "867:10:30",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "functionReturnParameters": 10462,
                  "id": 10465,
                  "nodeType": "Return",
                  "src": "860:17:30"
                }
              ]
            },
            "documentation": null,
            "id": 10467,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgSender",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10459,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "807:2:30"
            },
            "returnParameters": {
              "id": 10462,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10461,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10467,
                  "src": "833:15:30",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address_payable",
                    "typeString": "address payable"
                  },
                  "typeName": {
                    "id": 10460,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "833:15:30",
                    "stateMutability": "payable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address_payable",
                      "typeString": "address payable"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "832:17:30"
            },
            "scope": 10479,
            "src": "788:96:30",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 10477,
              "nodeType": "Block",
              "src": "947:165:30",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 10472,
                    "name": "this",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 11525,
                    "src": "957:4:30",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_Context_$10479",
                      "typeString": "contract Context"
                    }
                  },
                  "id": 10473,
                  "nodeType": "ExpressionStatement",
                  "src": "957:4:30"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "expression": {
                      "argumentTypes": null,
                      "id": 10474,
                      "name": "msg",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 11485,
                      "src": "1097:3:30",
                      "typeDescriptions": {
                        "typeIdentifier": "t_magic_message",
                        "typeString": "msg"
                      }
                    },
                    "id": 10475,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "data",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": null,
                    "src": "1097:8:30",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_calldata_ptr",
                      "typeString": "bytes calldata"
                    }
                  },
                  "functionReturnParameters": 10471,
                  "id": 10476,
                  "nodeType": "Return",
                  "src": "1090:15:30"
                }
              ]
            },
            "documentation": null,
            "id": 10478,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_msgData",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10468,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "907:2:30"
            },
            "returnParameters": {
              "id": 10471,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10470,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10478,
                  "src": "933:12:30",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 10469,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "933:5:30",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "932:14:30"
            },
            "scope": 10479,
            "src": "890:222:30",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "internal"
          }
        ],
        "scope": 10480,
        "src": "525:589:30"
      }
    ],
    "src": "0:1115:30"
  },
  "compiler": {
    "name": "solc",
    "version": "0.5.12+commit.7709ece9.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.0.21",
  "updatedAt": "2020-04-22T17:31:54.567Z",
  "devdoc": {
    "methods": {}
  },
  "userdoc": {
    "methods": {}
  }
}