Home / Vulnerability Database / Solidity : ETH transfer inside the loop
Solidity

Solidity : ETH transfer inside the loop

Overview

ETH is transferred in a loop. If at least one address cannot receive ETH (e.g. it is a contract with default fallback function), the whole transaction will be reverted.

Vulnerability type by SmartDec classification: DoS with revert.

MEDIUM

DerScanner Severity Score

Do you want to fix Solidity : ETH transfer inside the loop in your application?

See also

Solidity

Solidity : Return value of transfer, transferFrom, or approve function of ERC-20 standard is always false.

Solidity

Solidity : Using approve function of the ERC-20 token standard

Solidity

Solidity : ERC-20 transfer should throw