Hacking Smart Contracts
Key Security Takeaways:
Do NOT use tx.origin for authorization
Be careful with using direct mathematical operations
Be VERY careful when using deletgatecall. You are essentially trusting the functions of the called contract.
Beware & careful with ...
eda.hashnode.dev14 min read