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.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | - | - | 0 |
Fixed | 2 | - | 1 | - | 3 |
Total | 2 | 0 | 1 | 0 | 3 |
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. 
fixed/low
There should always be events emitted in the sensitive functions that are controlled by centralization roles.
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.
# | Chain | Address | Scanner |
---|---|---|---|
1 | Ethereum | 0x6982508145454ce325ddbe47a25d4ec3d2311933 | Check on Etherscan |