Solidity simple contract for withdrawing balance
I wrote a solidity contract for withdrawing balance of cantract. May someone tell if its working. withdrawSafe should prevent reentrancy attack, but i don`t know if it is. Just check if everything is okay, and please suggest how to improve it. Could have done some stupid mistakes.