Static Analyzer for Solidity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
slither/tests/old_solc.sol.json

67 lines
883 B

JSON AST:
======= old_solc.sol =======
{
"attributes" :
{
"absolutePath" : "old_solc.sol",
"exportedSymbols" :
{
"Contract" :
[
2
]
}
},
"children" :
[
{
"attributes" :
{
"literals" :
[
"solidity",
"0.4",
".21"
]
},
"id" : 1,
"name" : "PragmaDirective",
"src" : "0:23:0"
},
{
"attributes" :
{
"baseContracts" :
[
null
],
"contractDependencies" :
[
null
],
"contractKind" : "contract",
"documentation" : null,
"fullyImplemented" : true,
"linearizedBaseContracts" :
[
2
],
"name" : "Contract",
"nodes" :
[
null
],
"scope" : 3
},
"id" : 2,
"name" : "ContractDefinition",
"src" : "25:21:0"
}
],
"id" : 3,
"name" : "SourceUnit",
"src" : "0:47:0"
}
======= old_solc.sol:Contract =======