Unchecked Blocks in Solidity (Gas Optimization & Security Risks) - THE SANDF
Unchecked Blocks in Solidity (Gas Optimization & Security Risks)
Learn about Solidity's unchecked blocks, their purpose for gas optimization, security trade-offs, and best practices with code examples.
302 words
|
2 minutes
Arithmetic Overflow & Underflow in Solidity (With Examples & Fixes).
Learn Solidity arithmetic overflow and underflow with code examples, version differences, and security fixes. Includes vulnerable <0.8.0 contracts and safe >=0.8.0 implementations.
308 words
|
2 minutes
Thor vs Hulk & Iron Man - Arithmetic Overflow & Underflow in Solidity
Thor challenges Hulk’s rage and Iron Man’s power suit to explain arithmetic overflow & underflow in Solidity. Includes vulnerable code, exploits, and fixes.
1844 words
|
9 minutes
Cover Image of the Post
Doctor Strange vs Dormammu - Reentrancy Exploit in Solidity (CEI Case Study).
Doctor Strange traps Dormammu in a time loop to explain Solidity’s reentrancy exploit. Learn how reentrancy works, how attackers drain treasuries, and how CEI + ReentrancyGuard fix it.
1565 words
|
8 minutes
Cover Image of the Post
1
2