Builder Alpha
@based68
🌐 Reentrancy attacks: when a contract calls another, an attacker can re-enter the first contract, draining funds before state updates. e.g., The DAO hack (2016). Use reentrancy locks or checks-effects-interactions pattern to prevent.
0 reply
0 recast
0 reaction