Gaming Stars Token Logo

GS1 [Gaming Stars] Token

About GS1

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

NFTGamingStars project has been started by two co-founders that were in love with crypto world. We provide low-cost crypto trading platform, allowing users to make the maximum cryptocurrencies while retaining more security and safety. We're integrating blockchain and NFT technologies to better collective experiences of customers. Our platform is founded on Binance Smart Chain technology, which assures the validity, traceability, and immutability of digital assets. It also features a dynamic user interface and a customizable API to assist with transactions.

The NFT Gaming Star platform is founded on concepts of openness, fairness, and immutability, removing the chance of fraud and allowing players to start earning in-game instead of buying, trading their time and effort for concrete. Our token is called GS1(short for Gaming Stars One) and it allows users to earn crypto by playing video games we are constantly developing.

The Stars Network unites NFT, Gaming, Decentralized exchange, and Metaverse enthusiasts. We have a clear vision and our roadmap we follow.

Laser Scorebeta Last Audit: 26 April 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Anti-Scam

Links

GamingStars._balances (#885) shadows:
- BEP20._balances (#572)
GamingStars._allowances (#886) shadows:
- BEP20._allowances (#574)
GamingStars._totalSupply (#887) shadows:
- BEP20._totalSupply (#576)
GamingStars._name (#888) shadows:
- BEP20._name (#578)
GamingStars._symbol (#889) shadows:
- BEP20._symbol (#579)
Remove the state variable shadowing.

Additional information: link


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

GamingStars._writeCheckpoint(address,uint32,uint256,uint256) (#1133-1149) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#1141)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link

GamingStars.Earn (#908) is written in both
Earn = _Earn (#921)
Earn = _Earn (#926)
Fix or remove the writes.

Additional information: link


Contract ownership is semi-renounced (passed to a contract)

BEP20.constructor(string,string).name (#591) shadows:
- BEP20.name() (#607-609) (function)
- IBEP20.name() (#124) (function)
BEP20.constructor(string,string).symbol (#591) shadows:
- BEP20.symbol() (#621-623) (function)
- IBEP20.symbol() (#119) (function)
BEP20.allowance(address,address).owner (#655) shadows:
- Ownable.owner() (#63-65) (function)
BEP20._approve(address,address,uint256).owner (#856) shadows:
- Ownable.owner() (#63-65) (function)
GamingStars.constructor(address,address,address,address,address,address,address,address,address,address).owner (#915) shadows:
- Ownable.owner() (#63-65) (function)
Rename the local variables that shadow another component.

Additional information: link

GamingStars.constructor(address,address,address,address,address,address,address,address,address,address)._LiquidityMain (#915) lacks a zero-check on :
- LiquidityWalletMain = _LiquidityMain (#916)
GamingStars.constructor(address,address,address,address,address,address,address,address,address,address).owner (#915) lacks a zero-check on :
- _TokenOwner = owner (#917)
GamingStars.constructor(address,address,address,address,address,address,address,address,address,address)._communityReward (#915) lacks a zero-check on :
- communityReward = _communityReward (#918)
GamingStars.constructor(address,address,address,address,address,address,address,address,address,address)._Liquidity (#915) lacks a zero-check on :
- Liquidity = _Liquidity (#919)
GamingStars.constructor(address,address,address,address,address,address,address,address,address,address)._reserve (#915) lacks a zero-check on :
- reserve = _reserve (#920)
GamingStars.constructor(address,address,address,address,address,address,address,address,address,address)._Earn (#915) lacks a zero-check on :
- Earn = _Earn (#921)
- Earn = _Earn (#926)
GamingStars.constructor(address,address,address,address,address,address,address,address,address,address)._company (#915) lacks a zero-check on :
- company = _company (#922)
GamingStars.constructor(address,address,address,address,address,address,address,address,address,address)._airdrop (#915) lacks a zero-check on :
- airdrop = _airdrop (#923)
GamingStars.constructor(address,address,address,address,address,address,address,address,address,address)._Team (#915) lacks a zero-check on :
- Team = _Team (#924)
GamingStars.constructor(address,address,address,address,address,address,address,address,address,address)._marketingTeam (#915) lacks a zero-check on :
- marketingTeam = _marketingTeam (#925)
Check that the address is not zero.

Additional information: link

GamingStars.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#1025-1046) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,BAKE::delegateBySig: signature expired) (#1044)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#407-418) uses assembly
- INLINE ASM (#414-416)
Address._functionCallWithValue(address,bytes,uint256,string) (#515-541) uses assembly
- INLINE ASM (#533-536)
GamingStars.getChainId() (#1156-1162) uses assembly
- INLINE ASM (#1158-1160)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#515-541) is never used and should be removed
Address.functionCall(address,bytes) (#462-464) is never used and should be removed
Address.functionCall(address,bytes,string) (#472-478) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#491-497) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#505-513) is never used and should be removed
Address.isContract(address) (#407-418) is never used and should be removed
Address.sendValue(address,uint256) (#436-442) is never used and should be removed
BEP20._afterTokenTransfer(address,address,uint256) (#825-829) is never used and should be removed
BEP20._beforeTokenTransfer(address,address,uint256) (#805-809) is never used and should be removed
BEP20._burnFrom(address,uint256) (#873-880) is never used and should be removed
Context._msgData() (#28-31) is never used and should be removed
SafeMath.div(uint256,uint256) (#302-304) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#318-328) is never used and should be removed
SafeMath.min(uint256,uint256) (#367-369) is never used and should be removed
SafeMath.mod(uint256,uint256) (#342-344) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#358-365) is never used and should be removed
SafeMath.mul(uint256,uint256) (#276-288) is never used and should be removed
SafeMath.sqrt(uint256) (#372-383) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version>=0.6.6 (#7) allows old versions
solc-0.6.6 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

Low level call in Address.sendValue(address,uint256) (#436-442):
- (success) = recipient.call{value: amount}() (#440)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#515-541):
- (success,returndata) = target.call{value: weiValue}(data) (#524)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter GamingStars.mint(address,uint256)._to (#942) is not in mixedCase
Parameter GamingStars.mint(address,uint256)._amount (#942) is not in mixedCase
Parameter GamingStars.mintTo(address,uint256)._to (#947) is not in mixedCase
Parameter GamingStars.mintTo(address,uint256)._amount (#947) is not in mixedCase
Variable GamingStars.BURN_FEE (#890) is not in mixedCase
Variable GamingStars.TAX_FEE (#891) is not in mixedCase
Variable GamingStars.liquidity_FEE (#892) is not in mixedCase
Variable GamingStars.marketing_share (#893) is not in mixedCase
Variable GamingStars.Earn_share (#894) is not in mixedCase
Variable GamingStars.Team_share (#895) is not in mixedCase
Variable GamingStars.company_share (#896) is not in mixedCase
Variable GamingStars.reserve_share (#897) is not in mixedCase
Variable GamingStars.Liquidity_share (#898) is not in mixedCase
Variable GamingStars.airdrop_share (#899) is not in mixedCase
Variable GamingStars.communityReward_share (#900) is not in mixedCase
Variable GamingStars.LiquidityWalletMain (#903) is not in mixedCase
Variable GamingStars.Team (#907) is not in mixedCase
Variable GamingStars.Earn (#908) is not in mixedCase
Variable GamingStars.Liquidity (#911) is not in mixedCase
Variable GamingStars._TokenOwner (#912) is not in mixedCase
Variable GamingStars._delegates (#953) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#29)" inContext (#19-32)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable GamingStars._totalSupply (#887) is too similar to GamingStars.totalSupplys (#901)
Prevent variables from having similar names.

Additional information: link

GamingStars.slitherConstructorVariables() (#883-1164) uses literals with too many digits:
- totalSupplys = 250000000 * 10 ** 18 (#901)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

GamingStars._balances (#885) is never used in GamingStars (#883-1164)
GamingStars._allowances (#886) is never used in GamingStars (#883-1164)
GamingStars._totalSupply (#887) is never used in GamingStars (#883-1164)
GamingStars.liquidityWalletSupply (#913) is never used in GamingStars (#883-1164)
Remove unused state variables.

Additional information: link

GamingStars.BURN_FEE (#890) should be constant
GamingStars.Earn_share (#894) should be constant
GamingStars.Liquidity_share (#898) should be constant
GamingStars.TAX_FEE (#891) should be constant
GamingStars.Team_share (#895) should be constant
GamingStars._totalSupply (#887) should be constant
GamingStars.airdrop_share (#899) should be constant
GamingStars.communityReward_share (#900) should be constant
GamingStars.company_share (#896) should be constant
GamingStars.liquidityWalletSupply (#913) should be constant
GamingStars.liquidity_FEE (#892) should be constant
GamingStars.marketing_share (#893) should be constant
GamingStars.reserve_share (#897) should be constant
GamingStars.totalSupplys (#901) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#82-85)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#91-93)
decimals() should be declared external:
- BEP20.decimals() (#614-616)
symbol() should be declared external:
- BEP20.symbol() (#621-623)
totalSupply() should be declared external:
- BEP20.totalSupply() (#628-630)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#647-650)
- GamingStars.transfer(address,uint256) (#991-1003)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#655-657)
mint(uint256) should be declared external:
- BEP20.mint(uint256) (#667-670)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#679-682)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#696-708)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#722-725)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#741-748)
mint(address,uint256) should be declared external:
- GamingStars.mint(address,uint256) (#942-945)
mintTo(address,uint256) should be declared external:
- GamingStars.mintTo(address,uint256) (#947-950)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

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


Average 30d number of PancakeSwap swaps is low.


Token is deployed only at one blockchain


Unable to find Youtube account


Unable to find token contract audit


Unable to find audit link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Alexa traffic rank is relatively low

Additional information: link


Young tokens have high risks of 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 relatively low CoinGecko rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinMarketCap rank

Price for GS1

News for GS1