My Shiba Academia Token Logo

MSA [My Shiba Academia] Token

About MSA

Listings

Token 2 years

Cross-chain social MMO that will have a collection of 25,000 unique tier progression-based NFTs on the Ethereum blockchain.

Social

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

Reentrancy in MyShibaAcademia._transfer(address,address,uint256) (#626-664):
External calls:
- swapTokens(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#754-761)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#721-727)
- buyBackTokens(balance.div(buyBackDivisor)) (#652)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#739-744)
External calls sending eth:
- swapTokens(contractTokenBalance) (#644)
- recipient.transfer(amount) (#983)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#754-761)
- buyBackTokens(balance.div(buyBackDivisor)) (#652)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#739-744)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#663)
- _liquidityFee = _previousLiquidityFee (#901)
- _liquidityFee += 1 (#769)
- _liquidityFee = 0 (#896)
- _tokenTransfer(from,to,amount,takeFee) (#663)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#872)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#797)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#788)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#818)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#789)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#808)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#809)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#799)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#820)
- _tokenTransfer(from,to,amount,takeFee) (#663)
- _rTotal = _rTotal.sub(rFee) (#827)
- _tokenTransfer(from,to,amount,takeFee) (#663)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#874)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#807)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#817)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#798)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#819)
- buyBackTokens(balance.div(buyBackDivisor)) (#652)
- inSwapAndLiquify = true (#480)
- inSwapAndLiquify = false (#482)
Apply the check-effects-interactions pattern.

Additional information: link

MyShibaAcademia.addLiquidity(uint256,uint256) (#749-762) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#754-761)
Ensure that all the return values of the function calls are used.

Additional information: link

MyShibaAcademia._approve(address,address,uint256).owner (#618) shadows:
- Ownable.owner() (#165-167) (function)
Rename the local variables that shadow another component.

Additional information: link

MyShibaAcademia.changePercentage(uint256,uint256,uint256) (#962-966) should emit an event for:
- liquidityPercent = _liquidityPercent (#963)
- marketingPercent = _marketingPercent (#965)
Emit an event for critical parameter changes.

Additional information: link

MyShibaAcademia.setMarketingAddress(address)._marketingAddress (#948) lacks a zero-check on :
- marketingAddress = address(_marketingAddress) (#949)
Check that the address is not zero.

Additional information: link

Reentrancy in MyShibaAcademia.transferFrom(address,address,uint256) (#536-540):
External calls:
- _transfer(sender,recipient,amount) (#537)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#754-761)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#739-744)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#721-727)
External calls sending eth:
- _transfer(sender,recipient,amount) (#537)
- recipient.transfer(amount) (#983)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#754-761)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#739-744)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#538)
- _allowances[owner][spender] = amount (#622)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MyShibaAcademia.transferFrom(address,address,uint256) (#536-540):
External calls:
- _transfer(sender,recipient,amount) (#537)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#754-761)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#739-744)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#721-727)
External calls sending eth:
- _transfer(sender,recipient,amount) (#537)
- recipient.transfer(amount) (#983)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#754-761)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#739-744)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#623)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#538)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#200-205) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#202)
Avoid relying on block.timestamp.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#132-149) uses assembly
- INLINE ASM (#141-144)
Do not use evm assembly.

Additional information: link

SafeMath.mod(uint256,uint256,string) (#87-90) is never used and should be removed
Remove unused functions.

Additional information: link

MyShibaAcademia._previousLiquidityFee (#439) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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.9 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._functionCallWithValue(address,bytes,uint256,string) (#132-149):
- (success,returndata) = target.call{value: weiValue}(data) (#135)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable MyShibaAcademia._maxTxAmount (#448) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Reentrancy in MyShibaAcademia.transferFrom(address,address,uint256) (#536-540):
External calls:
- _transfer(sender,recipient,amount) (#537)
- recipient.transfer(amount) (#983)
External calls sending eth:
- _transfer(sender,recipient,amount) (#537)
- recipient.transfer(amount) (#983)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#754-761)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#739-744)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#538)
- _allowances[owner][spender] = amount (#622)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#623)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#538)
Apply the check-effects-interactions pattern.

Additional information: link

Variable MyShibaAcademia._transferStandard(address,address,uint256).rTransferAmount (#787) is too similar to MyShibaAcademia._getTValues(uint256).tTransferAmount (#840)
Prevent variables from having similar names.

Additional information: link

MyShibaAcademia.slitherConstructorVariables() (#410-989) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#415)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

MyShibaAcademia.deadAddress (#415) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

changePercentage(uint256,uint256,uint256) should be declared external:
- MyShibaAcademia.changePercentage(uint256,uint256,uint256) (#962-966)
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.


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 Blog account (Reddit or Medium)


Unable to find Youtube account


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


Unable to find token/project description on the website or on BscScan, CoinMarketCap


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 code repository for the project


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 price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for MSA