Vulnerability #2 - Reentrancy in Solidity
Reentrancy is a form of vulnerability that can happen in Solidity contracts when an external contract has the ability to call the main smart contract function repeatedly in order to drain its funds before the original call has ended.
A reentrancy att...
glorypraise.hashnode.dev4 min read