SpyOnCrypto Token Logo

SPYON [SpyOnCrypto] Token

About SPYON

Listings

Token 3 years

Tired of rugpull, the exit scam in the crypto world ? We are. Now imagine a world where in 1 click you would be able to assess whether a token is legitimate or not ? Life for crypto investors would be easier.

At SpyOnCrypto our goal is to make crypto-investors secure by making it easier for investors to DYOR with a set of tools only available to $SPYON holders.

Drawing on the expertise of its developers, SpyOnCrypto also offers an intelligent contract auditing service. Complete analyses and adapted solution proposals.

Social

Laser Scorebeta Last Audit: 14 January 2022

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


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

Address._functionCallWithValue(address,bytes,uint256,string) (#366-387) is never used and should be removed
Address.functionCall(address,bytes) (#326-328) is never used and should be removed
Address.functionCall(address,bytes,string) (#336-338) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#351-353) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#361-364) is never used and should be removed
Address.isContract(address) (#273-282) is never used and should be removed
Address.sendValue(address,uint256) (#300-306) is never used and should be removed
Context._msgData() (#35-38) is never used and should be removed
SafeMath.mod(uint256,uint256) (#233-235) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#249-252) is never used and should be removed
Remove unused functions.

Additional information: link

SpyOnCrypto._getTValues(uint256) (#650-654) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(5) (#651)
Consider ordering multiplication before division.

Additional information: link

SpyOnCrypto.allowance(address,address).owner (#496) shadows:
- Ownable.owner() (#407-409) (function)
SpyOnCrypto._approve(address,address,uint256).owner (#577) shadows:
- Ownable.owner() (#407-409) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#273-282) uses assembly
- INLINE ASM (#280)
Address._functionCallWithValue(address,bytes,uint256,string) (#366-387) uses assembly
- INLINE ASM (#379-382)
Do not use evm assembly.

Additional information: link

SpyOnCrypto.includeAccount(address) (#564-575) has costly operations inside a loop:
- _excluded.pop() (#571)
Use a local variable to hold the loop computation result.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#300-306):
- (success) = recipient.call{value: amount}() (#304)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#366-387):
- (success,returndata) = target.call{value: weiValue}(data) (#370)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant SpyOnCrypto._tTotal (#456) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#36)" inContext (#30-39)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable SpyOnCrypto._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to SpyOnCrypto._transferStandard(address,address,uint256).tTransferAmount (#603)
Variable SpyOnCrypto._getRValues(uint256,uint256,uint256).rTransferAmount (#659) is too similar to SpyOnCrypto._transferStandard(address,address,uint256).tTransferAmount (#603)
Variable SpyOnCrypto._getValues(uint256).rTransferAmount (#646) is too similar to SpyOnCrypto._transferStandard(address,address,uint256).tTransferAmount (#603)
Variable SpyOnCrypto._transferStandard(address,address,uint256).rTransferAmount (#603) is too similar to SpyOnCrypto._transferStandard(address,address,uint256).tTransferAmount (#603)
Variable SpyOnCrypto._transferToExcluded(address,address,uint256).rTransferAmount (#611) is too similar to SpyOnCrypto._getTValues(uint256).tTransferAmount (#652)
Variable SpyOnCrypto._transferToExcluded(address,address,uint256).rTransferAmount (#611) is too similar to SpyOnCrypto._transferFromExcluded(address,address,uint256).tTransferAmount (#620)
Variable SpyOnCrypto.reflectionFromToken(uint256,bool).rTransferAmount (#544) is too similar to SpyOnCrypto._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable SpyOnCrypto._transferFromExcluded(address,address,uint256).rTransferAmount (#620) is too similar to SpyOnCrypto._getTValues(uint256).tTransferAmount (#652)
Variable SpyOnCrypto.reflectionFromToken(uint256,bool).rTransferAmount (#544) is too similar to SpyOnCrypto._transferToExcluded(address,address,uint256).tTransferAmount (#611)
Variable SpyOnCrypto._transferToExcluded(address,address,uint256).rTransferAmount (#611) is too similar to SpyOnCrypto._transferStandard(address,address,uint256).tTransferAmount (#603)
Variable SpyOnCrypto._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to SpyOnCrypto._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable SpyOnCrypto._transferFromExcluded(address,address,uint256).rTransferAmount (#620) is too similar to SpyOnCrypto._transferFromExcluded(address,address,uint256).tTransferAmount (#620)
Variable SpyOnCrypto._getValues(uint256).rTransferAmount (#646) is too similar to SpyOnCrypto._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable SpyOnCrypto.reflectionFromToken(uint256,bool).rTransferAmount (#544) is too similar to SpyOnCrypto._getTValues(uint256).tTransferAmount (#652)
Variable SpyOnCrypto.reflectionFromToken(uint256,bool).rTransferAmount (#544) is too similar to SpyOnCrypto._transferFromExcluded(address,address,uint256).tTransferAmount (#620)
Variable SpyOnCrypto._getValues(uint256).rTransferAmount (#646) is too similar to SpyOnCrypto._transferToExcluded(address,address,uint256).tTransferAmount (#611)
Variable SpyOnCrypto._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to SpyOnCrypto._getTValues(uint256).tTransferAmount (#652)
Variable SpyOnCrypto._transferToExcluded(address,address,uint256).rTransferAmount (#611) is too similar to SpyOnCrypto._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable SpyOnCrypto._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to SpyOnCrypto._transferFromExcluded(address,address,uint256).tTransferAmount (#620)
Variable SpyOnCrypto.reflectionFromToken(uint256,bool).rTransferAmount (#544) is too similar to SpyOnCrypto._transferStandard(address,address,uint256).tTransferAmount (#603)
Variable SpyOnCrypto._transferToExcluded(address,address,uint256).rTransferAmount (#611) is too similar to SpyOnCrypto._transferToExcluded(address,address,uint256).tTransferAmount (#611)
Variable SpyOnCrypto._getRValues(uint256,uint256,uint256).rTransferAmount (#659) is too similar to SpyOnCrypto._getTValues(uint256).tTransferAmount (#652)
Variable SpyOnCrypto._transferStandard(address,address,uint256).rTransferAmount (#603) is too similar to SpyOnCrypto._getTValues(uint256).tTransferAmount (#652)
Variable SpyOnCrypto._getValues(uint256).rTransferAmount (#646) is too similar to SpyOnCrypto._getTValues(uint256).tTransferAmount (#652)
Variable SpyOnCrypto._getRValues(uint256,uint256,uint256).rTransferAmount (#659) is too similar to SpyOnCrypto._transferFromExcluded(address,address,uint256).tTransferAmount (#620)
Variable SpyOnCrypto._transferStandard(address,address,uint256).rTransferAmount (#603) is too similar to SpyOnCrypto._transferFromExcluded(address,address,uint256).tTransferAmount (#620)
Variable SpyOnCrypto._getValues(uint256).rTransferAmount (#646) is too similar to SpyOnCrypto._transferFromExcluded(address,address,uint256).tTransferAmount (#620)
Variable SpyOnCrypto._getRValues(uint256,uint256,uint256).rTransferAmount (#659) is too similar to SpyOnCrypto._getValues(uint256).tTransferAmount (#644)
Variable SpyOnCrypto._getRValues(uint256,uint256,uint256).rTransferAmount (#659) is too similar to SpyOnCrypto._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable SpyOnCrypto._transferFromExcluded(address,address,uint256).rTransferAmount (#620) is too similar to SpyOnCrypto._transferStandard(address,address,uint256).tTransferAmount (#603)
Variable SpyOnCrypto._transferFromExcluded(address,address,uint256).rTransferAmount (#620) is too similar to SpyOnCrypto._getValues(uint256).tTransferAmount (#644)
Variable SpyOnCrypto._transferFromExcluded(address,address,uint256).rTransferAmount (#620) is too similar to SpyOnCrypto._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable SpyOnCrypto._getRValues(uint256,uint256,uint256).rTransferAmount (#659) is too similar to SpyOnCrypto._transferToExcluded(address,address,uint256).tTransferAmount (#611)
Variable SpyOnCrypto._transferStandard(address,address,uint256).rTransferAmount (#603) is too similar to SpyOnCrypto._getValues(uint256).tTransferAmount (#644)
Variable SpyOnCrypto._transferFromExcluded(address,address,uint256).rTransferAmount (#620) is too similar to SpyOnCrypto._transferToExcluded(address,address,uint256).tTransferAmount (#611)
Variable SpyOnCrypto.reflectionFromToken(uint256,bool).rTransferAmount (#544) is too similar to SpyOnCrypto._getValues(uint256).tTransferAmount (#644)
Variable SpyOnCrypto._transferStandard(address,address,uint256).rTransferAmount (#603) is too similar to SpyOnCrypto._transferBothExcluded(address,address,uint256).tTransferAmount (#629)
Variable SpyOnCrypto._getValues(uint256).rTransferAmount (#646) is too similar to SpyOnCrypto._getValues(uint256).tTransferAmount (#644)
Variable SpyOnCrypto._transferStandard(address,address,uint256).rTransferAmount (#603) is too similar to SpyOnCrypto._transferToExcluded(address,address,uint256).tTransferAmount (#611)
Variable SpyOnCrypto._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to SpyOnCrypto._getValues(uint256).tTransferAmount (#644)
Variable SpyOnCrypto._transferToExcluded(address,address,uint256).rTransferAmount (#611) is too similar to SpyOnCrypto._getValues(uint256).tTransferAmount (#644)
Variable SpyOnCrypto._transferBothExcluded(address,address,uint256).rTransferAmount (#629) is too similar to SpyOnCrypto._transferToExcluded(address,address,uint256).tTransferAmount (#611)
Prevent variables from having similar names.

Additional information: link

SpyOnCrypto.slitherConstructorConstantVariables() (#444-680) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** 6 * 10 ** 9 (#456)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SpyOnCrypto._decimals (#462) should be constant
SpyOnCrypto._name (#460) should be constant
SpyOnCrypto._symbol (#461) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#407-409)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#426-429)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#435-439)
name() should be declared external:
- SpyOnCrypto.name() (#470-472)
symbol() should be declared external:
- SpyOnCrypto.symbol() (#474-476)
decimals() should be declared external:
- SpyOnCrypto.decimals() (#478-480)
totalSupply() should be declared external:
- SpyOnCrypto.totalSupply() (#482-484)
balanceOf(address) should be declared external:
- SpyOnCrypto.balanceOf(address) (#486-489)
transfer(address,uint256) should be declared external:
- SpyOnCrypto.transfer(address,uint256) (#491-494)
allowance(address,address) should be declared external:
- SpyOnCrypto.allowance(address,address) (#496-498)
approve(address,uint256) should be declared external:
- SpyOnCrypto.approve(address,uint256) (#500-503)
transferFrom(address,address,uint256) should be declared external:
- SpyOnCrypto.transferFrom(address,address,uint256) (#505-509)
increaseAllowance(address,uint256) should be declared external:
- SpyOnCrypto.increaseAllowance(address,uint256) (#511-514)
decreaseAllowance(address,uint256) should be declared external:
- SpyOnCrypto.decreaseAllowance(address,uint256) (#516-519)
isExcluded(address) should be declared external:
- SpyOnCrypto.isExcluded(address) (#521-523)
totalFees() should be declared external:
- SpyOnCrypto.totalFees() (#525-527)
reflect(uint256) should be declared external:
- SpyOnCrypto.reflect(uint256) (#529-536)
reflectionFromToken(uint256,bool) should be declared external:
- SpyOnCrypto.reflectionFromToken(uint256,bool) (#538-547)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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


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.


Last post in Twitter was more than 30 days ago


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 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 whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but average PancakeSwap 30d trading volume is low


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 SPYON

News for SPYON