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/expected_json/pragma.0.4.24.pragma.json

27 lines
580 B

[
{
"sourceMapping": [
{
"filename": "tests/pragma.0.4.23.sol",
"length": 24,
"lines": [
1
],
"start": 0
},
{
"filename": "tests/pragma.0.4.24.sol",
"length": 23,
"lines": [
1
],
"start": 0
}
],
"versions": [
"0.4.24",
"^0.4.23"
],
"vuln": "ConstantPragma"
}
]