Pepe Trump Hack

TOTAL LOST $38K
Low Rugpull

Summarize with AI

Affected Chain 2026 Incident surface
Recovered - No recovery reported
All-Time Rank #1763 By amount stolen
Protocol Type Exit Scam/Rugpull Target category

Incident Overview

On June 30, 2026, the Pepe Trump ($PEPETrump) project on the BNB Chain executed a malicious rug pull, draining approximately $38,500 from its primary PancakeSwap liquidity pool.

The rug pull was orchestrated via a pre-programmed backdoor embedded in the token's non-standard architecture. The PEPEToken contract overrode the standard ERC-20 balanceOf() function, delegating all balance queries to an external, upgradeable contract named LockupContractFactory.

Immediately before the drain, the deployers upgraded the LockupContractFactory logic to introduce a malicious function selector (0x801425e6). This allowed the attacker to inject arbitrary state variables and manipulate the balance records returned for the PancakePair address. By spoofing the pool's internal token tracking, the deployers cleanly skewed the AMM pricing logic and siphoned out the paired liquidity into the hacker's wallet.

Vulnerable Token Contract: 0xc8168896…7Cd17f

Incident Report

Protocol / Project Pepe Trump
Date of Incident
Attack Technique Rugpull
Classification Token
Primary Source View Post-Mortem

Protocol Information

Protocol Type Exit Scam/Rugpull
Team Anonymous
Source Code Unverified

What the Attacker Needed to Succeed

Understanding the prerequisites for this type of attack helps auditors identify protocols that are most at risk and helps developers build better defenses.

Technical Knowledge Deep understanding of rugpull and Solidity and EVM internals
Capital Required Seed capital to cover gas and initial position setup
On-Chain Access Ability to interact with smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in Pepe Trump's contract logic - root cause: token
Execution Speed Precise transaction ordering and timing to exploit the vulnerability within a single atomic block
Obfuscation Plan A strategy to launder and move stolen funds - typically through mixers, cross-chain bridges, or decentralized DEX swaps to resist tracing

What Auditors Should Check

Could this have been caught in audit? Hard to catch — private key / OpSec failures are outside smart contract audit scope

If you're auditing a protocol with similar architecture to Pepe Trump, these are the critical security checks that could have prevented this incident (June 2026).

  • Verify all logic paths related to Rugpull are guarded by proper access controls and input validation
  • Review privileged functions (owner, admin, governance) for potential abuse vectors - centralization risks should be documented and bounded with timelocks or multi-sigs

Master these auditing techniques with hands-on labs and real exploit scenarios in the Smart Contract Hacking course.

Free Trial

Sources & References

Learn to Prevent the Next Pepe Trump

The Pepe Trump hack is one of many attacks that skilled auditors are trained to detect before deployment. Master real exploit patterns and defense techniques with hands-on Web3 security training.

Recreate exploit patterns safely Free Trial