Home / Vulnerability Database / Vyper : Checking for strict balance equality
Vyper

Vyper : Checking for strict balance equality

Overview

The balance is checked for strict equality.

Avoid checking for strict balance equality: an adversary can forcibly send Ether to any address via selfdestruct() function or by mining. Also, Ether can be sent to the precomputed contract’s address.

LOW

DerScanner Severity Score

Do you want to fix Vyper : Checking for strict balance equality in your application?

See also

Vyper

Vyper : ERC-20 approve issue

Vyper

Vyper : Use of as_unitless_number() function

Vyper

Vyper : Timestamp dependence