PinkCatGirl Token Logo

PINK [PinkCatGirl] Token

ALERT: rug pull scam

About PINK

Listings

Not Found
Token 2 years

Meta-Dating dApp ;PinkCatGirl dApp hosts interactive ways to meet new people. With the integration of metaverse and Web 3.0, we are taking friend-finding platforms to another level

PinkCatGirl’s dApp will be the best at for its focus on allowing women to make the first move when searching for potential romantic partners, but it also has modes for finding platonic friends and business networking opportunities.
Play2Earn #LegendOfCatGirls
Collectible NFTs available in the Game ; Buy and trade cat NFTs in the PinkCatGirl Marketplace.
Play the 'LegendOfCatGirls' Play2Earn game to have fun and earn $PINK
Stake and Reflections;PinkCatGirl holders can earn 75% APY by staking their $PINK tokens in the PinkCatGirl.
(Stake for a minimum of 28 days; withdrawing prematurely results in a 10% penalty)
Earn PINK by just holding PinkCatGirl in your wallet. 2% of every buy and sell transaction is distributed to PinkCatGirl holders.

Social

Laser Scorebeta Last Audit: 2 March 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...)

PinkCatGirl.addLiquidity(uint256,uint256) (#710-723) sends eth to arbitrary user
Dangerous calls:
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in PinkCatGirl._transfer(address,address,uint256) (#619-668):
External calls:
- swapAndLiquify(contractTokenBalance) (#658)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#658)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _rOwned[to] = _rOwned[to].add(rAmount) (#894)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#763)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#801)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#780)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#821)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#764)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#803)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#782)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#822)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _rTotal = _rTotal.sub(rFee) (#830)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _tOwned[to] = _tOwned[to].add(tAmount) (#896)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#779)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#820)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#781)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#802)
Apply the check-effects-interactions pattern.

Additional information: link


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


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.


Not a direct threat, but may indicate unreliable intentions of developer. Both name and ticker of current token are widespread, i.e. common across multiple tokens. This is slightly suspicious

PinkCatGirl.reflectionFromToken(uint256,bool).tFee_scope_0 (#545) is a local variable never initialized
PinkCatGirl.reflectionFromToken(uint256,bool).tMarketing_scope_2 (#545) is a local variable never initialized
PinkCatGirl.multiTransfer(address[]).i (#511) is a local variable never initialized
PinkCatGirl.reflectionFromToken(uint256,bool).tLiquidity_scope_1 (#545) is a local variable never initialized
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

PinkCatGirl.addLiquidity(uint256,uint256) (#710-723) ignores return value by _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
Ensure that all the return values of the function calls are used.

Additional information: link

PinkCatGirl.allowance(address,address).owner (#472) shadows:
- Ownable.owner() (#129-131) (function)
PinkCatGirl._approve(address,address,uint256).owner (#481) shadows:
- Ownable.owner() (#129-131) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.constructor(address).initialOwner (#124) lacks a zero-check on :
- _owner = initialOwner (#125)
PinkCatGirl.constructor(address,address).marketingWallet (#426) lacks a zero-check on :
- _marketingWallet = marketingWallet (#427)
PinkCatGirl.setUniswapPair(address).p (#614) lacks a zero-check on :
- _uniswapV2Pair = p (#615)
Check that the address is not zero.

Additional information: link

Variable 'PinkCatGirl.reflectionFromToken(uint256,bool).tMarketing (#536)' in PinkCatGirl.reflectionFromToken(uint256,bool) (#531-553) potentially used before declaration: (tFee,tLiquidity,tMarketing) = _getTValues(tAmount) (#545-546)
Variable 'PinkCatGirl.reflectionFromToken(uint256,bool).tLiquidity (#536)' in PinkCatGirl.reflectionFromToken(uint256,bool) (#531-553) potentially used before declaration: (tFee,tLiquidity,tMarketing) = _getTValues(tAmount) (#545-546)
Variable 'PinkCatGirl.reflectionFromToken(uint256,bool).tFee (#536)' in PinkCatGirl.reflectionFromToken(uint256,bool) (#531-553) potentially used before declaration: (tFee,tLiquidity,tMarketing) = _getTValues(tAmount) (#545-546)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

Reentrancy in PinkCatGirl._transfer(address,address,uint256) (#619-668):
External calls:
- swapAndLiquify(contractTokenBalance) (#658)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#658)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _liquidityFee = _previousLiquidityFee (#848)
- _liquidityFee = 0 (#842)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _marketingFee = _previousMarketingFee (#847)
- _marketingFee = 0 (#841)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _previousLiquidityFee = _liquidityFee (#838)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _previousMarketingFee = _marketingFee (#837)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _previousTaxFee = _taxFee (#836)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _tFeeTotal = _tFeeTotal.add(tFee) (#831)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _taxFee = _previousTaxFee (#846)
- _taxFee = 0 (#840)
Reentrancy in PinkCatGirl.constructor(address,address) (#426-446):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#433-435)
State variables written after the call(s):
- _isExcludedFromAutoLiquidity[_uniswapV2Pair] = true (#442)
- _isExcludedFromAutoLiquidity[address(_uniswapV2Router)] = true (#443)
- _isExcludedFromFee[owner()] = true (#438)
- _isExcludedFromFee[address(this)] = true (#439)
- _isExcludedFromFee[_marketingWallet] = true (#440)
- _uniswapV2Router = uniswapV2Router (#436)
Reentrancy in PinkCatGirl.swapAndLiquify(uint256) (#669-692):
External calls:
- swapTokensForBnb(half) (#683)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
- addLiquidity(otherHalf,newBalance) (#689)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#689)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#689)
- _allowances[owner][spender] = amount (#485)
Reentrancy in PinkCatGirl.transferFrom(address,address,uint256) (#488-493):
External calls:
- _transfer(sender,recipient,amount) (#490)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
External calls sending eth:
- _transfer(sender,recipient,amount) (#490)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#491)
- _allowances[owner][spender] = amount (#485)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in PinkCatGirl._transfer(address,address,uint256) (#619-668):
External calls:
- swapAndLiquify(contractTokenBalance) (#658)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#658)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#769)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- Transfer(sender,recipient,tTransferAmount) (#827)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- Transfer(sender,recipient,tTransferAmount) (#808)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- Transfer(sender,recipient,tTransferAmount) (#787)
- _tokenTransfer(from,to,amount,takeFee) (#667)
Reentrancy in PinkCatGirl.constructor(address,address) (#426-446):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#433-435)
Event emitted after the call(s):
- Transfer(address(0),cOwner,_tTotal) (#445)
Reentrancy in PinkCatGirl.swapAndLiquify(uint256) (#669-692):
External calls:
- swapTokensForBnb(half) (#683)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
- addLiquidity(otherHalf,newBalance) (#689)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#689)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#486)
- addLiquidity(otherHalf,newBalance) (#689)
- SwapAndLiquify(half,newBalance,otherHalf) (#691)
Reentrancy in PinkCatGirl.transferFrom(address,address,uint256) (#488-493):
External calls:
- _transfer(sender,recipient,amount) (#490)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
External calls sending eth:
- _transfer(sender,recipient,amount) (#490)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#715-722)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#486)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#491)
Apply the check-effects-interactions pattern.

Additional information: link

PinkCatGirl.includeInReward(address) (#569-581) has costly operations inside a loop:
- _excluded.pop() (#577)
Use a local variable to hold the loop computation result.

Additional information: link

Context._msgData() (#38-42) is never used and should be removed
SafeMath.mod(uint256,uint256) (#103-105) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#107-111) is never used and should be removed
Remove unused functions.

Additional information: link

PinkCatGirl._rTotal (#386) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
PinkCatGirl._previousTaxFee (#397) is set pre-construction with a non-constant function or state variable:
- _taxFee
PinkCatGirl._previousMarketingFee (#398) is set pre-construction with a non-constant function or state variable:
- _marketingFee
PinkCatGirl._previousLiquidityFee (#399) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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 IUniswapV2Pair.DOMAIN_SEPARATOR() (#186) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#187) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#205) is not in mixedCase
Function IUniswapV2Router01.WETH() (#226) is not in mixedCase
Variable PinkCatGirl._isMultiTransfer (#376) is not in mixedCase
Variable PinkCatGirl._isExcludedFromAutoLiquidity (#378) is not in mixedCase
Variable PinkCatGirl._isExcludedToAutoLiquidity (#379) is not in mixedCase
Variable PinkCatGirl._marketingWallet (#382) is not in mixedCase
Constant PinkCatGirl._name (#389) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PinkCatGirl._symbol (#390) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PinkCatGirl._decimals (#391) is not in UPPER_CASE_WITH_UNDERSCORES
Variable PinkCatGirl._taxFee (#393) is not in mixedCase
Variable PinkCatGirl._marketingFee (#394) is not in mixedCase
Variable PinkCatGirl._liquidityFee (#395) is not in mixedCase
Variable PinkCatGirl._maxTxAmount (#401) is not in mixedCase
Variable PinkCatGirl._numTokensSellToAddToLiquidity (#402) is not in mixedCase
Variable PinkCatGirl._Website (#404) is not in mixedCase
Variable PinkCatGirl._swapAndLiquifyEnabled (#408) is not in mixedCase
Variable PinkCatGirl._uniswapV2Router (#410) is not in mixedCase
Variable PinkCatGirl._uniswapV2Pair (#411) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#39)" inContext (#33-43)
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 (#231) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#232)
Variable PinkCatGirl.reflectionFromToken(uint256,bool).rTransferAmount (#548) is too similar to PinkCatGirl._getTValues(uint256).tTransferAmount (#855)
Variable PinkCatGirl.reflectionFromToken(uint256,bool).rTransferAmount (#548) is too similar to PinkCatGirl._transferStandard(address,address,uint256).tTransferAmount (#755)
Variable PinkCatGirl._transferBothExcluded(address,address,uint256).rTransferAmount (#776) is too similar to PinkCatGirl._transferFromExcluded(address,address,uint256).tTransferAmount (#812)
Variable PinkCatGirl._transferBothExcluded(address,address,uint256).rTransferAmount (#776) is too similar to PinkCatGirl._getTValues(uint256).tTransferAmount (#855)
Variable PinkCatGirl._transferStandard(address,address,uint256).rTransferAmount (#758) is too similar to PinkCatGirl._transferFromExcluded(address,address,uint256).tTransferAmount (#812)
Variable PinkCatGirl._transferStandard(address,address,uint256).rTransferAmount (#758) is too similar to PinkCatGirl._getTValues(uint256).tTransferAmount (#855)
Variable PinkCatGirl.reflectionFromToken(uint256,bool).rTransferAmount (#548) is too similar to PinkCatGirl._transferBothExcluded(address,address,uint256).tTransferAmount (#773)
Variable PinkCatGirl._transferToExcluded(address,address,uint256).rTransferAmount (#796) is too similar to PinkCatGirl._transferFromExcluded(address,address,uint256).tTransferAmount (#812)
Variable PinkCatGirl._transferToExcluded(address,address,uint256).rTransferAmount (#796) is too similar to PinkCatGirl._getTValues(uint256).tTransferAmount (#855)
Variable PinkCatGirl.reflectionFromToken(uint256,bool).rTransferAmount (#548) is too similar to PinkCatGirl._transferFromExcluded(address,address,uint256).tTransferAmount (#812)
Variable PinkCatGirl._transferToExcluded(address,address,uint256).rTransferAmount (#796) is too similar to PinkCatGirl._transferStandard(address,address,uint256).tTransferAmount (#755)
Variable PinkCatGirl._transferFromExcluded(address,address,uint256).rTransferAmount (#815) is too similar to PinkCatGirl._transferStandard(address,address,uint256).tTransferAmount (#755)
Variable PinkCatGirl._transferToExcluded(address,address,uint256).rTransferAmount (#796) is too similar to PinkCatGirl._transferToExcluded(address,address,uint256).tTransferAmount (#793)
Variable PinkCatGirl._transferFromExcluded(address,address,uint256).rTransferAmount (#815) is too similar to PinkCatGirl._transferToExcluded(address,address,uint256).tTransferAmount (#793)
Variable PinkCatGirl._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#867) is too similar to PinkCatGirl._transferToExcluded(address,address,uint256).tTransferAmount (#793)
Variable PinkCatGirl._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#867) is too similar to PinkCatGirl._transferStandard(address,address,uint256).tTransferAmount (#755)
Variable PinkCatGirl._transferFromExcluded(address,address,uint256).rTransferAmount (#815) is too similar to PinkCatGirl._transferFromExcluded(address,address,uint256).tTransferAmount (#812)
Variable PinkCatGirl._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#867) is too similar to PinkCatGirl._transferFromExcluded(address,address,uint256).tTransferAmount (#812)
Variable PinkCatGirl._transferStandard(address,address,uint256).rTransferAmount (#758) is too similar to PinkCatGirl._transferStandard(address,address,uint256).tTransferAmount (#755)
Variable PinkCatGirl._transferFromExcluded(address,address,uint256).rTransferAmount (#815) is too similar to PinkCatGirl._getTValues(uint256).tTransferAmount (#855)
Variable PinkCatGirl._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#867) is too similar to PinkCatGirl._getTValues(uint256).tTransferAmount (#855)
Variable PinkCatGirl._transferStandard(address,address,uint256).rTransferAmount (#758) is too similar to PinkCatGirl._transferToExcluded(address,address,uint256).tTransferAmount (#793)
Variable PinkCatGirl._transferBothExcluded(address,address,uint256).rTransferAmount (#776) is too similar to PinkCatGirl._transferBothExcluded(address,address,uint256).tTransferAmount (#773)
Variable PinkCatGirl.reflectionFromToken(uint256,bool).rTransferAmount (#548) is too similar to PinkCatGirl._transferToExcluded(address,address,uint256).tTransferAmount (#793)
Variable PinkCatGirl._transferToExcluded(address,address,uint256).rTransferAmount (#796) is too similar to PinkCatGirl._transferBothExcluded(address,address,uint256).tTransferAmount (#773)
Variable PinkCatGirl._transferFromExcluded(address,address,uint256).rTransferAmount (#815) is too similar to PinkCatGirl._transferBothExcluded(address,address,uint256).tTransferAmount (#773)
Variable PinkCatGirl._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#867) is too similar to PinkCatGirl._transferBothExcluded(address,address,uint256).tTransferAmount (#773)
Variable PinkCatGirl._transferStandard(address,address,uint256).rTransferAmount (#758) is too similar to PinkCatGirl._transferBothExcluded(address,address,uint256).tTransferAmount (#773)
Variable PinkCatGirl._transferBothExcluded(address,address,uint256).rTransferAmount (#776) is too similar to PinkCatGirl._transferStandard(address,address,uint256).tTransferAmount (#755)
Variable PinkCatGirl._transferBothExcluded(address,address,uint256).rTransferAmount (#776) is too similar to PinkCatGirl._transferToExcluded(address,address,uint256).tTransferAmount (#793)
Prevent variables from having similar names.

Additional information: link

PinkCatGirl.slitherConstructorVariables() (#369-900) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** 9 (#385)
PinkCatGirl.slitherConstructorVariables() (#369-900) uses literals with too many digits:
- _maxTxAmount = 1000000000000000 * 10 ** 9 (#401)
PinkCatGirl.slitherConstructorVariables() (#369-900) uses literals with too many digits:
- _numTokensSellToAddToLiquidity = 1000000000000000 * 10 ** 9 (#402)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#116) is never used in PinkCatGirl (#369-900)
Remove unused state variables.

Additional information: link

Ownable._previousOwner (#116) should be constant
PinkCatGirl._Website (#404) should be constant
PinkCatGirl._maxTxAmount (#401) should be constant
PinkCatGirl._numTokensSellToAddToLiquidity (#402) should be constant
PinkCatGirl._tTotal (#385) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#138-141)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#143-147)
name() should be declared external:
- PinkCatGirl.name() (#451-453)
symbol() should be declared external:
- PinkCatGirl.symbol() (#454-456)
decimals() should be declared external:
- PinkCatGirl.decimals() (#457-459)
totalSupply() should be declared external:
- PinkCatGirl.totalSupply() (#460-462)
transfer(address,uint256) should be declared external:
- PinkCatGirl.transfer(address,uint256) (#467-471)
allowance(address,address) should be declared external:
- PinkCatGirl.allowance(address,address) (#472-475)
approve(address,uint256) should be declared external:
- PinkCatGirl.approve(address,uint256) (#476-480)
transferFrom(address,address,uint256) should be declared external:
- PinkCatGirl.transferFrom(address,address,uint256) (#488-493)
increaseAllowance(address,uint256) should be declared external:
- PinkCatGirl.increaseAllowance(address,uint256) (#494-499)
decreaseAllowance(address,uint256) should be declared external:
- PinkCatGirl.decreaseAllowance(address,uint256) (#500-504)
deliver(uint256) should be declared external:
- PinkCatGirl.deliver(uint256) (#517-530)
reflectionFromToken(uint256,bool) should be declared external:
- PinkCatGirl.reflectionFromToken(uint256,bool) (#531-553)
excludeFromReward(address) should be declared external:
- PinkCatGirl.excludeFromReward(address) (#560-568)
totalFees() should be declared external:
- PinkCatGirl.totalFees() (#582-584)
excludeFromFee(address) should be declared external:
- PinkCatGirl.excludeFromFee(address) (#585-587)
includeInFee(address) should be declared external:
- PinkCatGirl.includeInFee(address) (#588-590)
setSwapAndLiquifyEnabled(bool) should be declared external:
- PinkCatGirl.setSwapAndLiquifyEnabled(bool) (#592-595)
isExcludedFromFee(address) should be declared external:
- PinkCatGirl.isExcludedFromFee(address) (#597-599)
isExcludedFromReward(address) should be declared external:
- PinkCatGirl.isExcludedFromReward(address) (#600-602)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is low.


Average 30d number of PancakeSwap swaps is low.


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


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 5% buy tax and 4% sell tax.
Taxes are low and contract ownership is renounced.


Telegram account has relatively few subscribers


Twitter account has relatively few followers


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


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 PINK

News for PINK