Denial-of-Service Attacks on Smart Contracts
Jump to navigation
Jump to search
Denial of Service (DoS) attacks on Smart Contracts involve malicious attempts to disrupt their functionality, often by overwhelming them with excessive transactions or requests, thereby preventing legitimate users from accessing or utilizing the contract's services.
Types of Denial of Service attacks
Denial-of-Service Attack caused by underflow
Denial-of-Service Attack caused by gas limit
Denial-of-Service Attack caused by nonReentrant modifier
Denial-of-Service Attack caused by external call
Denial-of-Service Attack caused by malicious receiver