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/constant.constant-function....

62 lines
1.4 KiB

[
{
"contains_assembly": false,
"contract": "Constant",
"filename": "tests/constant.sol",
"function_name": "test_constant_bug",
"sourceMapping": {
"filename": "tests/constant.sol",
"length": 66,
"lines": [
9,
10,
11
],
"start": 113
},
"varsWritten": [
"a"
],
"vuln": "ConstFunction"
},
{
"contains_assembly": false,
"contract": "Constant",
"filename": "tests/constant.sol",
"function_name": "test_view_bug",
"sourceMapping": {
"filename": "tests/constant.sol",
"length": 58,
"lines": [
5,
6,
7
],
"start": 45
},
"varsWritten": [
"a"
],
"vuln": "ConstFunction"
},
{
"contains_assembly": true,
"contract": "Constant",
"filename": "tests/constant.sol",
"function_name": "test_assembly_bug",
"sourceMapping": [
{
"filename": "tests/constant.sol",
"length": 66,
"lines": [
22,
23,
24
],
"start": 324
}
],
"varsWritten": [],
"vuln": "ConstFunction"
}
]