Nekocoin Token Logo

NEKOS [Nekocoin] Token

About NEKOS

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Say hello to the cutest Neko on BSC, Neko Coin is a community-focused, decentralized cryptocurrency with instant rewards for holders.

The goal of Neko Coin is to prevent Cats of all breeds from being abandoned. For this reason we will be making regular donations to community chosen cat charities!

Social

Laser Scorebeta Last Audit: 18 June 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...)

NEKOCOIN._getTValues(uint256) (#634-638) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(2) (#635)
Consider ordering multiplication before division.

Additional information: link

NEKOCOIN.allowance(address,address).owner (#480) shadows:
- Ownable.owner() (#392-394) (function)
NEKOCOIN._approve(address,address,uint256).owner (#561) shadows:
- Ownable.owner() (#392-394) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#258-267) uses assembly
- INLINE ASM (#265)
Address._functionCallWithValue(address,bytes,uint256,string) (#351-372) uses assembly
- INLINE ASM (#364-367)
Do not use evm assembly.

Additional information: link

NEKOCOIN.includeAccount(address) (#548-559) has costly operations inside a loop:
- _excluded.pop() (#555)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#351-372) is never used and should be removed
Address.functionCall(address,bytes) (#311-313) is never used and should be removed
Address.functionCall(address,bytes,string) (#321-323) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#336-338) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#346-349) is never used and should be removed
Address.isContract(address) (#258-267) is never used and should be removed
Address.sendValue(address,uint256) (#285-291) is never used and should be removed
Context._msgData() (#20-23) is never used and should be removed
SafeMath.mod(uint256,uint256) (#218-220) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#234-237) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#285-291):
- (success) = recipient.call{value: amount}() (#289)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#351-372):
- (success,returndata) = target.call{value: weiValue}(data) (#355)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant NEKOCOIN._tTotal (#441) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable NEKOCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#613) is too similar to NEKOCOIN._getTValues(uint256).tTransferAmount (#636)
Variable NEKOCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#643) is too similar to NEKOCOIN._getTValues(uint256).tTransferAmount (#636)
Variable NEKOCOIN._transferStandard(address,address,uint256).rTransferAmount (#587) is too similar to NEKOCOIN._getTValues(uint256).tTransferAmount (#636)
Variable NEKOCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#604) is too similar to NEKOCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#604)
Variable NEKOCOIN._getValues(uint256).rTransferAmount (#630) is too similar to NEKOCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#604)
Variable NEKOCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#528) is too similar to NEKOCOIN._getTValues(uint256).tTransferAmount (#636)
Variable NEKOCOIN._getValues(uint256).rTransferAmount (#630) is too similar to NEKOCOIN._getTValues(uint256).tTransferAmount (#636)
Variable NEKOCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#613) is too similar to NEKOCOIN._transferStandard(address,address,uint256).tTransferAmount (#587)
Variable NEKOCOIN._transferStandard(address,address,uint256).rTransferAmount (#587) is too similar to NEKOCOIN._transferStandard(address,address,uint256).tTransferAmount (#587)
Variable NEKOCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#643) is too similar to NEKOCOIN._transferStandard(address,address,uint256).tTransferAmount (#587)
Variable NEKOCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#613) is too similar to NEKOCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#604)
Variable NEKOCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#643) is too similar to NEKOCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#604)
Variable NEKOCOIN._transferStandard(address,address,uint256).rTransferAmount (#587) is too similar to NEKOCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#604)
Variable NEKOCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#613) is too similar to NEKOCOIN._getValues(uint256).tTransferAmount (#628)
Variable NEKOCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#528) is too similar to NEKOCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#604)
Variable NEKOCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#613) is too similar to NEKOCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#613)
Variable NEKOCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#643) is too similar to NEKOCOIN._getValues(uint256).tTransferAmount (#628)
Variable NEKOCOIN._transferStandard(address,address,uint256).rTransferAmount (#587) is too similar to NEKOCOIN._getValues(uint256).tTransferAmount (#628)
Variable NEKOCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#604) is too similar to NEKOCOIN._getValues(uint256).tTransferAmount (#628)
Variable NEKOCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#604) is too similar to NEKOCOIN._getTValues(uint256).tTransferAmount (#636)
Variable NEKOCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#613) is too similar to NEKOCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#595)
Variable NEKOCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#595) is too similar to NEKOCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#613)
Variable NEKOCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#595) is too similar to NEKOCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#595)
Variable NEKOCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#528) is too similar to NEKOCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#613)
Variable NEKOCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#528) is too similar to NEKOCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#595)
Variable NEKOCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#595) is too similar to NEKOCOIN._transferStandard(address,address,uint256).tTransferAmount (#587)
Variable NEKOCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#528) is too similar to NEKOCOIN._transferStandard(address,address,uint256).tTransferAmount (#587)
Variable NEKOCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#643) is too similar to NEKOCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#613)
Variable NEKOCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#643) is too similar to NEKOCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#595)
Variable NEKOCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#595) is too similar to NEKOCOIN._getValues(uint256).tTransferAmount (#628)
Variable NEKOCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#595) is too similar to NEKOCOIN._getTValues(uint256).tTransferAmount (#636)
Variable NEKOCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#528) is too similar to NEKOCOIN._getValues(uint256).tTransferAmount (#628)
Variable NEKOCOIN._getValues(uint256).rTransferAmount (#630) is too similar to NEKOCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#613)
Variable NEKOCOIN._transferStandard(address,address,uint256).rTransferAmount (#587) is too similar to NEKOCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#613)
Variable NEKOCOIN._getValues(uint256).rTransferAmount (#630) is too similar to NEKOCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#595)
Variable NEKOCOIN._transferStandard(address,address,uint256).rTransferAmount (#587) is too similar to NEKOCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#595)
Variable NEKOCOIN._getValues(uint256).rTransferAmount (#630) is too similar to NEKOCOIN._transferStandard(address,address,uint256).tTransferAmount (#587)
Variable NEKOCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#595) is too similar to NEKOCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#604)
Variable NEKOCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#604) is too similar to NEKOCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#613)
Variable NEKOCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#604) is too similar to NEKOCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#595)
Variable NEKOCOIN._getValues(uint256).rTransferAmount (#630) is too similar to NEKOCOIN._getValues(uint256).tTransferAmount (#628)
Variable NEKOCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#604) is too similar to NEKOCOIN._transferStandard(address,address,uint256).tTransferAmount (#587)
Prevent variables from having similar names.

Additional information: link

NEKOCOIN.slitherConstructorConstantVariables() (#429-664) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 (#441)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

NEKOCOIN._decimals (#447) should be constant
NEKOCOIN._name (#445) should be constant
NEKOCOIN._symbol (#446) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#392-394)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#411-414)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#420-424)
name() should be declared external:
- NEKOCOIN.name() (#454-456)
symbol() should be declared external:
- NEKOCOIN.symbol() (#458-460)
decimals() should be declared external:
- NEKOCOIN.decimals() (#462-464)
totalSupply() should be declared external:
- NEKOCOIN.totalSupply() (#466-468)
balanceOf(address) should be declared external:
- NEKOCOIN.balanceOf(address) (#470-473)
transfer(address,uint256) should be declared external:
- NEKOCOIN.transfer(address,uint256) (#475-478)
allowance(address,address) should be declared external:
- NEKOCOIN.allowance(address,address) (#480-482)
approve(address,uint256) should be declared external:
- NEKOCOIN.approve(address,uint256) (#484-487)
transferFrom(address,address,uint256) should be declared external:
- NEKOCOIN.transferFrom(address,address,uint256) (#489-493)
increaseAllowance(address,uint256) should be declared external:
- NEKOCOIN.increaseAllowance(address,uint256) (#495-498)
decreaseAllowance(address,uint256) should be declared external:
- NEKOCOIN.decreaseAllowance(address,uint256) (#500-503)
isExcluded(address) should be declared external:
- NEKOCOIN.isExcluded(address) (#505-507)
totalFees() should be declared external:
- NEKOCOIN.totalFees() (#509-511)
reflect(uint256) should be declared external:
- NEKOCOIN.reflect(uint256) (#513-520)
reflectionFromToken(uint256,bool) should be declared external:
- NEKOCOIN.reflectionFromToken(uint256,bool) (#522-531)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 2% buy tax and 1% sell tax.
Taxes are low and contract ownership is renounced.


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


Unable to find token contract audit


Unable to find audit link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


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

Price for NEKOS

News for NEKOS