StructsΒ§
- Unchecked
Call πChecker - Visitor that detects unchecked low-level calls within function bodies.
- Unchecked
TransferER πC20Checker - Visitor that detects unchecked ERC20 transfer calls within function bodies.
StaticsΒ§
FunctionsΒ§
- is_
erc20_ πtransfer_ call - Checks if an expression is an ERC20
transfer
ortransferFrom
call.function ERC20.transfer(to, amount)
function ERC20.transferFrom(from, to, amount)
- 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.