Papa Cheems Inu Token Logo

PAPACINU [Papa Cheems Inu] Token

ALERT: rug pull scam

About PAPACINU

Listings

Not Found
Token 3 years

Web : https://papacheemsinu.com

Social

Laser Scorebeta Last Audit: 5 February 2022

report
Token seems to be a scam (type: rug pull scam).

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

PapaCheemsInu._isExcluded (#882) is never initialized. It is used in:
- PapaCheemsInu.balanceOf(address) (#963-966)
- PapaCheemsInu._takeMarketing(uint256) (#1164-1170)
- PapaCheemsInu._tokenTransfer(address,address,uint256,bool) (#1273-1306)
PapaCheemsInu._excluded (#883) is never initialized. It is used in:
- PapaCheemsInu._getCurrentSupply() (#1149-1162)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

PapaCheemsInu.addLiquidity(uint256,uint256) (#1257-1270) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1262-1269)
Ensure that all the return values of the function calls are used.

Additional information: link

PapaCheemsInu.allowance(address,address).owner (#977) shadows:
- Ownable.owner() (#478-480) (function)
PapaCheemsInu._approve(address,address,uint256).owner (#1205) shadows:
- Ownable.owner() (#478-480) (function)
Rename the local variables that shadow another component.

Additional information: link

PapaCheemsInu.updateMarketingWallet(address).newAddress (#1056) lacks a zero-check on :
- _marketingAddress = newAddress (#1057)
Check that the address is not zero.

Additional information: link

Reentrancy in PapaCheemsInu.constructor() (#918-945):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#933-934)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#940)
- _isExcludedFromFee[address(this)] = true (#941)
- _isExcludedFromFee[_marketingAddress] = true (#942)
- uniswapV2Router = _uniswapV2Router (#937)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in PapaCheemsInu.constructor() (#918-945):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#933-934)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#944)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#287-298) uses assembly
- INLINE ASM (#294-296)
Address._functionCallWithValue(address,bytes,uint256,string) (#413-441) uses assembly
- INLINE ASM (#433-436)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#413-441) is never used and should be removed
Address.functionCall(address,bytes) (#348-353) is never used and should be removed
Address.functionCall(address,bytes,string) (#361-367) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#380-392) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#400-411) is never used and should be removed
Address.isContract(address) (#287-298) is never used and should be removed
Address.sendValue(address,uint256) (#316-328) is never used and should be removed
Context._msgData() (#260-263) is never used and should be removed
PapaCheemsInu.addLiquidity(uint256,uint256) (#1257-1270) is never used and should be removed
PapaCheemsInu.swapTokensForEth(uint256) (#1239-1255) is never used and should be removed
SafeMath.mod(uint256,uint256) (#229-231) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#245-252) is never used and should be removed
Remove unused functions.

Additional information: link

PapaCheemsInu._rTotal (#887) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Pragma version0.8.10 (#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.10 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#316-328):
- (success) = recipient.call{value: amount}() (#323)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#413-441):
- (success,returndata) = target.call{value: weiValue}(data) (#422-424)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#586) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#588) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#619) is not in mixedCase
Function IUniswapV2Router01.WETH() (#667) is not in mixedCase
Parameter PapaCheemsInu.calculateTaxFee(uint256)._amount (#1173) is not in mixedCase
Parameter PapaCheemsInu.calculateMarketingFee(uint256)._amount (#1177) is not in mixedCase
Variable PapaCheemsInu._marketingAddress (#890-891) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#261)" inContext (#255-264)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#672) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#673)
Variable PapaCheemsInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1368) is too similar to PapaCheemsInu._transferStandard(address,address,uint256).tTransferAmount (#1314)
Variable PapaCheemsInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1393) is too similar to PapaCheemsInu._getTValues(uint256).tTransferAmount (#1116)
Variable PapaCheemsInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1138-1140) is too similar to PapaCheemsInu._getTValues(uint256).tTransferAmount (#1116)
Variable PapaCheemsInu._transferToExcluded(address,address,uint256).rTransferAmount (#1343) is too similar to PapaCheemsInu._getTValues(uint256).tTransferAmount (#1116)
Variable PapaCheemsInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1393) is too similar to PapaCheemsInu._transferStandard(address,address,uint256).tTransferAmount (#1314)
Variable PapaCheemsInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1138-1140) is too similar to PapaCheemsInu._transferStandard(address,address,uint256).tTransferAmount (#1314)
Variable PapaCheemsInu._transferToExcluded(address,address,uint256).rTransferAmount (#1343) is too similar to PapaCheemsInu._transferStandard(address,address,uint256).tTransferAmount (#1314)
Variable PapaCheemsInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1368) is too similar to PapaCheemsInu._getTValues(uint256).tTransferAmount (#1116)
Variable PapaCheemsInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1138-1140) is too similar to PapaCheemsInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1364)
Variable PapaCheemsInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1138-1140) is too similar to PapaCheemsInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1389)
Variable PapaCheemsInu._transferToExcluded(address,address,uint256).rTransferAmount (#1343) is too similar to PapaCheemsInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1389)
Variable PapaCheemsInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1138-1140) is too similar to PapaCheemsInu._transferToExcluded(address,address,uint256).tTransferAmount (#1339)
Variable PapaCheemsInu._transferStandard(address,address,uint256).rTransferAmount (#1318) is too similar to PapaCheemsInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1364)
Variable PapaCheemsInu._transferToExcluded(address,address,uint256).rTransferAmount (#1343) is too similar to PapaCheemsInu._transferToExcluded(address,address,uint256).tTransferAmount (#1339)
Variable PapaCheemsInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1368) is too similar to PapaCheemsInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1364)
Variable PapaCheemsInu._transferStandard(address,address,uint256).rTransferAmount (#1318) is too similar to PapaCheemsInu._transferStandard(address,address,uint256).tTransferAmount (#1314)
Variable PapaCheemsInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1393) is too similar to PapaCheemsInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1364)
Variable PapaCheemsInu._transferStandard(address,address,uint256).rTransferAmount (#1318) is too similar to PapaCheemsInu._transferToExcluded(address,address,uint256).tTransferAmount (#1339)
Variable PapaCheemsInu._transferStandard(address,address,uint256).rTransferAmount (#1318) is too similar to PapaCheemsInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1389)
Variable PapaCheemsInu._transferStandard(address,address,uint256).rTransferAmount (#1318) is too similar to PapaCheemsInu._getTValues(uint256).tTransferAmount (#1116)
Variable PapaCheemsInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1368) is too similar to PapaCheemsInu._transferToExcluded(address,address,uint256).tTransferAmount (#1339)
Variable PapaCheemsInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1368) is too similar to PapaCheemsInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1389)
Variable PapaCheemsInu._transferToExcluded(address,address,uint256).rTransferAmount (#1343) is too similar to PapaCheemsInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1364)
Variable PapaCheemsInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1393) is too similar to PapaCheemsInu._transferToExcluded(address,address,uint256).tTransferAmount (#1339)
Variable PapaCheemsInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1393) is too similar to PapaCheemsInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1389)
Prevent variables from having similar names.

Additional information: link

Ownable._previousOwner (#458) is never used in PapaCheemsInu (#872-1409)
Remove unused state variables.

Additional information: link

Ownable._previousOwner (#458) should be constant
PapaCheemsInu._decimals (#896) should be constant
PapaCheemsInu._name (#894) should be constant
PapaCheemsInu._symbol (#895) should be constant
PapaCheemsInu._tTotal (#886) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#497-500)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#506-513)
name() should be declared external:
- PapaCheemsInu.name() (#947-949)
symbol() should be declared external:
- PapaCheemsInu.symbol() (#951-953)
decimals() should be declared external:
- PapaCheemsInu.decimals() (#955-957)
totalSupply() should be declared external:
- PapaCheemsInu.totalSupply() (#959-961)
balanceOf(address) should be declared external:
- PapaCheemsInu.balanceOf(address) (#963-966)
transfer(address,uint256) should be declared external:
- PapaCheemsInu.transfer(address,uint256) (#968-975)
allowance(address,address) should be declared external:
- PapaCheemsInu.allowance(address,address) (#977-984)
approve(address,uint256) should be declared external:
- PapaCheemsInu.approve(address,uint256) (#986-993)
transferFrom(address,address,uint256) should be declared external:
- PapaCheemsInu.transferFrom(address,address,uint256) (#995-1010)
increaseAllowance(address,uint256) should be declared external:
- PapaCheemsInu.increaseAllowance(address,uint256) (#1012-1023)
decreaseAllowance(address,uint256) should be declared external:
- PapaCheemsInu.decreaseAllowance(address,uint256) (#1025-1039)
excludeFromFee(address) should be declared external:
- PapaCheemsInu.excludeFromFee(address) (#1061-1063)
includeInFee(address) should be declared external:
- PapaCheemsInu.includeInFee(address) (#1065-1067)
isExcludedFromFee(address) should be declared external:
- PapaCheemsInu.isExcludedFromFee(address) (#1200-1202)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is low.


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for PAPACINU

News for PAPACINU