mirror of https://github.com/ConsenSys/mythril
blockchainethereumsmart-contractssoliditysecurityprogram-analysissecurity-analysissymbolic-execution
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.
54 lines
1.9 KiB
54 lines
1.9 KiB
{
|
|
"error": null,
|
|
"issues": [
|
|
{
|
|
"address": 626,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "The return value of an external call is not checked. Note that execution continue even if the called contract throws.",
|
|
"function": "_function_0x141f32ff",
|
|
"swc-id": "104",
|
|
"min_gas_used": 1104,
|
|
"max_gas_used": 35856,
|
|
"title": "Unchecked CALL return value",
|
|
"type": "Informational"
|
|
},
|
|
{
|
|
"address": 857,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "The return value of an external call is not checked. Note that execution continue even if the called contract throws.",
|
|
"function": "_function_0x9b58bc26",
|
|
"swc-id": "104",
|
|
"min_gas_used": 1167,
|
|
"max_gas_used": 35919,
|
|
"title": "Unchecked CALL return value",
|
|
"type": "Informational"
|
|
},
|
|
{
|
|
"address": 1038,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "This contract executes a message call to an address provided as a function argument. Generally, it is not recommended to call user-supplied addresses using Solidity's call() construct. Note that attackers might leverage reentrancy attacks to exploit race conditions or manipulate this contract's state.",
|
|
"function": "_function_0xeea4c864",
|
|
"swc-id": "107",
|
|
"min_gas_used": 477,
|
|
"max_gas_used": 1229,
|
|
"title": "Message call to external contract",
|
|
"type": "Warning"
|
|
},
|
|
{
|
|
"address": 1046,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "The return value of an external call is not checked. Note that execution continue even if the called contract throws.",
|
|
"function": "_function_0xeea4c864",
|
|
"swc-id": "104",
|
|
"min_gas_used": 1192,
|
|
"max_gas_used": 35944,
|
|
"title": "Unchecked CALL return value",
|
|
"type": "Informational"
|
|
}
|
|
],
|
|
"success": true
|
|
}
|
|
|