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.
66 lines
2.7 KiB
66 lines
2.7 KiB
{
|
|
"error": null,
|
|
"issues": [
|
|
{
|
|
"address": 618,
|
|
"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",
|
|
"max_gas_used": 35865,
|
|
"min_gas_used": 1113,
|
|
"swc-id": "104",
|
|
"title": "Unchecked CALL return value",
|
|
"type": "Informational"
|
|
},
|
|
{
|
|
"address": 618,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "The function `_function_0x141f32ff` uses callcode. Callcode does not persist sender or value over the call. Use delegatecall instead.",
|
|
"function": "_function_0x141f32ff",
|
|
"max_gas_used": 1141,
|
|
"min_gas_used": 389,
|
|
"swc-id": "111",
|
|
"title": "Use of callcode",
|
|
"type": "Warning"
|
|
},
|
|
{
|
|
"address": 849,
|
|
"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",
|
|
"max_gas_used": 35922,
|
|
"min_gas_used": 1170,
|
|
"swc-id": "104",
|
|
"title": "Unchecked CALL return value",
|
|
"type": "Informational"
|
|
},
|
|
{
|
|
"address": 1038,
|
|
"contract": "Unknown",
|
|
"debug": "<DEBUG-DATA>",
|
|
"description": "The contract executes a function call with high gas to a user-supplied address. Note that the callee can contain arbitrary code and may re-enter any function in this contract. Review the business logic carefully to prevent unanticipated effects on the contract state.",
|
|
"function": "_function_0xeea4c864",
|
|
"max_gas_used": 1223,
|
|
"min_gas_used": 471,
|
|
"swc-id": "107",
|
|
"title": "External call to user-supplied address",
|
|
"type": "Warning"
|
|
},
|
|
{
|
|
"address": 1038,
|
|
"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",
|
|
"max_gas_used": 35947,
|
|
"min_gas_used": 1195,
|
|
"swc-id": "104",
|
|
"title": "Unchecked CALL return value",
|
|
"type": "Informational"
|
|
}
|
|
],
|
|
"success": true
|
|
}
|
|
|