Insights, vulnerabilities, strategies & reflections from my journey as a smart contract auditor.
The audit revealed 1 High, 3 Medium, and 4 Low-severity issues, along with gas optimizations that reduced costs by 15β20%.
π Read Article
I added missing revert checks to the ERC20.transfer()
function in Solmate, improving both safety and gas efficiency using custom errors.
This marks my first real-world open-source contribution in smart contract auditing!
A practical breakdown of how reentrancy exploits happen, with live code examples, mitigation techniques, and real-world hack analysis.
π Read ArticleFrom packing storage to avoiding redundant state changes β learn how to write gas-efficient smart contracts that save cost and improve performance.
π Read ArticleMy step-by-step thought process when reading real-world contracts to uncover hidden bugs, even when they're not obvious.
π Read ArticleNew blogs are written alongside my learning and audits. Stay tuned for deep dives into delegatecall, access control issues, and more.
π In Progress