SNAKE Token Logo

GSK [SNAKE] Token

About GSK

Listings

Token 2 years
white paper

Galaxy Snake is based on the traditional NFT model of uniqueness and scarcity that offers players the opportunity to earn potentially lucrative rewards. The Galaxy Snake theme is critical to a vibrant ecosystem whose value is driven by community engagement. It is true that the Token GSK currently lives an online gambling economy, but our future goal is to merge our system with the real world, creating something we call ""play-to-earn-live"". In such a way that they can use our token in different shops, mainly animals.

Galaxy Snake a uniqueness and scarcity NFT model that offers players the opportunity to earn potentially lucrative rewards. The Galaxy Snake theme is critical to a vibrant ecosystem whose value is driven by community engagement.
It is true that the Token $GSK currently lives an online gambling economy, but our future goal is to merge our system with the real world, creating something we call ""play-to-earn-live"".
In such a way that they can use our token in different shops, mainly animals.

The GSK token was minted on Binance Smart Chain (BSC) to avoid the high fees and latency associated with ETH transactions recently.

GSK is created as a utility coin in the game GALAXY SNAKE, an open source ecosystem with a wide range of potential applications, the first of which is a platform for collecting collectible NFT Snakes that can be crossed for better levels and rarities. The NFT Snake will grant TOKENS to their possessors within the Incubators of the game.

Once the users have acquired the Snake eggs, these are automatically opened when they are sent and linked to the game. Each egg has its own characteristics and probabilities. Thus creating an automatic chance in the delivery of the NFTs that will be available.

Farm Mode: In farm mode, we will get rewards for putting our snakes to farm in the incubators. We will have to feed them, give them to drink, clean their respective incubator and do the maintenance that the incubator requires.

PVP Mode: To participate in the battles, we must have a minimum of 4 cards (snakes). We will select the snakes that we want to use in battle. They will fight one by one against the rival's snakes. When we select the snakes to fight, the NFT will leave the chart in 3D mode.

Story Mode: We must not forget the story mode, where the player will have to overcome daily missions in order to advance to the next levels. In these levels we will find chests with our skins; potions, food, and all kinds of weapons. This will grant us, depending on the rarity of our snake, a series of advantages over our opponents at the time of battle in PvP mode.

Scholarship Mode: it is well known that some players prefer to obtain snakes and incubators and delegate them to others to carry out the combats or tasks for them. The latter are called scholarship players.

Bets Mode: We know that there are users who do not have the time or knowledge necessary to play, therefore, we have decided to implement external bets. A user will be able to access the list of battles that are about to be played and place their bet on the player they deem appropriate. If the player you have selected is the winner, he will take 85% of what his opponent has bet. Of the remaining 15%, 5% will go to the player who won the battle. In this way, the players who put their investment risk are rewarded and making it possible for outside bets to be made.

Social

Laser Scorebeta Last Audit: 8 January 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

Parameter SnakeTokenContract.modifyMarketingFeePercentage(uint256)._newVal (#144) is not in mixedCase
Parameter SnakeTokenContract.modifyEconomyFeePercentage(uint256)._newVal (#148) is not in mixedCase
Parameter SnakeTokenContract.getMarketingFee(uint256)._value (#156) is not in mixedCase
Parameter SnakeTokenContract.getEconomyFee(uint256)._value (#160) is not in mixedCase
Variable SnakeTokenContract.frozen_address (#121) is not in mixedCase
Variable SnakeTokenContract.contract_owner (#128) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

SnakeTokenContract.slitherConstructorVariables() (#117-201) uses literals with too many digits:
- totalSupply = 1000000000 * 10 ** 18 (#122)
SnakeTokenContract.slitherConstructorVariables() (#117-201) uses literals with too many digits:
- supplyDevs = 150000000 * 10 ** 18 (#123)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SnakeTokenContract.decimals (#126) should be constant
SnakeTokenContract.economyWallet (#132) should be constant
SnakeTokenContract.marketingWallet (#131) should be constant
SnakeTokenContract.name (#124) should be constant
SnakeTokenContract.supplyDevs (#123) should be constant
SnakeTokenContract.symbol (#125) should be constant
SnakeTokenContract.totalSupply (#122) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

transfer(address,uint256) should be declared external:
- SnakeTokenContract.transfer(address,uint256) (#165-175)
transferFrom(address,address,uint256) should be declared external:
- SnakeTokenContract.transferFrom(address,address,uint256) (#177-188)
approve(address,uint256) should be declared external:
- SnakeTokenContract.approve(address,uint256) (#190-194)
Use the external attribute for functions never called from the contract.

Additional information: link

SnakeTokenContract.modifyMarketingFeePercentage(uint256) (#144-146) should emit an event for:
- marketingFeePercentage = _newVal (#145)
SnakeTokenContract.modifyEconomyFeePercentage(uint256) (#148-150) should emit an event for:
- economyFeePercentage = _newVal (#149)
Emit an event for critical parameter changes.

Additional information: link

SnakeTokenContract.transfer(address,uint256) (#165-175) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(frozen_address[msg.sender] < block.timestamp,this address is frozen now) (#166)
SnakeTokenContract.transferFrom(address,address,uint256) (#177-188) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(frozen_address[from] < block.timestamp,this address is frozen now) (#178)
Avoid relying on block.timestamp.

Additional information: link

SafeMath.add(int256,int256) (#100-105) is never used and should be removed
SafeMath.div(int256,int256) (#58-65) is never used and should be removed
SafeMath.mod(uint256,uint256) (#111-114) is never used and should be removed
SafeMath.mul(int256,int256) (#27-41) is never used and should be removed
SafeMath.sub(int256,int256) (#80-85) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.2 (#2) allows old versions
solc-0.8.2 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

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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


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.


Telegram account link seems to be invalid


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to crawl data from the website


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

Additional information: link


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper 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


Young tokens have high risks of 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 GSK