Sensitive parameter changes or claims have no minimum delay or expiry, enabling abrupt rug-style changes or stale-but-still-valid actions.
function queueFee(uint f) external onlyOwner { pendingFee=f; effAt=block.timestamp+2 days; }
function applyFee() external { require(block.timestamp>=effAt); fee=pendingFee; }
The SaferICO scanner runs 201 detectors over your Solidity source, SAFE-0066 among them. Paste an address or the source itself — a small per-scan fee, shown before you sign, or unlimited on any plan.