Ashish Kumar Sahoogenashish.hashnode.dev·Jul 5, 2024Guide to Reentrancy Vulnerabilities in Solidity : Attack #02Introduction: A reentrancy attack is a type of vulnerability that can occur in a smart contract, where an attacker exploits the contract by repeatedly calling a function before the initial execution of that function is complete and the state of the c...Smart Contracts
Awais Sajidblackdiamond.hashnode.dev·Sep 13, 2023The bug which cost Ethereum $60 million dollars: Re-entrancy🌟 Unveiling the $60 Million Bug — Re-entrancy Re-entrancy is one of the oldest and trickiest security flaws in smart contracts. It played a big part in the infamous ‘DAO Hack’ of 2016, where hackers managed to steal a mind-boggling 3.6 million ETH, ...reentrancy attack