Modules ======= *********************************** Delegate Call To Untrusted Contract *********************************** The `delegatecall module `_ detects `SWC-112 (DELEGATECALL to Untrusted Callee) `_. *********************************** Dependence on Predictable Variables *********************************** The `predictable variables module `_ detects `SWC-120 (Weak Randomness) `_ and `SWC-116 (Timestamp Dependence) `_. ****************** Deprecated Opcodes ****************** The `deprecated opcodes module `_ detects `SWC-111 (Use of Deprecated Functions) `_. *********** Ether Thief *********** The `Ether Thief module `_ detects `SWC-105 (Unprotected Ether Withdrawal) `_. ********** Exceptions ********** The `exceptions module `_ detects `SWC-110 (Assert Violation) `_. ************** External Calls ************** The `external calls module `_ detects `SWC-117 (Reentrancy) `_ by detecting state changes after calls to external contracts. ******* Integer ******* The `integer module `_ detects `SWC-101 (Integer Overflow and Underflow) `_. ************** Multiple Sends ************** The `multiple sends module `_ detects `SWC-113 (Denial of Service with Failed Call) `_ by checking for multiple calls or sends in a single transaction. ******* Suicide ******* The `suicide module `_ detects `SWC-106 (Unprotected SELFDESTRUCT) `_. **************************** Transaction Order Dependence **************************** The `transaction order dependence module `_ detects `SWC-114 (Transaction Order Dependence / Race Conditions) `_. **************** Unchecked Retval **************** The `unchecked retval module `_ detects `SWC-104 (Unchecked Call Return Value) `_.