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/external_function.external-...

71 lines
1.8 KiB

[
{
"contract": "ContractWithFunctionNotCalled",
"filename": "tests/external_function.sol",
"function": "funcNotCalled",
"sourceMapping": {
"filename": "tests/external_function.sol",
"length": 40,
"lines": [
21,
22,
23
],
"start": 351
},
"vuln": "ExternalFunc"
},
{
"contract": "ContractWithFunctionNotCalled",
"filename": "tests/external_function.sol",
"function": "funcNotCalled2",
"sourceMapping": {
"filename": "tests/external_function.sol",
"length": 41,
"lines": [
17,
18,
19
],
"start": 304
},
"vuln": "ExternalFunc"
},
{
"contract": "ContractWithFunctionNotCalled",
"filename": "tests/external_function.sol",
"function": "funcNotCalled3",
"sourceMapping": {
"filename": "tests/external_function.sol",
"length": 41,
"lines": [
13,
14,
15
],
"start": 257
},
"vuln": "ExternalFunc"
},
{
"contract": "ContractWithFunctionNotCalled2",
"filename": "tests/external_function.sol",
"function": "funcNotCalled",
"sourceMapping": {
"filename": "tests/external_function.sol",
"length": 304,
"lines": [
32,
33,
34,
35,
36,
37,
38,
39
],
"start": 552
},
"vuln": "ExternalFunc"
}
]