TIGERCHEEMSINU Token Logo

$TCES [TIGERCHEEMSINU] Token

ALERT: rug pull scam

About $TCES

Listings

Not Found
Token 2 years

THE FUTURE HOME OF MEME TOOLS

Social

Laser Scorebeta Last Audit: 14 January 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...)

Contract ticker ($TCES) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

TIGERCHEEMSINU._getTransactionValues(uint256) (#635-639) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(3) (#636)
Consider ordering multiplication before division.

Additional information: link

TIGERCHEEMSINU.allowance(address,address).owner (#481) shadows:
- Ownable.owner() (#387-389) (function)
TIGERCHEEMSINU._approve(address,address,uint256).owner (#562) shadows:
- Ownable.owner() (#387-389) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#253-262) uses assembly
- INLINE ASM (#260)
Address._functionCallWithValue(address,bytes,uint256,string) (#346-367) uses assembly
- INLINE ASM (#359-362)
Do not use evm assembly.

Additional information: link

TIGERCHEEMSINU.includeAccount(address) (#549-560) has costly operations inside a loop:
- _excluded.pop() (#556)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#346-367) is never used and should be removed
Address.functionCall(address,bytes) (#306-308) is never used and should be removed
Address.functionCall(address,bytes,string) (#316-318) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#331-333) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#341-344) is never used and should be removed
Address.isContract(address) (#253-262) is never used and should be removed
Address.sendValue(address,uint256) (#280-286) is never used and should be removed
Context._msgData() (#14-17) is never used and should be removed
SafeMath.mod(uint256,uint256) (#213-215) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#229-232) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#280-286):
- (success) = recipient.call{value: amount}() (#284)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#346-367):
- (success,returndata) = target.call{value: weiValue}(data) (#350)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant TIGERCHEEMSINU._tTotal (#437) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#15)" inContext (#8-18)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable TIGERCHEEMSINU._getRValues(uint256,uint256,uint256).rTransferAmount (#644) is too similar to TIGERCHEEMSINU._getValues(uint256).tTransferAmount (#629)
Variable TIGERCHEEMSINU.reflectionFromToken(uint256,bool).rTransferAmount (#529) is too similar to TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).tTransferAmount (#605)
Variable TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).rTransferAmount (#605) is too similar to TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).tTransferAmount (#605)
Variable TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).rTransferAmount (#614) is too similar to TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).tTransferAmount (#605)
Variable TIGERCHEEMSINU._transferToExcluded(address,address,uint256).rTransferAmount (#596) is too similar to TIGERCHEEMSINU._getValues(uint256).tTransferAmount (#629)
Variable TIGERCHEEMSINU._transferStandard(address,address,uint256).rTransferAmount (#588) is too similar to TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).tTransferAmount (#605)
Variable TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).rTransferAmount (#614) is too similar to TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).tTransferAmount (#614)
Variable TIGERCHEEMSINU._getValues(uint256).rTransferAmount (#631) is too similar to TIGERCHEEMSINU._getTransactionValues(uint256).tTransferAmount (#637)
Variable TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).rTransferAmount (#614) is too similar to TIGERCHEEMSINU._transferStandard(address,address,uint256).tTransferAmount (#588)
Variable TIGERCHEEMSINU._transferStandard(address,address,uint256).rTransferAmount (#588) is too similar to TIGERCHEEMSINU._transferStandard(address,address,uint256).tTransferAmount (#588)
Variable TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).rTransferAmount (#614) is too similar to TIGERCHEEMSINU._getTransactionValues(uint256).tTransferAmount (#637)
Variable TIGERCHEEMSINU.reflectionFromToken(uint256,bool).rTransferAmount (#529) is too similar to TIGERCHEEMSINU._getTransactionValues(uint256).tTransferAmount (#637)
Variable TIGERCHEEMSINU._getRValues(uint256,uint256,uint256).rTransferAmount (#644) is too similar to TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).tTransferAmount (#605)
Variable TIGERCHEEMSINU._transferStandard(address,address,uint256).rTransferAmount (#588) is too similar to TIGERCHEEMSINU._getTransactionValues(uint256).tTransferAmount (#637)
Variable TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).rTransferAmount (#605) is too similar to TIGERCHEEMSINU._getTransactionValues(uint256).tTransferAmount (#637)
Variable TIGERCHEEMSINU._transferToExcluded(address,address,uint256).rTransferAmount (#596) is too similar to TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).tTransferAmount (#605)
Variable TIGERCHEEMSINU._transferToExcluded(address,address,uint256).rTransferAmount (#596) is too similar to TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).tTransferAmount (#614)
Variable TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).rTransferAmount (#614) is too similar to TIGERCHEEMSINU._getValues(uint256).tTransferAmount (#629)
Variable TIGERCHEEMSINU._transferStandard(address,address,uint256).rTransferAmount (#588) is too similar to TIGERCHEEMSINU._getValues(uint256).tTransferAmount (#629)
Variable TIGERCHEEMSINU._getRValues(uint256,uint256,uint256).rTransferAmount (#644) is too similar to TIGERCHEEMSINU._getTransactionValues(uint256).tTransferAmount (#637)
Variable TIGERCHEEMSINU._transferToExcluded(address,address,uint256).rTransferAmount (#596) is too similar to TIGERCHEEMSINU._transferStandard(address,address,uint256).tTransferAmount (#588)
Variable TIGERCHEEMSINU._transferToExcluded(address,address,uint256).rTransferAmount (#596) is too similar to TIGERCHEEMSINU._transferToExcluded(address,address,uint256).tTransferAmount (#596)
Variable TIGERCHEEMSINU._transferToExcluded(address,address,uint256).rTransferAmount (#596) is too similar to TIGERCHEEMSINU._getTransactionValues(uint256).tTransferAmount (#637)
Variable TIGERCHEEMSINU._getRValues(uint256,uint256,uint256).rTransferAmount (#644) is too similar to TIGERCHEEMSINU._transferToExcluded(address,address,uint256).tTransferAmount (#596)
Variable TIGERCHEEMSINU.reflectionFromToken(uint256,bool).rTransferAmount (#529) is too similar to TIGERCHEEMSINU._transferToExcluded(address,address,uint256).tTransferAmount (#596)
Variable TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).rTransferAmount (#605) is too similar to TIGERCHEEMSINU._getValues(uint256).tTransferAmount (#629)
Variable TIGERCHEEMSINU._getValues(uint256).rTransferAmount (#631) is too similar to TIGERCHEEMSINU._getValues(uint256).tTransferAmount (#629)
Variable TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).rTransferAmount (#605) is too similar to TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).tTransferAmount (#614)
Variable TIGERCHEEMSINU.reflectionFromToken(uint256,bool).rTransferAmount (#529) is too similar to TIGERCHEEMSINU._getValues(uint256).tTransferAmount (#629)
Variable TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).rTransferAmount (#605) is too similar to TIGERCHEEMSINU._transferStandard(address,address,uint256).tTransferAmount (#588)
Variable TIGERCHEEMSINU._getValues(uint256).rTransferAmount (#631) is too similar to TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).tTransferAmount (#614)
Variable TIGERCHEEMSINU._getValues(uint256).rTransferAmount (#631) is too similar to TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).tTransferAmount (#605)
Variable TIGERCHEEMSINU._getValues(uint256).rTransferAmount (#631) is too similar to TIGERCHEEMSINU._transferStandard(address,address,uint256).tTransferAmount (#588)
Variable TIGERCHEEMSINU._transferStandard(address,address,uint256).rTransferAmount (#588) is too similar to TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).tTransferAmount (#614)
Variable TIGERCHEEMSINU._transferFromExcluded(address,address,uint256).rTransferAmount (#605) is too similar to TIGERCHEEMSINU._transferToExcluded(address,address,uint256).tTransferAmount (#596)
Variable TIGERCHEEMSINU._getRValues(uint256,uint256,uint256).rTransferAmount (#644) is too similar to TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).tTransferAmount (#614)
Variable TIGERCHEEMSINU.reflectionFromToken(uint256,bool).rTransferAmount (#529) is too similar to TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).tTransferAmount (#614)
Variable TIGERCHEEMSINU._getRValues(uint256,uint256,uint256).rTransferAmount (#644) is too similar to TIGERCHEEMSINU._transferStandard(address,address,uint256).tTransferAmount (#588)
Variable TIGERCHEEMSINU.reflectionFromToken(uint256,bool).rTransferAmount (#529) is too similar to TIGERCHEEMSINU._transferStandard(address,address,uint256).tTransferAmount (#588)
Variable TIGERCHEEMSINU._getValues(uint256).rTransferAmount (#631) is too similar to TIGERCHEEMSINU._transferToExcluded(address,address,uint256).tTransferAmount (#596)
Variable TIGERCHEEMSINU._transferBothExcluded(address,address,uint256).rTransferAmount (#614) is too similar to TIGERCHEEMSINU._transferToExcluded(address,address,uint256).tTransferAmount (#596)
Variable TIGERCHEEMSINU._transferStandard(address,address,uint256).rTransferAmount (#588) is too similar to TIGERCHEEMSINU._transferToExcluded(address,address,uint256).tTransferAmount (#596)
Prevent variables from having similar names.

Additional information: link

TIGERCHEEMSINU.slitherConstructorConstantVariables() (#425-665) uses literals with too many digits:
- _tTotal = 200000000000000 (#437)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

TIGERCHEEMSINU._charityOwner (#445) is never used in TIGERCHEEMSINU (#425-665)
Remove unused state variables.

Additional information: link

TIGERCHEEMSINU._charityOwner (#445) should be constant
TIGERCHEEMSINU._decimals (#443) should be constant
TIGERCHEEMSINU._name (#441) should be constant
TIGERCHEEMSINU._symbol (#442) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#387-389)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#406-409)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#415-419)
name() should be declared external:
- TIGERCHEEMSINU.name() (#455-457)
symbol() should be declared external:
- TIGERCHEEMSINU.symbol() (#459-461)
decimals() should be declared external:
- TIGERCHEEMSINU.decimals() (#463-465)
totalSupply() should be declared external:
- TIGERCHEEMSINU.totalSupply() (#467-469)
balanceOf(address) should be declared external:
- TIGERCHEEMSINU.balanceOf(address) (#471-474)
transfer(address,uint256) should be declared external:
- TIGERCHEEMSINU.transfer(address,uint256) (#476-479)
allowance(address,address) should be declared external:
- TIGERCHEEMSINU.allowance(address,address) (#481-483)
approve(address,uint256) should be declared external:
- TIGERCHEEMSINU.approve(address,uint256) (#485-488)
transferFrom(address,address,uint256) should be declared external:
- TIGERCHEEMSINU.transferFrom(address,address,uint256) (#490-494)
increaseAllowance(address,uint256) should be declared external:
- TIGERCHEEMSINU.increaseAllowance(address,uint256) (#496-499)
decreaseAllowance(address,uint256) should be declared external:
- TIGERCHEEMSINU.decreaseAllowance(address,uint256) (#501-504)
isExcluded(address) should be declared external:
- TIGERCHEEMSINU.isExcluded(address) (#506-508)
totalFees() should be declared external:
- TIGERCHEEMSINU.totalFees() (#510-512)
reflect(uint256) should be declared external:
- TIGERCHEEMSINU.reflect(uint256) (#514-521)
reflectionFromToken(uint256,bool) should be declared external:
- TIGERCHEEMSINU.reflectionFromToken(uint256,bool) (#523-532)
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.


Telegram account has relatively few subscribers


Twitter account has relatively few followers


Last post in Twitter was more than 30 days ago


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 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 verify that token and website are owned by the same team (no listings + unable to find contract on website)


Unable to verify token contract address on the website


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


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 $TCES

News for $TCES