Baby Squid Game Token Logo

SQUIDS [Baby Squid Game] Token

About SQUIDS

Listings

Token 2 years
white paper

Dividends token paying holders 7% rewards in Axie Infinity Shards on every buy and sell.

Team based mainly in the UK and USA.

Baby Squid Games is building an NFT game where you can mint a variety of our Baby Squids. They will be randomly assigned different stats according to the rarity of their variable body parts.

There are 12 different status types of our Squids; Sun, Sea, Sky, Dream, Cursed, Volt, Nature, Earth, Metal, Dark, Light + Snow.

Each type is more or less effective versus certain types with a complex effectiveness graph to add an in-depth tactical element to the gameplay.

A city hub is being built which will function as a place where players can meet up with other players to trade, battle or even visit the shops to purchase upgrades for their Squids.

Laser Scorebeta Last Audit: 30 November 2021

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...)

SQUIDS.swapBack() (#924-960) sends eth to arbitrary user
Dangerous calls:
- address(marketing).call{gas: 30000,value: amountBNBMarketing}() (#949)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in SQUIDS._transferFrom(address,address,uint256) (#749-792):
External calls:
- swapBack() (#764)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(swapThreshold,0,path,address(this),block.timestamp.add(300)) (#931-959)
- distributor.deposit{value: amountBNBReflection}() (#948)
- address(marketing).call{gas: 30000,value: amountBNBMarketing}() (#949)
- buyBackTokens() (#767)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,DEAD,block.timestamp.add(300)) (#845-852)
External calls sending eth:
- swapBack() (#764)
- distributor.deposit{value: amountBNBReflection}() (#948)
- address(marketing).call{gas: 30000,value: amountBNBMarketing}() (#949)
- buyBackTokens() (#767)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,DEAD,block.timestamp.add(300)) (#845-852)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#771-774)
- amountReceived = takeFee(sender,recipient,amount) (#776)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#817)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#777)
- buyBackTokens() (#767)
- inSwap = true (#698)
- inSwap = false (#700)
Apply the check-effects-interactions pattern.

Additional information: link

SafeToken.withdraw(address,uint256) (#508-511) ignores return value by IBEP20(_token).transfer(safeManager,_amount) (#510)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

Reentrancy in DividendDistributor.setShare(address,uint256) (#321-347):
External calls:
- distributeDividend(shareholder) (#327)
- AXS.transfer(shareholder,amount) (#436)
State variables written after the call(s):
- shares[shareholder].amount = amount (#343)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#344-346)
Apply the check-effects-interactions pattern.

Additional information: link

SQUIDS.swapBack() (#924-960) ignores return value by address(marketing).call{gas: 30000,value: amountBNBMarketing}() (#949)
Ensure that the return value of a low-level call is checked or logged.

Additional information: link

SQUIDS.swapBack().e (#951) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

SQUIDS.setBuyBackEnable(uint256,bool) (#962-968) should emit an event for:
- buyBackUpperLimit = _buyBackUpperLimit (#966)
Emit an event for critical parameter changes.

Additional information: link

SQUIDS.setMarketingWallet(address)._marketing (#896) lacks a zero-check on :
- marketing = _marketing (#897)
Check that the address is not zero.

Additional information: link

Variable 'SQUIDS.swapBack().e (#951)' in SQUIDS.swapBack() (#924-960) potentially used before declaration: SwapBackFailed(string(abi.encodePacked(SwapBack failed with error ,e))) (#952-954)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

Reentrancy in DividendDistributor.setShare(address,uint256) (#321-347):
External calls:
- distributeDividend(shareholder) (#327)
- AXS.transfer(shareholder,amount) (#436)
State variables written after the call(s):
- addShareholder(shareholder) (#334)
- shareholderIndexes[shareholder] = shareholders.length (#482)
- removeShareholder(shareholder) (#339)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#490-492)
- addShareholder(shareholder) (#334)
- shareholders.push(shareholder) (#483)
- removeShareholder(shareholder) (#339)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#487-489)
- shareholders.pop() (#493)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#342)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SQUIDS.swapBnbForTokens(uint256) (#838-855):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,DEAD,block.timestamp.add(300)) (#845-852)
Event emitted after the call(s):
- SwapBNBForTokens(amount,path) (#854)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (#418-426) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#423-425)
Avoid relying on block.timestamp.

Additional information: link

DividendDistributor.process(uint256) (#390-416) has costly operations inside a loop:
- currentIndex ++ (#413)
Use a local variable to hold the loop computation result.

Additional information: link

Context._msgData() (#73-76) is never used and should be removed
Remove unused functions.

Additional information: link

SQUIDS.totalFee (#689) is set pre-construction with a non-constant function or state variable:
- burnFee.add(reflectionFee).add(marketingFee)
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

solc-0.8.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 SQUIDS.swapBack() (#924-960):
- address(marketing).call{gas: 30000,value: amountBNBMarketing}() (#949)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable SQUIDS._maxTxAmount (#674) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#74)" inContext (#68-77)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable BASEToken._totalSupply (#556) is too similar to BASEToken.constructor(string,string,uint256,uint8).totalSupply_ (#561)
Prevent variables from having similar names.

Additional information: link

SQUIDS.slitherConstructorVariables() (#662-974) uses literals with too many digits:
- distributorGas = 500000 (#684)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DividendDistributor.dividendsPerShareAccuracyFactor (#285) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

setBuyBackEnable(uint256,bool) should be declared external:
- SQUIDS.setBuyBackEnable(uint256,bool) (#962-968)
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.


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.


Twitter account link seems to be invalid


Unable to find Youtube account


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


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


Young tokens have high risks of scam / price dump / death


Token has no active CoinMarketCap listing / rank


Token has relatively low CoinGecko rank

Price for SQUIDS