solidity/test/libsolidity/ASTJSON/abstract_contract.json

75 lines
1.5 KiB
JSON
Raw Normal View History

2019-09-14 20:56:40 +00:00
{
2019-10-23 20:10:12 +00:00
"absolutePath": "a",
"exportedSymbols":
{
"C":
[
5
]
},
"id": 6,
"nodeType": "SourceUnit",
"nodes":
[
{
"abstract": true,
"baseContracts": [],
2021-09-28 09:05:52 +00:00
"canonicalName": "C",
2019-10-23 20:10:12 +00:00
"contractDependencies": [],
"contractKind": "contract",
"fullyImplemented": true,
"id": 5,
"linearizedBaseContracts":
[
5
],
"name": "C",
2021-02-10 17:40:05 +00:00
"nameLocation": "18:1:1",
2019-10-23 20:10:12 +00:00
"nodeType": "ContractDefinition",
"nodes":
[
{
"body":
{
"id": 3,
"nodeType": "Block",
2020-06-23 12:14:24 +00:00
"src": "37:4:1",
2019-10-23 20:10:12 +00:00
"statements": []
},
"id": 4,
"implemented": true,
"kind": "constructor",
"modifiers": [],
"name": "",
2021-02-10 17:40:05 +00:00
"nameLocation": "-1:-1:-1",
2019-10-23 20:10:12 +00:00
"nodeType": "FunctionDefinition",
"parameters":
{
"id": 1,
"nodeType": "ParameterList",
"parameters": [],
"src": "34:2:1"
},
"returnParameters":
{
"id": 2,
"nodeType": "ParameterList",
"parameters": [],
2020-06-23 12:14:24 +00:00
"src": "37:0:1"
2019-10-23 20:10:12 +00:00
},
"scope": 5,
2020-06-23 12:14:24 +00:00
"src": "23:18:1",
2019-10-23 20:10:12 +00:00
"stateMutability": "nonpayable",
"virtual": false,
2020-06-23 12:14:24 +00:00
"visibility": "internal"
2019-10-23 20:10:12 +00:00
}
],
"scope": 6,
2021-04-15 07:59:59 +00:00
"src": "0:43:1",
"usedErrors": [],
"usedEvents": []
2019-10-23 20:10:12 +00:00
}
],
2020-06-23 12:14:24 +00:00
"src": "0:44:1"
2019-09-14 20:56:40 +00:00
}