TindearN Token Logo

LIKE [TindearN] Token

ALERT: potential scam

About LIKE

Listings

Token 3 years

TindearN is the first Date2Earn Web3 mobile app where all in-app purchases are 100% redistributed to its users.
With the integration of metaverse and Web3.0, we are taking friend-finding platforms to another level with using blockchain technology.
We are building TindearNverse; is a social metaverse for dating based on WEB3 and VR technology.
Chinese TG live and hot. CMC & Coingecko fast tracked. LP lock 2 years.
TaxFee %5 for Buy and Sell . Ownership will be renounced.

Social

Laser Scorebeta Last Audit: 28 June 2022

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

Anti-Scam

Links

TindearN.withdrawToken(address,uint256) (#468-471) ignores return value by tokenContract.transfer(msg.sender,_amount) (#470)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


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

Reentrancy in TindearN._transfer(address,address,uint256) (#338-387):
External calls:
- swapTokensForEth(contractTokenBalance) (#357)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#394-400)
External calls sending eth:
- sendETHToFee(address(this).balance) (#360)
- address(marketingAddress).transfer(marketingShare) (#407)
- address(tindearndevfundAddress).transfer(tindearndevfundTeamShare) (#408)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#465)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#455)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#456)
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _rTotal = _rTotal.sub(rFee) (#474)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

Pragma version^0.8.9 (#12) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.9 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

TindearN.allowance(address,address).owner (#264) shadows:
- Ownable.owner() (#59-61) (function)
TindearN._approve(address,address,uint256).owner (#328) shadows:
- Ownable.owner() (#59-61) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in TindearN._transfer(address,address,uint256) (#338-387):
External calls:
- swapTokensForEth(contractTokenBalance) (#357)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#394-400)
External calls sending eth:
- sendETHToFee(address(this).balance) (#360)
- address(marketingAddress).transfer(marketingShare) (#407)
- address(tindearndevfundAddress).transfer(tindearndevfundTeamShare) (#408)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _previousredisFee = _redisFee (#315)
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _previoustaxFee = _taxFee (#316)
- _redisFee = _redisFeeOnBuy (#374)
- _redisFee = _redisFeeOnSell (#380)
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _redisFee = _previousredisFee (#323)
- _redisFee = 0 (#318)
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _tFeeTotal = _tFeeTotal.add(tFee) (#475)
- _taxFee = _taxFeeOnBuy (#375)
- _taxFee = _taxFeeOnSell (#381)
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _taxFee = _previoustaxFee (#324)
- _taxFee = 0 (#319)
Reentrancy in TindearN.constructor() (#216-233):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#222-223)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#225)
- _isExcludedFromFee[address(this)] = true (#226)
- _isExcludedFromFee[tindearndevfundAddress] = true (#227)
- _isExcludedFromFee[marketingAddress] = true (#228)
- distribution = Distribution(50,50) (#230)
Reentrancy in TindearN.transferFrom(address,address,uint256) (#282-297):
External calls:
- _transfer(sender,recipient,amount) (#287)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#394-400)
External calls sending eth:
- _transfer(sender,recipient,amount) (#287)
- address(marketingAddress).transfer(marketingShare) (#407)
- address(tindearndevfundAddress).transfer(tindearndevfundTeamShare) (#408)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#288-295)
- _allowances[owner][spender] = amount (#334)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in TindearN._transfer(address,address,uint256) (#338-387):
External calls:
- swapTokensForEth(contractTokenBalance) (#357)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#394-400)
External calls sending eth:
- sendETHToFee(address(this).balance) (#360)
- address(marketingAddress).transfer(marketingShare) (#407)
- address(tindearndevfundAddress).transfer(tindearndevfundTeamShare) (#408)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#459)
- _tokenTransfer(from,to,amount,takeFee) (#386)
Reentrancy in TindearN.constructor() (#216-233):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#222-223)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#232)
Reentrancy in TindearN.transferFrom(address,address,uint256) (#282-297):
External calls:
- _transfer(sender,recipient,amount) (#287)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#394-400)
External calls sending eth:
- _transfer(sender,recipient,amount) (#287)
- address(marketingAddress).transfer(marketingShare) (#407)
- address(tindearndevfundAddress).transfer(tindearndevfundTeamShare) (#408)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#335)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#288-295)
Apply the check-effects-interactions pattern.

Additional information: link

TindearN._redisFee (#184) is set pre-construction with a non-constant function or state variable:
- _redisFeeOnSell
TindearN._taxFee (#185) is set pre-construction with a non-constant function or state variable:
- _taxFeeOnSell
TindearN._previousredisFee (#187) is set pre-construction with a non-constant function or state variable:
- _redisFee
TindearN._previoustaxFee (#188) is set pre-construction with a non-constant function or state variable:
- _taxFee
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

Function IUniswapV2Router02.WETH() (#143) is not in mixedCase
Parameter TindearN.withdrawToken(address,uint256)._tokenContract (#468) is not in mixedCase
Parameter TindearN.withdrawToken(address,uint256)._amount (#468) is not in mixedCase
Constant TindearN._name (#166) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TindearN._symbol (#167) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TindearN._decimals (#168) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TindearN._tTotal (#175) is not in UPPER_CASE_WITH_UNDERSCORES
Variable TindearN._swapTokensAtAmount (#201) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Reentrancy in TindearN._transfer(address,address,uint256) (#338-387):
External calls:
- sendETHToFee(address(this).balance) (#360)
- address(marketingAddress).transfer(marketingShare) (#407)
- address(tindearndevfundAddress).transfer(tindearndevfundTeamShare) (#408)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _previousredisFee = _redisFee (#315)
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _previoustaxFee = _taxFee (#316)
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#465)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#455)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#456)
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _rTotal = _rTotal.sub(rFee) (#474)
- _redisFee = _redisFeeOnBuy (#374)
- _redisFee = _redisFeeOnSell (#380)
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _redisFee = _previousredisFee (#323)
- _redisFee = 0 (#318)
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _tFeeTotal = _tFeeTotal.add(tFee) (#475)
- _taxFee = _taxFeeOnBuy (#375)
- _taxFee = _taxFeeOnSell (#381)
- _tokenTransfer(from,to,amount,takeFee) (#386)
- _taxFee = _previoustaxFee (#324)
- _taxFee = 0 (#319)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#459)
- _tokenTransfer(from,to,amount,takeFee) (#386)
Reentrancy in TindearN.transferFrom(address,address,uint256) (#282-297):
External calls:
- _transfer(sender,recipient,amount) (#287)
- address(marketingAddress).transfer(marketingShare) (#407)
- address(tindearndevfundAddress).transfer(tindearndevfundTeamShare) (#408)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#288-295)
- _allowances[owner][spender] = amount (#334)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#335)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#288-295)
Apply the check-effects-interactions pattern.

Additional information: link

Variable TindearN._transferStandard(address,address,uint256).rTransferAmount (#449) is too similar to TindearN._getTValues(uint256,uint256,uint256).tTransferAmount (#516)
Variable TindearN._getValues(uint256).rTransferAmount (#496) is too similar to TindearN._getTValues(uint256,uint256,uint256).tTransferAmount (#516)
Variable TindearN._transferStandard(address,address,uint256).rTransferAmount (#449) is too similar to TindearN._transferStandard(address,address,uint256).tTransferAmount (#451)
Variable TindearN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#537) is too similar to TindearN._getTValues(uint256,uint256,uint256).tTransferAmount (#516)
Variable TindearN._transferStandard(address,address,uint256).rTransferAmount (#449) is too similar to TindearN._getValues(uint256).tTransferAmount (#493)
Variable TindearN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#537) is too similar to TindearN._getValues(uint256).tTransferAmount (#493)
Variable TindearN._getValues(uint256).rTransferAmount (#496) is too similar to TindearN._getValues(uint256).tTransferAmount (#493)
Variable TindearN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#537) is too similar to TindearN._transferStandard(address,address,uint256).tTransferAmount (#451)
Variable TindearN._getValues(uint256).rTransferAmount (#496) is too similar to TindearN._transferStandard(address,address,uint256).tTransferAmount (#451)
Prevent variables from having similar names.

Additional information: link

TindearN.slitherConstructorVariables() (#162-560) uses literals with too many digits:
- _swapTokensAtAmount = 1000000000000000 * 10 ** _decimals (#201)
TindearN.slitherConstructorConstantVariables() (#162-560) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** _decimals (#175)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#47) is never used in TindearN (#162-560)
TindearN._tOwned (#171) is never used in TindearN (#162-560)
TindearN._buyMap (#191) is never used in TindearN (#162-560)
Remove unused state variables.

Additional information: link

Ownable._previousOwner (#47) should be constant
TindearN._redisFeeOnBuy (#178) should be constant
TindearN._redisFeeOnSell (#180) should be constant
TindearN._swapTokensAtAmount (#201) should be constant
TindearN._taxFeeOnBuy (#179) should be constant
TindearN._taxFeeOnSell (#181) should be constant
TindearN.marketingAddress (#192) should be constant
TindearN.swapEnabled (#199) should be constant
TindearN.tindearndevfundAddress (#193) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#68-71)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#73-77)
name() should be declared external:
- TindearN.name() (#235-237)
symbol() should be declared external:
- TindearN.symbol() (#239-241)
decimals() should be declared external:
- TindearN.decimals() (#243-245)
totalSupply() should be declared external:
- TindearN.totalSupply() (#247-249)
transfer(address,uint256) should be declared external:
- TindearN.transfer(address,uint256) (#255-262)
allowance(address,address) should be declared external:
- TindearN.allowance(address,address) (#264-271)
approve(address,uint256) should be declared external:
- TindearN.approve(address,uint256) (#273-280)
transferFrom(address,address,uint256) should be declared external:
- TindearN.transferFrom(address,address,uint256) (#282-297)
blockBots(address[]) should be declared external:
- TindearN.blockBots(address[]) (#421-425)
unblockBot(address) should be declared external:
- TindearN.unblockBot(address) (#427-429)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- TindearN.excludeMultipleAccountsFromFees(address[],bool) (#553-557)
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 less than 100. Token is either dead or inactive. Ignore for presale.


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


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 KYC or doxxing proof


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


Token is not listed at Mobula.Finance

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


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


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

Price for LIKE

News for LIKE