PooCheems Token Logo

PooCheems Token

About PooCheems

Listings

Not Found
Token 2 years

The Ultimate Shitcoin 💩

Social

Laser Scorebeta Last Audit: 12 January 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

PooCheems._getTValues(uint256) (#1251-1259) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(reflectFees) (#1253)
Consider ordering multiplication before division.

Additional information: link

PooCheems.allowance(address,address).owner (#941) shadows:
- Ownable.owner() (#767-771) (function)
PooCheems._approve(address,address,uint256).owner (#1103) shadows:
- Ownable.owner() (#767-771) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#499-517) uses assembly
- INLINE ASM (#513)
Address._functionCallWithValue(address,bytes,uint256,string) (#685-727) uses assembly
- INLINE ASM (#711-717)
Do not use evm assembly.

Additional information: link

PooCheems.includeAccount(address) (#1077-1099) has costly operations inside a loop:
- _excluded.pop() (#1091)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#685-727) is never used and should be removed
Address.functionCall(address,bytes) (#605-609) is never used and should be removed
Address.functionCall(address,bytes,string) (#625-629) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#655-659) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#675-681) is never used and should be removed
Address.isContract(address) (#499-517) is never used and should be removed
Address.sendValue(address,uint256) (#553-565) is never used and should be removed
Context._msgData() (#23-29) is never used and should be removed
SafeMath.mod(uint256,uint256) (#419-423) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#451-457) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#553-565):
- (success) = recipient.call{value: amount}() (#561)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#685-727):
- (success,returndata) = target.call{value: weiValue}(data) (#693)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant PooCheems._tTotal (#861) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#25)" inContext (#13-31)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable PooCheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to PooCheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable PooCheems._getValues(uint256).rTransferAmount (#1243) is too similar to PooCheems._getTValues(uint256).tTransferAmount (#1255)
Variable PooCheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to PooCheems._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable PooCheems._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to PooCheems._getValues(uint256).tTransferAmount (#1239)
Variable PooCheems.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to PooCheems._getTValues(uint256).tTransferAmount (#1255)
Variable PooCheems._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to PooCheems._getTValues(uint256).tTransferAmount (#1255)
Variable PooCheems.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to PooCheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable PooCheems._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to PooCheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable PooCheems._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to PooCheems._getValues(uint256).tTransferAmount (#1239)
Variable PooCheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to PooCheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable PooCheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to PooCheems._getValues(uint256).tTransferAmount (#1239)
Variable PooCheems._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to PooCheems._getTValues(uint256).tTransferAmount (#1255)
Variable PooCheems.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to PooCheems._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable PooCheems._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to PooCheems._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable PooCheems._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to PooCheems._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable PooCheems._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to PooCheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable PooCheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to PooCheems._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable PooCheems._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to PooCheems._getTValues(uint256).tTransferAmount (#1255)
Variable PooCheems._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to PooCheems._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable PooCheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to PooCheems._getTValues(uint256).tTransferAmount (#1255)
Variable PooCheems._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to PooCheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable PooCheems.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to PooCheems._getValues(uint256).tTransferAmount (#1239)
Variable PooCheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to PooCheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable PooCheems._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to PooCheems._getValues(uint256).tTransferAmount (#1239)
Variable PooCheems._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to PooCheems._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable PooCheems.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to PooCheems._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable PooCheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to PooCheems._getTValues(uint256).tTransferAmount (#1255)
Variable PooCheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to PooCheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable PooCheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to PooCheems._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable PooCheems._getValues(uint256).rTransferAmount (#1243) is too similar to PooCheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable PooCheems._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to PooCheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable PooCheems._getValues(uint256).rTransferAmount (#1243) is too similar to PooCheems._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable PooCheems._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to PooCheems._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable PooCheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to PooCheems._getValues(uint256).tTransferAmount (#1239)
Variable PooCheems._getValues(uint256).rTransferAmount (#1243) is too similar to PooCheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable PooCheems._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to PooCheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable PooCheems.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to PooCheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable PooCheems._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to PooCheems._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable PooCheems._getValues(uint256).rTransferAmount (#1243) is too similar to PooCheems._getValues(uint256).tTransferAmount (#1239)
Variable PooCheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to PooCheems._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable PooCheems._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to PooCheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable PooCheems._getValues(uint256).rTransferAmount (#1243) is too similar to PooCheems._transferStandard(address,address,uint256).tTransferAmount (#1157)
Prevent variables from having similar names.

Additional information: link

PooCheems._decimals (#873) should be constant
PooCheems._name (#869) should be constant
PooCheems._symbol (#871) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#767-771)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#805-811)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#823-831)
name() should be declared external:
- PooCheems.name() (#889-893)
symbol() should be declared external:
- PooCheems.symbol() (#897-901)
decimals() should be declared external:
- PooCheems.decimals() (#905-909)
totalSupply() should be declared external:
- PooCheems.totalSupply() (#913-917)
balanceOf(address) should be declared external:
- PooCheems.balanceOf(address) (#921-927)
transfer(address,uint256) should be declared external:
- PooCheems.transfer(address,uint256) (#931-937)
allowance(address,address) should be declared external:
- PooCheems.allowance(address,address) (#941-945)
approve(address,uint256) should be declared external:
- PooCheems.approve(address,uint256) (#949-955)
transferFrom(address,address,uint256) should be declared external:
- PooCheems.transferFrom(address,address,uint256) (#959-967)
increaseAllowance(address,uint256) should be declared external:
- PooCheems.increaseAllowance(address,uint256) (#971-977)
decreaseAllowance(address,uint256) should be declared external:
- PooCheems.decreaseAllowance(address,uint256) (#981-987)
isExcluded(address) should be declared external:
- PooCheems.isExcluded(address) (#991-995)
totalFees() should be declared external:
- PooCheems.totalFees() (#999-1003)
reflect(uint256) should be declared external:
- PooCheems.reflect(uint256) (#1007-1021)
reflectionFromToken(uint256,bool) should be declared external:
- PooCheems.reflectionFromToken(uint256,bool) (#1025-1043)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Unable to find Twitter account


Telegram account has less than 100 subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

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 Twitter link on the website


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


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 PooCheems