Project Background
- The `PepeToken` contract is an ERC20 token with additional functionality for blacklisting addresses, setting trading rules, and burning tokens.
- The `PepeToken` contract extends `Ownable` and `ERC20`, adding features specific to the PepeToken.
- limited: Boolean indicating if trading restrictions are active.
- maxHoldingAmount, minHoldingAmount: Limits for token holdings per address.
- uniswapV2Pair: Address of the Uniswap pair.
- blacklists: Mapping of blacklisted addresses.
- constructor: Mints the initial supply to the deployer.
- blacklist: Adds or removes addresses from the blacklist.
- setRule: Sets trading rules.
- _beforeTokenTransfer: Overridden to include blacklisting and trading rules checks.
- burn: Allows users to burn their tokens.
- This contract provides a comprehensive ERC20 token with additional functionalities for blacklisting, setting trading restrictions, and token burning.
Website: pepe.vip
Executive Audit Summary
- According to the standard audit assessment, the Customer`s solidity smart contracts are “Secured”. Also, these contracts contain owner control, which does not make them fully decentralized.
- We used various tools like Slither, Solhint and Remix IDE. At the same time this finding is based on critical analysis of the manual audit.
- We found 0 critical, 0 high, 0 medium, 1 low and 2 very low-level issues.
Audit Report in PDF
Audit Report Flip book
Please wait while flipbook is loading. For more related info, FAQs and issues please refer to DearFlip WordPress Flipbook Plugin Help documentation.