function withdraw() public { uint contributed = amounts[msg.sender]; amounts[msg.sender] = 0; msg.sender.send(amounts) }