Home / Vulnerability Database / Solidity : Locked money
Solidity

Solidity : Locked money

Overview

Contracts programmed to receive ether should implement a way to withdraw it, i.e., call transfer (recommended), send, or call.value at least once.

CRITICAL

DerScanner Severity Score

Do you want to fix Solidity : Locked money 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