{ "success": true, "error": null, "issues": [ { "title": "Ether send", "description": "In the function 'withdrawfunds()' a non-zero amount of Ether is sent to msg.sender.\n\nThere is a check on storage index 1. This storage slot can be written to by calling the function 'crowdfunding()'.", "function": "withdrawfunds()", "type": "Warning", "address": 816, "debug": "", "filename": "/inputs/ether_send.sol", "lineno": 18, "code": "msg.sender.transfer(this.balance)" } ] }