OEOladipo Evangelinoladipoevangel.hashnode.dev·Mar 23, 2024 · 6 min readUnderstanding Reentrancy in smart contractsWhat is reentrancy vulnerability? This is a common vulnerability in smart contracts where contracts can be exploited by making a function repeatedly perform an action without updating or making the required state changes. Imagine being able to withdr...00