1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417 |
- {
- "abi": [
- {
- "inputs": [],
- "name": "arithmeticError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "assertionError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "divisionError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "encodeStorageError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "enumConversionError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "indexOOBError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "memOverflowError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "popError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "zeroVarError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- }
- ],
- "bytecode": {
- "object": "0x61024f61003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe730000000000000000000000000000000000000000301460806040526004361061009d5760003560e01c8063986c5f6811610070578063986c5f68146100d8578063b22dc54d146100e0578063b67689da146100e8578063d160e4de146100f0578063fa784a44146100f857600080fd5b806305ee8612146100a257806310332977146100c05780631de45560146100c85780638995290f146100d0575b600080fd5b6100aa610100565b6040516100b791906101cb565b60405180910390f35b6100aa61013b565b6100aa61014d565b6100aa61015f565b6100aa610171565b6100aa610183565b6100aa610195565b6100aa6101a7565b6100aa6101b9565b604051603260248201526044015b60408051601f198184030181529190526020810180516001600160e01b0316634e487b7160e01b17905281565b6040516001602482015260440161010e565b6040516021602482015260440161010e565b6040516011602482015260440161010e565b6040516041602482015260440161010e565b6040516031602482015260440161010e565b6040516051602482015260440161010e565b6040516022602482015260440161010e565b6040516012602482015260440161010e565b600060208083528351808285015260005b818110156101f8578581018301518582016040015282016101dc565b506000604082860101526040601f19601f830116850101925050509291505056fea264697066735822122029ecd3b13ffaabc4600396e823f1fbdc93e71c393379ce14557cd777aae238d664736f6c63430008130033",
- "sourceMap": "162:850:1:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;162:850:1;;;;;;;;;;;;;;;;;",
- "linkReferences": {}
- },
- "deployedBytecode": {
- "object": "0x730000000000000000000000000000000000000000301460806040526004361061009d5760003560e01c8063986c5f6811610070578063986c5f68146100d8578063b22dc54d146100e0578063b67689da146100e8578063d160e4de146100f0578063fa784a44146100f857600080fd5b806305ee8612146100a257806310332977146100c05780631de45560146100c85780638995290f146100d0575b600080fd5b6100aa610100565b6040516100b791906101cb565b60405180910390f35b6100aa61013b565b6100aa61014d565b6100aa61015f565b6100aa610171565b6100aa610183565b6100aa610195565b6100aa6101a7565b6100aa6101b9565b604051603260248201526044015b60408051601f198184030181529190526020810180516001600160e01b0316634e487b7160e01b17905281565b6040516001602482015260440161010e565b6040516021602482015260440161010e565b6040516011602482015260440161010e565b6040516041602482015260440161010e565b6040516031602482015260440161010e565b6040516051602482015260440161010e565b6040516022602482015260440161010e565b6040516012602482015260440161010e565b600060208083528351808285015260005b818110156101f8578581018301518582016040015282016101dc565b506000604082860101526040601f19601f830116850101925050509291505056fea264697066735822122029ecd3b13ffaabc4600396e823f1fbdc93e71c393379ce14557cd777aae238d664736f6c63430008130033",
- "sourceMap": "162:850:1:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;740:85;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;185:86;;;:::i;461:91::-;;;:::i;277:87::-;;;:::i;831:88::-;;;:::i;654:80::-;;;:::i;925:84::-;;;:::i;558:90::-;;;:::i;370:85::-;;;:::i;740:::-;778:47;;820:4;778:47;;;726:36:3;699:18;;778:47:1;;;;-1:-1:-1;;778:47:1;;;;;;;;;;;;;;-1:-1:-1;;;;;778:47:1;-1:-1:-1;;;778:47:1;;;740:85;:::o;185:86::-;224:47;;266:4;224:47;;;726:36:3;699:18;;224:47:1;573:195:3;461:91:1;505:47;;547:4;505:47;;;726:36:3;699:18;;505:47:1;573:195:3;277:87:1;317:47;;359:4;317:47;;;726:36:3;699:18;;317:47:1;573:195:3;831:88:1;872:47;;914:4;872:47;;;726:36:3;699:18;;872:47:1;573:195:3;654:80:1;687:47;;729:4;687:47;;;726:36:3;699:18;;687:47:1;573:195:3;925:84:1;962:47;;1004:4;962:47;;;726:36:3;699:18;;962:47:1;573:195:3;558:90:1;601:47;;643:4;601:47;;;726:36:3;699:18;;601:47:1;573:195:3;370:85:1;408:47;;450:4;408:47;;;726:36:3;699:18;;408:47:1;573:195:3;14:554;132:4;161:2;190;179:9;172:21;222:6;216:13;265:6;260:2;249:9;245:18;238:34;290:1;300:140;314:6;311:1;308:13;300:140;;;409:14;;;405:23;;399:30;375:17;;;394:2;371:26;364:66;329:10;;300:140;;;304:3;489:1;484:2;475:6;464:9;460:22;456:31;449:42;559:2;552;548:7;543:2;535:6;531:15;527:29;516:9;512:45;508:54;500:62;;;;14:554;;;;:::o",
- "linkReferences": {}
- },
- "methodIdentifiers": {
- "arithmeticError()": "8995290f",
- "assertionError()": "10332977",
- "divisionError()": "fa784a44",
- "encodeStorageError()": "d160e4de",
- "enumConversionError()": "1de45560",
- "indexOOBError()": "05ee8612",
- "memOverflowError()": "986c5f68",
- "popError()": "b22dc54d",
- "zeroVarError()": "b67689da"
- },
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.19+commit.7dd6d404\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"arithmeticError\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"assertionError\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"divisionError\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"encodeStorageError\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"enumConversionError\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"indexOOBError\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"memOverflowError\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"popError\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"zeroVarError\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"lib/forge-std/src/StdError.sol\":\"stdError\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[\":@openzeppelin/=node_modules/@openzeppelin/\",\":@prb/=node_modules/@prb/\",\":@sablier/=node_modules/@sablier/\",\":ds-test/=lib/forge-std/lib/ds-test/src/\",\":eth-gas-reporter/=node_modules/eth-gas-reporter/\",\":forge-std/=lib/forge-std/src/\",\":hardhat-deploy/=node_modules/hardhat-deploy/\",\":hardhat/=node_modules/hardhat/\"]},\"sources\":{\"lib/forge-std/src/StdError.sol\":{\"keccak256\":\"0xbf477b11a42d7611696956546bcfaa29317d1166bf65e402344599c05943fc77\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bc2e117d1135e030862b96a6526a43feb38d396cc79857f1fb696d4eff0e5fd6\",\"dweb:/ipfs/QmdSuQ5RrQudTLsNmWXGEeVJX8gR5U9XPm6m4dwwuQnJrj\"]}},\"version\":1}",
- "metadata": {
- "compiler": {
- "version": "0.8.19+commit.7dd6d404"
- },
- "language": "Solidity",
- "output": {
- "abi": [
- {
- "inputs": [],
- "stateMutability": "view",
- "type": "function",
- "name": "arithmeticError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ]
- },
- {
- "inputs": [],
- "stateMutability": "view",
- "type": "function",
- "name": "assertionError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ]
- },
- {
- "inputs": [],
- "stateMutability": "view",
- "type": "function",
- "name": "divisionError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ]
- },
- {
- "inputs": [],
- "stateMutability": "view",
- "type": "function",
- "name": "encodeStorageError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ]
- },
- {
- "inputs": [],
- "stateMutability": "view",
- "type": "function",
- "name": "enumConversionError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ]
- },
- {
- "inputs": [],
- "stateMutability": "view",
- "type": "function",
- "name": "indexOOBError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ]
- },
- {
- "inputs": [],
- "stateMutability": "view",
- "type": "function",
- "name": "memOverflowError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ]
- },
- {
- "inputs": [],
- "stateMutability": "view",
- "type": "function",
- "name": "popError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ]
- },
- {
- "inputs": [],
- "stateMutability": "view",
- "type": "function",
- "name": "zeroVarError",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ]
- }
- ],
- "devdoc": {
- "kind": "dev",
- "methods": {},
- "version": 1
- },
- "userdoc": {
- "kind": "user",
- "methods": {},
- "version": 1
- }
- },
- "settings": {
- "remappings": [
- "@openzeppelin/=node_modules/@openzeppelin/",
- "@prb/=node_modules/@prb/",
- "@sablier/=node_modules/@sablier/",
- "ds-test/=lib/forge-std/lib/ds-test/src/",
- "eth-gas-reporter/=node_modules/eth-gas-reporter/",
- "forge-std/=lib/forge-std/src/",
- "hardhat-deploy/=node_modules/hardhat-deploy/",
- "hardhat/=node_modules/hardhat/"
- ],
- "optimizer": {
- "enabled": true,
- "runs": 200
- },
- "metadata": {
- "bytecodeHash": "ipfs"
- },
- "compilationTarget": {
- "lib/forge-std/src/StdError.sol": "stdError"
- },
- "libraries": {}
- },
- "sources": {
- "lib/forge-std/src/StdError.sol": {
- "keccak256": "0xbf477b11a42d7611696956546bcfaa29317d1166bf65e402344599c05943fc77",
- "urls": [
- "bzz-raw://bc2e117d1135e030862b96a6526a43feb38d396cc79857f1fb696d4eff0e5fd6",
- "dweb:/ipfs/QmdSuQ5RrQudTLsNmWXGEeVJX8gR5U9XPm6m4dwwuQnJrj"
- ],
- "license": "MIT"
- }
- },
- "version": 1
- },
- "ast": {
- "absolutePath": "lib/forge-std/src/StdError.sol",
- "id": 127,
- "exportedSymbols": {
- "stdError": [
- 126
- ]
- },
- "nodeType": "SourceUnit",
- "src": "129:884:1",
- "nodes": [
- {
- "id": 62,
- "nodeType": "PragmaDirective",
- "src": "129:31:1",
- "nodes": [],
- "literals": [
- "solidity",
- ">=",
- "0.6",
- ".2",
- "<",
- "0.9",
- ".0"
- ]
- },
- {
- "id": 126,
- "nodeType": "ContractDefinition",
- "src": "162:850:1",
- "nodes": [
- {
- "id": 69,
- "nodeType": "VariableDeclaration",
- "src": "185:86:1",
- "nodes": [],
- "constant": true,
- "functionSelector": "10332977",
- "mutability": "constant",
- "name": "assertionError",
- "nameLocation": "207:14:1",
- "scope": 126,
- "stateVariable": true,
- "storageLocation": "default",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes"
- },
- "typeName": {
- "id": 63,
- "name": "bytes",
- "nodeType": "ElementaryTypeName",
- "src": "185:5:1",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_storage_ptr",
- "typeString": "bytes"
- }
- },
- "value": {
- "arguments": [
- {
- "hexValue": "50616e69632875696e7432353629",
- "id": 66,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "string",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "248:16:1",
- "typeDescriptions": {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- "value": "Panic(uint256)"
- },
- {
- "hexValue": "30783031",
- "id": 67,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "number",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "266:4:1",
- "typeDescriptions": {
- "typeIdentifier": "t_rational_1_by_1",
- "typeString": "int_const 1"
- },
- "value": "0x01"
- }
- ],
- "expression": {
- "argumentTypes": [
- {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- {
- "typeIdentifier": "t_rational_1_by_1",
- "typeString": "int_const 1"
- }
- ],
- "expression": {
- "id": 64,
- "name": "abi",
- "nodeType": "Identifier",
- "overloadedDeclarations": [],
- "referencedDeclaration": -1,
- "src": "224:3:1",
- "typeDescriptions": {
- "typeIdentifier": "t_magic_abi",
- "typeString": "abi"
- }
- },
- "id": 65,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "lValueRequested": false,
- "memberLocation": "228:19:1",
- "memberName": "encodeWithSignature",
- "nodeType": "MemberAccess",
- "src": "224:23:1",
- "typeDescriptions": {
- "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$",
- "typeString": "function (string memory) pure returns (bytes memory)"
- }
- },
- "id": 68,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "functionCall",
- "lValueRequested": false,
- "nameLocations": [],
- "names": [],
- "nodeType": "FunctionCall",
- "src": "224:47:1",
- "tryCall": false,
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes memory"
- }
- },
- "visibility": "public"
- },
- {
- "id": 76,
- "nodeType": "VariableDeclaration",
- "src": "277:87:1",
- "nodes": [],
- "constant": true,
- "functionSelector": "8995290f",
- "mutability": "constant",
- "name": "arithmeticError",
- "nameLocation": "299:15:1",
- "scope": 126,
- "stateVariable": true,
- "storageLocation": "default",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes"
- },
- "typeName": {
- "id": 70,
- "name": "bytes",
- "nodeType": "ElementaryTypeName",
- "src": "277:5:1",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_storage_ptr",
- "typeString": "bytes"
- }
- },
- "value": {
- "arguments": [
- {
- "hexValue": "50616e69632875696e7432353629",
- "id": 73,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "string",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "341:16:1",
- "typeDescriptions": {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- "value": "Panic(uint256)"
- },
- {
- "hexValue": "30783131",
- "id": 74,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "number",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "359:4:1",
- "typeDescriptions": {
- "typeIdentifier": "t_rational_17_by_1",
- "typeString": "int_const 17"
- },
- "value": "0x11"
- }
- ],
- "expression": {
- "argumentTypes": [
- {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- {
- "typeIdentifier": "t_rational_17_by_1",
- "typeString": "int_const 17"
- }
- ],
- "expression": {
- "id": 71,
- "name": "abi",
- "nodeType": "Identifier",
- "overloadedDeclarations": [],
- "referencedDeclaration": -1,
- "src": "317:3:1",
- "typeDescriptions": {
- "typeIdentifier": "t_magic_abi",
- "typeString": "abi"
- }
- },
- "id": 72,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "lValueRequested": false,
- "memberLocation": "321:19:1",
- "memberName": "encodeWithSignature",
- "nodeType": "MemberAccess",
- "src": "317:23:1",
- "typeDescriptions": {
- "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$",
- "typeString": "function (string memory) pure returns (bytes memory)"
- }
- },
- "id": 75,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "functionCall",
- "lValueRequested": false,
- "nameLocations": [],
- "names": [],
- "nodeType": "FunctionCall",
- "src": "317:47:1",
- "tryCall": false,
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes memory"
- }
- },
- "visibility": "public"
- },
- {
- "id": 83,
- "nodeType": "VariableDeclaration",
- "src": "370:85:1",
- "nodes": [],
- "constant": true,
- "functionSelector": "fa784a44",
- "mutability": "constant",
- "name": "divisionError",
- "nameLocation": "392:13:1",
- "scope": 126,
- "stateVariable": true,
- "storageLocation": "default",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes"
- },
- "typeName": {
- "id": 77,
- "name": "bytes",
- "nodeType": "ElementaryTypeName",
- "src": "370:5:1",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_storage_ptr",
- "typeString": "bytes"
- }
- },
- "value": {
- "arguments": [
- {
- "hexValue": "50616e69632875696e7432353629",
- "id": 80,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "string",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "432:16:1",
- "typeDescriptions": {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- "value": "Panic(uint256)"
- },
- {
- "hexValue": "30783132",
- "id": 81,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "number",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "450:4:1",
- "typeDescriptions": {
- "typeIdentifier": "t_rational_18_by_1",
- "typeString": "int_const 18"
- },
- "value": "0x12"
- }
- ],
- "expression": {
- "argumentTypes": [
- {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- {
- "typeIdentifier": "t_rational_18_by_1",
- "typeString": "int_const 18"
- }
- ],
- "expression": {
- "id": 78,
- "name": "abi",
- "nodeType": "Identifier",
- "overloadedDeclarations": [],
- "referencedDeclaration": -1,
- "src": "408:3:1",
- "typeDescriptions": {
- "typeIdentifier": "t_magic_abi",
- "typeString": "abi"
- }
- },
- "id": 79,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "lValueRequested": false,
- "memberLocation": "412:19:1",
- "memberName": "encodeWithSignature",
- "nodeType": "MemberAccess",
- "src": "408:23:1",
- "typeDescriptions": {
- "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$",
- "typeString": "function (string memory) pure returns (bytes memory)"
- }
- },
- "id": 82,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "functionCall",
- "lValueRequested": false,
- "nameLocations": [],
- "names": [],
- "nodeType": "FunctionCall",
- "src": "408:47:1",
- "tryCall": false,
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes memory"
- }
- },
- "visibility": "public"
- },
- {
- "id": 90,
- "nodeType": "VariableDeclaration",
- "src": "461:91:1",
- "nodes": [],
- "constant": true,
- "functionSelector": "1de45560",
- "mutability": "constant",
- "name": "enumConversionError",
- "nameLocation": "483:19:1",
- "scope": 126,
- "stateVariable": true,
- "storageLocation": "default",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes"
- },
- "typeName": {
- "id": 84,
- "name": "bytes",
- "nodeType": "ElementaryTypeName",
- "src": "461:5:1",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_storage_ptr",
- "typeString": "bytes"
- }
- },
- "value": {
- "arguments": [
- {
- "hexValue": "50616e69632875696e7432353629",
- "id": 87,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "string",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "529:16:1",
- "typeDescriptions": {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- "value": "Panic(uint256)"
- },
- {
- "hexValue": "30783231",
- "id": 88,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "number",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "547:4:1",
- "typeDescriptions": {
- "typeIdentifier": "t_rational_33_by_1",
- "typeString": "int_const 33"
- },
- "value": "0x21"
- }
- ],
- "expression": {
- "argumentTypes": [
- {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- {
- "typeIdentifier": "t_rational_33_by_1",
- "typeString": "int_const 33"
- }
- ],
- "expression": {
- "id": 85,
- "name": "abi",
- "nodeType": "Identifier",
- "overloadedDeclarations": [],
- "referencedDeclaration": -1,
- "src": "505:3:1",
- "typeDescriptions": {
- "typeIdentifier": "t_magic_abi",
- "typeString": "abi"
- }
- },
- "id": 86,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "lValueRequested": false,
- "memberLocation": "509:19:1",
- "memberName": "encodeWithSignature",
- "nodeType": "MemberAccess",
- "src": "505:23:1",
- "typeDescriptions": {
- "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$",
- "typeString": "function (string memory) pure returns (bytes memory)"
- }
- },
- "id": 89,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "functionCall",
- "lValueRequested": false,
- "nameLocations": [],
- "names": [],
- "nodeType": "FunctionCall",
- "src": "505:47:1",
- "tryCall": false,
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes memory"
- }
- },
- "visibility": "public"
- },
- {
- "id": 97,
- "nodeType": "VariableDeclaration",
- "src": "558:90:1",
- "nodes": [],
- "constant": true,
- "functionSelector": "d160e4de",
- "mutability": "constant",
- "name": "encodeStorageError",
- "nameLocation": "580:18:1",
- "scope": 126,
- "stateVariable": true,
- "storageLocation": "default",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes"
- },
- "typeName": {
- "id": 91,
- "name": "bytes",
- "nodeType": "ElementaryTypeName",
- "src": "558:5:1",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_storage_ptr",
- "typeString": "bytes"
- }
- },
- "value": {
- "arguments": [
- {
- "hexValue": "50616e69632875696e7432353629",
- "id": 94,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "string",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "625:16:1",
- "typeDescriptions": {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- "value": "Panic(uint256)"
- },
- {
- "hexValue": "30783232",
- "id": 95,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "number",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "643:4:1",
- "typeDescriptions": {
- "typeIdentifier": "t_rational_34_by_1",
- "typeString": "int_const 34"
- },
- "value": "0x22"
- }
- ],
- "expression": {
- "argumentTypes": [
- {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- {
- "typeIdentifier": "t_rational_34_by_1",
- "typeString": "int_const 34"
- }
- ],
- "expression": {
- "id": 92,
- "name": "abi",
- "nodeType": "Identifier",
- "overloadedDeclarations": [],
- "referencedDeclaration": -1,
- "src": "601:3:1",
- "typeDescriptions": {
- "typeIdentifier": "t_magic_abi",
- "typeString": "abi"
- }
- },
- "id": 93,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "lValueRequested": false,
- "memberLocation": "605:19:1",
- "memberName": "encodeWithSignature",
- "nodeType": "MemberAccess",
- "src": "601:23:1",
- "typeDescriptions": {
- "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$",
- "typeString": "function (string memory) pure returns (bytes memory)"
- }
- },
- "id": 96,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "functionCall",
- "lValueRequested": false,
- "nameLocations": [],
- "names": [],
- "nodeType": "FunctionCall",
- "src": "601:47:1",
- "tryCall": false,
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes memory"
- }
- },
- "visibility": "public"
- },
- {
- "id": 104,
- "nodeType": "VariableDeclaration",
- "src": "654:80:1",
- "nodes": [],
- "constant": true,
- "functionSelector": "b22dc54d",
- "mutability": "constant",
- "name": "popError",
- "nameLocation": "676:8:1",
- "scope": 126,
- "stateVariable": true,
- "storageLocation": "default",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes"
- },
- "typeName": {
- "id": 98,
- "name": "bytes",
- "nodeType": "ElementaryTypeName",
- "src": "654:5:1",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_storage_ptr",
- "typeString": "bytes"
- }
- },
- "value": {
- "arguments": [
- {
- "hexValue": "50616e69632875696e7432353629",
- "id": 101,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "string",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "711:16:1",
- "typeDescriptions": {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- "value": "Panic(uint256)"
- },
- {
- "hexValue": "30783331",
- "id": 102,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "number",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "729:4:1",
- "typeDescriptions": {
- "typeIdentifier": "t_rational_49_by_1",
- "typeString": "int_const 49"
- },
- "value": "0x31"
- }
- ],
- "expression": {
- "argumentTypes": [
- {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- {
- "typeIdentifier": "t_rational_49_by_1",
- "typeString": "int_const 49"
- }
- ],
- "expression": {
- "id": 99,
- "name": "abi",
- "nodeType": "Identifier",
- "overloadedDeclarations": [],
- "referencedDeclaration": -1,
- "src": "687:3:1",
- "typeDescriptions": {
- "typeIdentifier": "t_magic_abi",
- "typeString": "abi"
- }
- },
- "id": 100,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "lValueRequested": false,
- "memberLocation": "691:19:1",
- "memberName": "encodeWithSignature",
- "nodeType": "MemberAccess",
- "src": "687:23:1",
- "typeDescriptions": {
- "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$",
- "typeString": "function (string memory) pure returns (bytes memory)"
- }
- },
- "id": 103,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "functionCall",
- "lValueRequested": false,
- "nameLocations": [],
- "names": [],
- "nodeType": "FunctionCall",
- "src": "687:47:1",
- "tryCall": false,
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes memory"
- }
- },
- "visibility": "public"
- },
- {
- "id": 111,
- "nodeType": "VariableDeclaration",
- "src": "740:85:1",
- "nodes": [],
- "constant": true,
- "functionSelector": "05ee8612",
- "mutability": "constant",
- "name": "indexOOBError",
- "nameLocation": "762:13:1",
- "scope": 126,
- "stateVariable": true,
- "storageLocation": "default",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes"
- },
- "typeName": {
- "id": 105,
- "name": "bytes",
- "nodeType": "ElementaryTypeName",
- "src": "740:5:1",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_storage_ptr",
- "typeString": "bytes"
- }
- },
- "value": {
- "arguments": [
- {
- "hexValue": "50616e69632875696e7432353629",
- "id": 108,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "string",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "802:16:1",
- "typeDescriptions": {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- "value": "Panic(uint256)"
- },
- {
- "hexValue": "30783332",
- "id": 109,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "number",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "820:4:1",
- "typeDescriptions": {
- "typeIdentifier": "t_rational_50_by_1",
- "typeString": "int_const 50"
- },
- "value": "0x32"
- }
- ],
- "expression": {
- "argumentTypes": [
- {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- {
- "typeIdentifier": "t_rational_50_by_1",
- "typeString": "int_const 50"
- }
- ],
- "expression": {
- "id": 106,
- "name": "abi",
- "nodeType": "Identifier",
- "overloadedDeclarations": [],
- "referencedDeclaration": -1,
- "src": "778:3:1",
- "typeDescriptions": {
- "typeIdentifier": "t_magic_abi",
- "typeString": "abi"
- }
- },
- "id": 107,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "lValueRequested": false,
- "memberLocation": "782:19:1",
- "memberName": "encodeWithSignature",
- "nodeType": "MemberAccess",
- "src": "778:23:1",
- "typeDescriptions": {
- "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$",
- "typeString": "function (string memory) pure returns (bytes memory)"
- }
- },
- "id": 110,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "functionCall",
- "lValueRequested": false,
- "nameLocations": [],
- "names": [],
- "nodeType": "FunctionCall",
- "src": "778:47:1",
- "tryCall": false,
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes memory"
- }
- },
- "visibility": "public"
- },
- {
- "id": 118,
- "nodeType": "VariableDeclaration",
- "src": "831:88:1",
- "nodes": [],
- "constant": true,
- "functionSelector": "986c5f68",
- "mutability": "constant",
- "name": "memOverflowError",
- "nameLocation": "853:16:1",
- "scope": 126,
- "stateVariable": true,
- "storageLocation": "default",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes"
- },
- "typeName": {
- "id": 112,
- "name": "bytes",
- "nodeType": "ElementaryTypeName",
- "src": "831:5:1",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_storage_ptr",
- "typeString": "bytes"
- }
- },
- "value": {
- "arguments": [
- {
- "hexValue": "50616e69632875696e7432353629",
- "id": 115,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "string",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "896:16:1",
- "typeDescriptions": {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- "value": "Panic(uint256)"
- },
- {
- "hexValue": "30783431",
- "id": 116,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "number",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "914:4:1",
- "typeDescriptions": {
- "typeIdentifier": "t_rational_65_by_1",
- "typeString": "int_const 65"
- },
- "value": "0x41"
- }
- ],
- "expression": {
- "argumentTypes": [
- {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- {
- "typeIdentifier": "t_rational_65_by_1",
- "typeString": "int_const 65"
- }
- ],
- "expression": {
- "id": 113,
- "name": "abi",
- "nodeType": "Identifier",
- "overloadedDeclarations": [],
- "referencedDeclaration": -1,
- "src": "872:3:1",
- "typeDescriptions": {
- "typeIdentifier": "t_magic_abi",
- "typeString": "abi"
- }
- },
- "id": 114,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "lValueRequested": false,
- "memberLocation": "876:19:1",
- "memberName": "encodeWithSignature",
- "nodeType": "MemberAccess",
- "src": "872:23:1",
- "typeDescriptions": {
- "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$",
- "typeString": "function (string memory) pure returns (bytes memory)"
- }
- },
- "id": 117,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "functionCall",
- "lValueRequested": false,
- "nameLocations": [],
- "names": [],
- "nodeType": "FunctionCall",
- "src": "872:47:1",
- "tryCall": false,
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes memory"
- }
- },
- "visibility": "public"
- },
- {
- "id": 125,
- "nodeType": "VariableDeclaration",
- "src": "925:84:1",
- "nodes": [],
- "constant": true,
- "functionSelector": "b67689da",
- "mutability": "constant",
- "name": "zeroVarError",
- "nameLocation": "947:12:1",
- "scope": 126,
- "stateVariable": true,
- "storageLocation": "default",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes"
- },
- "typeName": {
- "id": 119,
- "name": "bytes",
- "nodeType": "ElementaryTypeName",
- "src": "925:5:1",
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_storage_ptr",
- "typeString": "bytes"
- }
- },
- "value": {
- "arguments": [
- {
- "hexValue": "50616e69632875696e7432353629",
- "id": 122,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "string",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "986:16:1",
- "typeDescriptions": {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- "value": "Panic(uint256)"
- },
- {
- "hexValue": "30783531",
- "id": 123,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "number",
- "lValueRequested": false,
- "nodeType": "Literal",
- "src": "1004:4:1",
- "typeDescriptions": {
- "typeIdentifier": "t_rational_81_by_1",
- "typeString": "int_const 81"
- },
- "value": "0x51"
- }
- ],
- "expression": {
- "argumentTypes": [
- {
- "typeIdentifier": "t_stringliteral_4e487b71539e0164c9d29506cc725e49342bcac15e0927282bf30fedfe1c7268",
- "typeString": "literal_string \"Panic(uint256)\""
- },
- {
- "typeIdentifier": "t_rational_81_by_1",
- "typeString": "int_const 81"
- }
- ],
- "expression": {
- "id": 120,
- "name": "abi",
- "nodeType": "Identifier",
- "overloadedDeclarations": [],
- "referencedDeclaration": -1,
- "src": "962:3:1",
- "typeDescriptions": {
- "typeIdentifier": "t_magic_abi",
- "typeString": "abi"
- }
- },
- "id": 121,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "lValueRequested": false,
- "memberLocation": "966:19:1",
- "memberName": "encodeWithSignature",
- "nodeType": "MemberAccess",
- "src": "962:23:1",
- "typeDescriptions": {
- "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$",
- "typeString": "function (string memory) pure returns (bytes memory)"
- }
- },
- "id": 124,
- "isConstant": false,
- "isLValue": false,
- "isPure": true,
- "kind": "functionCall",
- "lValueRequested": false,
- "nameLocations": [],
- "names": [],
- "nodeType": "FunctionCall",
- "src": "962:47:1",
- "tryCall": false,
- "typeDescriptions": {
- "typeIdentifier": "t_bytes_memory_ptr",
- "typeString": "bytes memory"
- }
- },
- "visibility": "public"
- }
- ],
- "abstract": false,
- "baseContracts": [],
- "canonicalName": "stdError",
- "contractDependencies": [],
- "contractKind": "library",
- "fullyImplemented": true,
- "linearizedBaseContracts": [
- 126
- ],
- "name": "stdError",
- "nameLocation": "170:8:1",
- "scope": 127,
- "usedErrors": []
- }
- ],
- "license": "MIT"
- },
- "id": 1
- }
|