Photo by Alexander Grey on Unsplash

Smart contracts vulnerability explained : Unchecked send

Simon Busch

--

The unchecked send vulnerability is a security issue that can arise in smart contracts written in Solidity, the programming language used for Ethereum. The vulnerability occurs when a contract’s functions do not properly check the return value of the built-in transfer() or send() function before proceeding, potentially leading to unexpected behavior and losses of ether.

--

--

Simon Busch

Full Stack JS/TS @code4rena building the future of smart contract auditing. Solidity/blockchain security learner 🚀