Home / Vulnerability Database / Solidity : Send instead of transfer
Solidity
Solidity : Send instead of transfer
Overview
The send function is called inside checks instead of using transfer.
The recommended way to perform checked ether payments is addr.transfer(x), which automatically throws an exception if the transfer is unsuccessful.
References
LOW
DerScanner Severity Score
Do you want to fix Solidity : Send instead of transfer 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
