How to hack Smart Contracts?
TL;DR: take-aways from hacking smart contracts:
Be careful with the fallback function because anyone can trigger it. Do not implement important functionality, such as changing the smart contract owner.
Make sure to test and use security analysis to...
eda.hashnode.dev11 min read
Dipak kumar Das
Security Researcher
Nice blog