solidity/test/libsolidity/ASTJSON/assembly/call_legacy.json

121 lines
2.5 KiB
JSON
Raw Normal View History

2019-10-15 10:38:12 +00:00
{
"attributes":
{
"absolutePath": "a",
"exportedSymbols":
{
"C":
[
6
]
2020-04-27 08:28:54 +00:00
}
2019-10-15 10:38:12 +00:00
},
"children":
[
{
"attributes":
{
"abstract": false,
"baseContracts":
[
null
],
"contractDependencies":
[
null
],
"contractKind": "contract",
"fullyImplemented": true,
"linearizedBaseContracts":
[
6
],
"name": "C",
"scope": 7
},
"children":
[
{
"attributes":
{
"functionSelector": "b582ec5f",
2019-10-15 10:38:12 +00:00
"implemented": true,
"isConstructor": false,
"kind": "function",
"modifiers":
[
null
],
"name": "j",
"scope": 6,
"stateMutability": "nonpayable",
"virtual": false,
2019-10-15 10:38:12 +00:00
"visibility": "public"
},
"children":
[
{
"attributes":
{
"parameters":
[
null
]
},
"children": [],
"id": 1,
"name": "ParameterList",
"src": "27:2:1"
},
{
"attributes":
{
"parameters":
[
null
]
},
"children": [],
"id": 2,
"name": "ParameterList",
"src": "37:0:1"
},
{
"children":
[
{
"attributes":
{
2020-01-14 11:46:47 +00:00
"evmVersion": %EVMVERSION%,
2019-10-15 10:38:12 +00:00
"externalReferences":
[
null
],
"operations": "{\n pop(call(0, 1, 2, 3, 4, 5, 6))\n}"
},
"children": [],
"id": 3,
"name": "InlineAssembly",
"src": "47:43:1"
}
],
"id": 4,
"name": "Block",
"src": "37:59:1"
}
],
"id": 5,
"name": "FunctionDefinition",
"src": "17:79:1"
}
],
"id": 6,
"name": "ContractDefinition",
"src": "0:98:1"
}
],
"id": 7,
"name": "SourceUnit",
"src": "0:99:1"
}