Home / Vulnerability Database / Solidity : Unchecked low-level call
Solidity

Solidity : Unchecked low-level call

Overview

Expect calls to external contract to fail. When sending ether, check for the return value and handle errors. The recommended way of doing ether transfers is transfer.

References

CRITICAL

DerScanner Severity Score

Do you want to fix Solidity : Unchecked low-level call 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