mirror of https://github.com/crytic/slither
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.
31 lines
790 B
31 lines
790 B
[
|
|
{
|
|
"check": "low-level-calls",
|
|
"expressions": [
|
|
{
|
|
"expression": "_receiver.call.value(msg.value).gas(7777)()",
|
|
"source_mapping": {
|
|
"filename": "tests/low_level_calls.sol",
|
|
"length": 43,
|
|
"lines": [
|
|
6
|
|
],
|
|
"start": 100
|
|
}
|
|
}
|
|
],
|
|
"function": {
|
|
"name": "send",
|
|
"source_mapping": {
|
|
"filename": "tests/low_level_calls.sol",
|
|
"length": 101,
|
|
"lines": [
|
|
5,
|
|
6,
|
|
7
|
|
],
|
|
"start": 49
|
|
}
|
|
}
|
|
}
|
|
] |