Cow Inu Token Logo

CI [Cow Inu] Token

About CI

Listings

Token 2 years
CoinGecko 23 months
CoinMarketCap 24 months

Website

white paper

A new crypto coin, developed by a community of developers with the vision to digitalize the conventional currencies in the non-profit segment. In ancient India, cow was considered a symbol of wealth and prosperity.

The initial phases of the project will focus on streamlining digital transactions related to donations and dedications to non-charitable organizations and offerings to religious organizations. This segment needs digitalization and blockchain enablement to eradicate corruption and improve transparency in non-profit segments. Our first social application “AnAssurance.com“ will allow organizations to accept crypto currency online, track and monitor the genuine completeness of each transaction and its delivery to the right person or organization. The social app will verify and authenticate the organizations so benefactors will be rest assured that the donations and offerings reach the right place.

Social

Laser Scorebeta Last Audit: 22 May 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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

Reentrancy in CowInu._transfer(address,address,uint256) (#858-899):
External calls:
- swapAndLiquify(contractTokenBalance) (#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#933-939)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#1020)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#988)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#979)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1009)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#980)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#999)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1000)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#990)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1011)
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
- _rTotal = _rTotal.sub(rFee) (#1026)
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
- _tOwned[address(this)] = _tOwned[address(this)].add(tTeam) (#1022)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#998)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1008)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#989)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1010)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

CowInu._decimals (#661) should be constant
CowInu._name (#659) should be constant
CowInu._symbol (#660) should be constant
CowInu._tTotal (#655) should be constant
CowInu.numTokensSellToAddToLiquidity (#682) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#512) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#513)
Variable CowInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1050) is too similar to CowInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1043)
Variable CowInu._getValues(uint256).rTransferAmount (#1036) is too similar to CowInu._transferToExcluded(address,address,uint256).tTransferAmount (#987)
Variable CowInu._transferFromExcluded(address,address,uint256).rTransferAmount (#997) is too similar to CowInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1043)
Variable CowInu._getValues(uint256).rTransferAmount (#1036) is too similar to CowInu._transferStandard(address,address,uint256).tTransferAmount (#978)
Variable CowInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to CowInu._transferFromExcluded(address,address,uint256).tTransferAmount (#997)
Variable CowInu._transferStandard(address,address,uint256).rTransferAmount (#978) is too similar to CowInu._transferFromExcluded(address,address,uint256).tTransferAmount (#997)
Variable CowInu._getValues(uint256).rTransferAmount (#1036) is too similar to CowInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1043)
Variable CowInu._transferFromExcluded(address,address,uint256).rTransferAmount (#997) is too similar to CowInu._transferFromExcluded(address,address,uint256).tTransferAmount (#997)
Variable CowInu._transferToExcluded(address,address,uint256).rTransferAmount (#987) is too similar to CowInu._transferToExcluded(address,address,uint256).tTransferAmount (#987)
Variable CowInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1007) is too similar to CowInu._transferToExcluded(address,address,uint256).tTransferAmount (#987)
Variable CowInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1007) is too similar to CowInu._transferStandard(address,address,uint256).tTransferAmount (#978)
Variable CowInu._getValues(uint256).rTransferAmount (#1036) is too similar to CowInu._transferFromExcluded(address,address,uint256).tTransferAmount (#997)
Variable CowInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1007) is too similar to CowInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1043)
Variable CowInu._transferToExcluded(address,address,uint256).rTransferAmount (#987) is too similar to CowInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1043)
Variable CowInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1007) is too similar to CowInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1007)
Variable CowInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to CowInu._transferToExcluded(address,address,uint256).tTransferAmount (#987)
Variable CowInu._transferStandard(address,address,uint256).rTransferAmount (#978) is too similar to CowInu._transferToExcluded(address,address,uint256).tTransferAmount (#987)
Variable CowInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to CowInu._transferStandard(address,address,uint256).tTransferAmount (#978)
Variable CowInu._transferStandard(address,address,uint256).rTransferAmount (#978) is too similar to CowInu._transferStandard(address,address,uint256).tTransferAmount (#978)
Variable CowInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to CowInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1043)
Variable CowInu._transferStandard(address,address,uint256).rTransferAmount (#978) is too similar to CowInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1043)
Variable CowInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to CowInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1007)
Variable CowInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1007) is too similar to CowInu._transferFromExcluded(address,address,uint256).tTransferAmount (#997)
Variable CowInu._transferFromExcluded(address,address,uint256).rTransferAmount (#997) is too similar to CowInu._transferToExcluded(address,address,uint256).tTransferAmount (#987)
Variable CowInu._transferToExcluded(address,address,uint256).rTransferAmount (#987) is too similar to CowInu._transferFromExcluded(address,address,uint256).tTransferAmount (#997)
Variable CowInu._transferToExcluded(address,address,uint256).rTransferAmount (#987) is too similar to CowInu._getValues(uint256).tTransferAmount (#1034)
Variable CowInu._transferFromExcluded(address,address,uint256).rTransferAmount (#997) is too similar to CowInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1007)
Variable CowInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1050) is too similar to CowInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1007)
Variable CowInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1050) is too similar to CowInu._transferToExcluded(address,address,uint256).tTransferAmount (#987)
Variable CowInu._transferStandard(address,address,uint256).rTransferAmount (#978) is too similar to CowInu._getValues(uint256).tTransferAmount (#1034)
Variable CowInu._transferFromExcluded(address,address,uint256).rTransferAmount (#997) is too similar to CowInu._transferStandard(address,address,uint256).tTransferAmount (#978)
Variable CowInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1050) is too similar to CowInu._transferStandard(address,address,uint256).tTransferAmount (#978)
Variable CowInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1007) is too similar to CowInu._getValues(uint256).tTransferAmount (#1034)
Variable CowInu._getValues(uint256).rTransferAmount (#1036) is too similar to CowInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1007)
Variable CowInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1050) is too similar to CowInu._transferFromExcluded(address,address,uint256).tTransferAmount (#997)
Variable CowInu._transferFromExcluded(address,address,uint256).rTransferAmount (#997) is too similar to CowInu._getValues(uint256).tTransferAmount (#1034)
Variable CowInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1050) is too similar to CowInu._getValues(uint256).tTransferAmount (#1034)
Variable CowInu._transferToExcluded(address,address,uint256).rTransferAmount (#987) is too similar to CowInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1007)
Variable CowInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to CowInu._getValues(uint256).tTransferAmount (#1034)
Variable CowInu._transferStandard(address,address,uint256).rTransferAmount (#978) is too similar to CowInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1007)
Variable CowInu._transferToExcluded(address,address,uint256).rTransferAmount (#987) is too similar to CowInu._transferStandard(address,address,uint256).tTransferAmount (#978)
Variable CowInu._getValues(uint256).rTransferAmount (#1036) is too similar to CowInu._getValues(uint256).tTransferAmount (#1034)
Prevent variables from having similar names.

Additional information: link

CowInu.addLiquidity(uint256,uint256) (#942-955) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
Ensure that all the return values of the function calls are used.

Additional information: link

CowInu.allowance(address,address).owner (#743) shadows:
- Ownable.owner() (#383-385) (function)
CowInu._approve(address,address,uint256).owner (#850) shadows:
- Ownable.owner() (#383-385) (function)
Rename the local variables that shadow another component.

Additional information: link

CowInu._setTaxFee(uint256) (#1083-1086) should emit an event for:
- _taxFee = taxFee (#1085)
CowInu._setTeamFee(uint256) (#1088-1091) should emit an event for:
- _teamFee = teamFee (#1090)
CowInu.setMaxTxPercent(uint256) (#1097-1101) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1098-1100)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in CowInu._transfer(address,address,uint256) (#858-899):
External calls:
- swapAndLiquify(contractTokenBalance) (#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#933-939)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
- _previousTaxFee = _taxFee (#833)
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
- _previousTeamFee = _teamFee (#834)
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1027)
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
- _taxFee = _previousTaxFee (#841)
- _taxFee = 0 (#836)
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
- _teamFee = _previousTeamFee (#842)
- _teamFee = 0 (#837)
Reentrancy in CowInu.constructor() (#698-715):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#704-705)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#711)
- _isExcludedFromFee[address(this)] = true (#712)
- uniswapV2Router = _uniswapV2Router (#708)
Reentrancy in CowInu.swapAndLiquify(uint256) (#901-922):
External calls:
- swapTokensForEth(half) (#913)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#933-939)
- addLiquidity(otherHalf,newBalance) (#919)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#919)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#919)
- _allowances[owner][spender] = amount (#854)
Reentrancy in CowInu.transferFrom(address,address,uint256) (#752-756):
External calls:
- _transfer(sender,recipient,amount) (#753)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#933-939)
External calls sending eth:
- _transfer(sender,recipient,amount) (#753)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#754)
- _allowances[owner][spender] = amount (#854)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in CowInu._transfer(address,address,uint256) (#858-899):
External calls:
- swapAndLiquify(contractTokenBalance) (#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#933-939)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#983)
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
- Transfer(sender,recipient,tTransferAmount) (#993)
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
- Transfer(sender,recipient,tTransferAmount) (#1003)
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
- Transfer(sender,recipient,tTransferAmount) (#1014)
- _tokenTransfer(sender,recipient,amount,takeFee) (#898)
Reentrancy in CowInu.constructor() (#698-715):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#704-705)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#714)
Reentrancy in CowInu.swapAndLiquify(uint256) (#901-922):
External calls:
- swapTokensForEth(half) (#913)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#933-939)
- addLiquidity(otherHalf,newBalance) (#919)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#919)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#855)
- addLiquidity(otherHalf,newBalance) (#919)
- SwapAndLiquify(half,newBalance,otherHalf) (#921)
Reentrancy in CowInu.transferFrom(address,address,uint256) (#752-756):
External calls:
- _transfer(sender,recipient,amount) (#753)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#933-939)
External calls sending eth:
- _transfer(sender,recipient,amount) (#753)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#947-954)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#855)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#754)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#430-435) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#432)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#247-256) uses assembly
- INLINE ASM (#254)
Address._functionCallWithValue(address,bytes,uint256,string) (#340-361) uses assembly
- INLINE ASM (#353-356)
Do not use evm assembly.

Additional information: link

CowInu.includeAccount(address) (#817-828) has costly operations inside a loop:
- _excluded.pop() (#824)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#340-361) is never used and should be removed
Address.functionCall(address,bytes) (#300-302) is never used and should be removed
Address.functionCall(address,bytes,string) (#310-312) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#325-327) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#335-338) is never used and should be removed
Address.isContract(address) (#247-256) is never used and should be removed
Address.sendValue(address,uint256) (#274-280) is never used and should be removed
Context._msgData() (#9-12) is never used and should be removed
CowInu._getMaxTxAmount() (#1075-1077) is never used and should be removed
CowInu._getTaxFee() (#1071-1073) is never used and should be removed
SafeMath.mod(uint256,uint256) (#207-209) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#223-226) is never used and should be removed
Remove unused functions.

Additional information: link

CowInu._rTotal (#656) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
CowInu._previousTaxFee (#667) is set pre-construction with a non-constant function or state variable:
- _taxFee
CowInu._previousTeamFee (#668) is set pre-construction with a non-constant function or state variable:
- _teamFee
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

Low level call in Address.sendValue(address,uint256) (#274-280):
- (success) = recipient.call{value: amount}() (#278)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#340-361):
- (success,returndata) = target.call{value: weiValue}(data) (#344)
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() (#469) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#470) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#487) is not in mixedCase
Function IUniswapV2Router01.WETH() (#507) is not in mixedCase
Function CowInu._getETHBalance() (#1079-1081) is not in mixedCase
Function CowInu._setTaxFee(uint256) (#1083-1086) is not in mixedCase
Function CowInu._setTeamFee(uint256) (#1088-1091) is not in mixedCase
Parameter CowInu.setSwapAndLiquifyEnabled(bool)._enabled (#1092) is not in mixedCase
Variable CowInu._maxTxAmount (#681) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#402-405)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#411-415)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#417-419)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#422-427)
unlock() should be declared external:
- Ownable.unlock() (#430-435)
name() should be declared external:
- CowInu.name() (#717-719)
symbol() should be declared external:
- CowInu.symbol() (#721-723)
decimals() should be declared external:
- CowInu.decimals() (#725-727)
totalSupply() should be declared external:
- CowInu.totalSupply() (#729-731)
transfer(address,uint256) should be declared external:
- CowInu.transfer(address,uint256) (#738-741)
allowance(address,address) should be declared external:
- CowInu.allowance(address,address) (#743-745)
approve(address,uint256) should be declared external:
- CowInu.approve(address,uint256) (#747-750)
transferFrom(address,address,uint256) should be declared external:
- CowInu.transferFrom(address,address,uint256) (#752-756)
increaseAllowance(address,uint256) should be declared external:
- CowInu.increaseAllowance(address,uint256) (#758-761)
decreaseAllowance(address,uint256) should be declared external:
- CowInu.decreaseAllowance(address,uint256) (#763-766)
isExcluded(address) should be declared external:
- CowInu.isExcluded(address) (#768-770)
totalFees() should be declared external:
- CowInu.totalFees() (#777-779)
deliver(uint256) should be declared external:
- CowInu.deliver(uint256) (#781-788)
reflectionFromToken(uint256,bool) should be declared external:
- CowInu.reflectionFromToken(uint256,bool) (#790-799)
isExcludedFromFee(address) should be declared external:
- CowInu.isExcludedFromFee(address) (#846-848)
_getETHBalance() should be declared external:
- CowInu._getETHBalance() (#1079-1081)
setSwapAndLiquifyEnabled(bool) should be declared external:
- CowInu.setSwapAndLiquifyEnabled(bool) (#1092-1095)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


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

Contract has 5% buy tax and 4% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Token is deployed only at one blockchain


Token has only one trading pair

No disclosed threats


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

Additional information: link


Unable to find token contract audit


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Unable to find audit link on the website


Unable to find whitepaper link on the website


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for CI

News for CI