Pepe - Audit

Ethereum
Audited on 2023/12/23
No active critical issues

Summary

Pepe is here to revive memecoins. Stealth-launched with no presale, zero taxes, LP burned, and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE guide you.

Issues (3)

Low
Medium
High
Critical
Total
Not fixed
----0
Fixed
2-1-3
Total20103
Centralization Risks in PepeToken.sol
fixed/high

In the contract `PepeToken` the role `_owner` has authority over the functions shown in the diagram below. Any compromise to the `_owner` account may allow the hacker to take advantage of this authority and modify the blacklists and rules. ![](https://accelerator-tasks-prod.acc.corp.certik.com/11ee-9f58-be6347e0-8e0a-9baa3c5eb2d1/diagrams/centralization_PepeToken-PepeToken-_owner.svg)
Missing Emit Events
fixed/low

There should always be events emitted in the sensitive functions that are controlled by centralization roles.
Missing Zero Address Validation
fixed/low

Addresses are not validated before assignment or external calls, potentially allowing the use of zero addresses and leading to unexpected behavior or vulnerabilities. For example, transferring tokens to a zero address can result in a permanent loss of those tokens. ```solidity=607 uniswapV2Pair = _uniswapV2Pair; ``` - `_uniswapV2Pair` is not zero-checked before being used.

Contract (1)

#ChainAddressScanner
1
Ethereum

0x6982508145454ce325ddbe47a25d4ec3d2311933

Check on Etherscan