Module unchecked_calls

Module unchecked_calls 

Source

Structsยง

UncheckedCallChecker ๐Ÿ”’
Visitor that detects unchecked low-level calls within function bodies.

Staticsยง

ERC20_UNCHECKED_TRANSFER
UNCHECKED_CALL

Functionsยง

is_erc20_transfer_call ๐Ÿ”’
Checks if an expression is an ERC20 transfer or transferFrom call.
is_low_level_call ๐Ÿ”’
Checks if an expression is a low-level call that should be checked.
is_unchecked_tuple_assignment ๐Ÿ”’
Checks if a tuple assignment doesnโ€™t properly check the success value.