-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,312 @@ | ||
{ | ||
"abi": [], | ||
"bytecode": { | ||
"object": "0x", | ||
"sourceMap": "", | ||
"linkReferences": {} | ||
}, | ||
"deployedBytecode": { | ||
"object": "0x", | ||
"sourceMap": "", | ||
"linkReferences": {} | ||
}, | ||
"methodIdentifiers": {}, | ||
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.19+commit.7dd6d404\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Provides information about the current execution context, including the sender of the transaction and its data. While these are generally available via msg.sender and msg.data, they should not be accessed in such a direct manner, since when dealing with meta-transactions the account sending and paying for execution may not be the actual sender (as far as an application is concerned). This contract is only required for intermediate, library-like contracts.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@openzeppelin/contracts/utils/Context.sol\":\"Context\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[\":@ensdomains/=node_modules/@ensdomains/\",\":@opengsn/=node_modules/@opengsn/\",\":@openzeppelin/=node_modules/@openzeppelin/\",\":ds-test/=lib/forge-std/lib/ds-test/src/\",\":forge-std/=lib/forge-std/src/\",\":hardhat/=node_modules/hardhat/\"]},\"sources\":{\"node_modules/@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]}},\"version\":1}", | ||
"metadata": { | ||
"compiler": { | ||
"version": "0.8.19+commit.7dd6d404" | ||
}, | ||
"language": "Solidity", | ||
"output": { | ||
"abi": [], | ||
"devdoc": { | ||
"kind": "dev", | ||
"methods": {}, | ||
"version": 1 | ||
}, | ||
"userdoc": { | ||
"kind": "user", | ||
"methods": {}, | ||
"version": 1 | ||
} | ||
}, | ||
"settings": { | ||
"remappings": [ | ||
"@ensdomains/=node_modules/@ensdomains/", | ||
"@opengsn/=node_modules/@opengsn/", | ||
"@openzeppelin/=node_modules/@openzeppelin/", | ||
"ds-test/=lib/forge-std/lib/ds-test/src/", | ||
"forge-std/=lib/forge-std/src/", | ||
"hardhat/=node_modules/hardhat/" | ||
], | ||
"optimizer": { | ||
"enabled": true, | ||
"runs": 200 | ||
}, | ||
"metadata": { | ||
"bytecodeHash": "ipfs" | ||
}, | ||
"compilationTarget": { | ||
"node_modules/@openzeppelin/contracts/utils/Context.sol": "Context" | ||
}, | ||
"libraries": {} | ||
}, | ||
"sources": { | ||
"node_modules/@openzeppelin/contracts/utils/Context.sol": { | ||
"keccak256": "0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7", | ||
"urls": [ | ||
"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92", | ||
"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3" | ||
], | ||
"license": "MIT" | ||
} | ||
}, | ||
"version": 1 | ||
}, | ||
"ast": { | ||
"absolutePath": "node_modules/@openzeppelin/contracts/utils/Context.sol", | ||
"id": 59587, | ||
"exportedSymbols": { | ||
"Context": [ | ||
59586 | ||
] | ||
}, | ||
"nodeType": "SourceUnit", | ||
"src": "86:758:135", | ||
"nodes": [ | ||
{ | ||
"id": 59566, | ||
"nodeType": "PragmaDirective", | ||
"src": "86:23:135", | ||
"nodes": [], | ||
"literals": [ | ||
"solidity", | ||
"^", | ||
"0.8", | ||
".0" | ||
] | ||
}, | ||
{ | ||
"id": 59586, | ||
"nodeType": "ContractDefinition", | ||
"src": "608:235:135", | ||
"nodes": [ | ||
{ | ||
"id": 59576, | ||
"nodeType": "FunctionDefinition", | ||
"src": "640:96:135", | ||
"nodes": [], | ||
"body": { | ||
"id": 59575, | ||
"nodeType": "Block", | ||
"src": "702:34:135", | ||
"nodes": [], | ||
"statements": [ | ||
{ | ||
"expression": { | ||
"expression": { | ||
"id": 59572, | ||
"name": "msg", | ||
"nodeType": "Identifier", | ||
"overloadedDeclarations": [], | ||
"referencedDeclaration": -15, | ||
"src": "719:3:135", | ||
"typeDescriptions": { | ||
"typeIdentifier": "t_magic_message", | ||
"typeString": "msg" | ||
} | ||
}, | ||
"id": 59573, | ||
"isConstant": false, | ||
"isLValue": false, | ||
"isPure": false, | ||
"lValueRequested": false, | ||
"memberLocation": "723:6:135", | ||
"memberName": "sender", | ||
"nodeType": "MemberAccess", | ||
"src": "719:10:135", | ||
"typeDescriptions": { | ||
"typeIdentifier": "t_address", | ||
"typeString": "address" | ||
} | ||
}, | ||
"functionReturnParameters": 59571, | ||
"id": 59574, | ||
"nodeType": "Return", | ||
"src": "712:17:135" | ||
} | ||
] | ||
}, | ||
"implemented": true, | ||
"kind": "function", | ||
"modifiers": [], | ||
"name": "_msgSender", | ||
"nameLocation": "649:10:135", | ||
"parameters": { | ||
"id": 59568, | ||
"nodeType": "ParameterList", | ||
"parameters": [], | ||
"src": "659:2:135" | ||
}, | ||
"returnParameters": { | ||
"id": 59571, | ||
"nodeType": "ParameterList", | ||
"parameters": [ | ||
{ | ||
"constant": false, | ||
"id": 59570, | ||
"mutability": "mutable", | ||
"name": "", | ||
"nameLocation": "-1:-1:-1", | ||
"nodeType": "VariableDeclaration", | ||
"scope": 59576, | ||
"src": "693:7:135", | ||
"stateVariable": false, | ||
"storageLocation": "default", | ||
"typeDescriptions": { | ||
"typeIdentifier": "t_address", | ||
"typeString": "address" | ||
}, | ||
"typeName": { | ||
"id": 59569, | ||
"name": "address", | ||
"nodeType": "ElementaryTypeName", | ||
"src": "693:7:135", | ||
"stateMutability": "nonpayable", | ||
"typeDescriptions": { | ||
"typeIdentifier": "t_address", | ||
"typeString": "address" | ||
} | ||
}, | ||
"visibility": "internal" | ||
} | ||
], | ||
"src": "692:9:135" | ||
}, | ||
"scope": 59586, | ||
"stateMutability": "view", | ||
"virtual": true, | ||
"visibility": "internal" | ||
}, | ||
{ | ||
"id": 59585, | ||
"nodeType": "FunctionDefinition", | ||
"src": "742:99:135", | ||
"nodes": [], | ||
"body": { | ||
"id": 59584, | ||
"nodeType": "Block", | ||
"src": "809:32:135", | ||
"nodes": [], | ||
"statements": [ | ||
{ | ||
"expression": { | ||
"expression": { | ||
"id": 59581, | ||
"name": "msg", | ||
"nodeType": "Identifier", | ||
"overloadedDeclarations": [], | ||
"referencedDeclaration": -15, | ||
"src": "826:3:135", | ||
"typeDescriptions": { | ||
"typeIdentifier": "t_magic_message", | ||
"typeString": "msg" | ||
} | ||
}, | ||
"id": 59582, | ||
"isConstant": false, | ||
"isLValue": false, | ||
"isPure": false, | ||
"lValueRequested": false, | ||
"memberLocation": "830:4:135", | ||
"memberName": "data", | ||
"nodeType": "MemberAccess", | ||
"src": "826:8:135", | ||
"typeDescriptions": { | ||
"typeIdentifier": "t_bytes_calldata_ptr", | ||
"typeString": "bytes calldata" | ||
} | ||
}, | ||
"functionReturnParameters": 59580, | ||
"id": 59583, | ||
"nodeType": "Return", | ||
"src": "819:15:135" | ||
} | ||
] | ||
}, | ||
"implemented": true, | ||
"kind": "function", | ||
"modifiers": [], | ||
"name": "_msgData", | ||
"nameLocation": "751:8:135", | ||
"parameters": { | ||
"id": 59577, | ||
"nodeType": "ParameterList", | ||
"parameters": [], | ||
"src": "759:2:135" | ||
}, | ||
"returnParameters": { | ||
"id": 59580, | ||
"nodeType": "ParameterList", | ||
"parameters": [ | ||
{ | ||
"constant": false, | ||
"id": 59579, | ||
"mutability": "mutable", | ||
"name": "", | ||
"nameLocation": "-1:-1:-1", | ||
"nodeType": "VariableDeclaration", | ||
"scope": 59585, | ||
"src": "793:14:135", | ||
"stateVariable": false, | ||
"storageLocation": "calldata", | ||
"typeDescriptions": { | ||
"typeIdentifier": "t_bytes_calldata_ptr", | ||
"typeString": "bytes" | ||
}, | ||
"typeName": { | ||
"id": 59578, | ||
"name": "bytes", | ||
"nodeType": "ElementaryTypeName", | ||
"src": "793:5:135", | ||
"typeDescriptions": { | ||
"typeIdentifier": "t_bytes_storage_ptr", | ||
"typeString": "bytes" | ||
} | ||
}, | ||
"visibility": "internal" | ||
} | ||
], | ||
"src": "792:16:135" | ||
}, | ||
"scope": 59586, | ||
"stateMutability": "view", | ||
"virtual": true, | ||
"visibility": "internal" | ||
} | ||
], | ||
"abstract": true, | ||
"baseContracts": [], | ||
"canonicalName": "Context", | ||
"contractDependencies": [], | ||
"contractKind": "contract", | ||
"documentation": { | ||
"id": 59567, | ||
"nodeType": "StructuredDocumentation", | ||
"src": "111:496:135", | ||
"text": " @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 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 This contract is only required for intermediate, library-like contracts." | ||
}, | ||
"fullyImplemented": true, | ||
"linearizedBaseContracts": [ | ||
59586 | ||
], | ||
"name": "Context", | ||
"nameLocation": "626:7:135", | ||
"scope": 59587, | ||
"usedErrors": [] | ||
} | ||
], | ||
"license": "MIT" | ||
}, | ||
"id": 135 | ||
} |