Shiba Metaverse Token Logo

SHBMT [Shiba Metaverse] Token

About SHBMT

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 7 January 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

Reentrancy in ShibaMetaverse._transfer(address,address,uint256) (#978-1006):
External calls:
- swapAndLiquify(contractTokenBalance) (#1001)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1040-1046)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1001)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1005)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#934)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1108)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1117)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#875)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1128)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1109)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1119)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1129)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#877)
- _tokenTransfer(from,to,amount) (#1005)
- _rTotal = _rTotal.sub(rFee) (#889)
- _tokenTransfer(from,to,amount) (#1005)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#936)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#874)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1127)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1118)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#876)
Apply the check-effects-interactions pattern.

Additional information: link

ShibaMetaverse.setMarketingWallet(address).newWallet (#1146) lacks a zero-check on :
- MarketingWallet = newWallet (#1147)
Check that the address is not zero.

Additional information: link

ShibaMetaverse.addLiquidity(uint256,uint256) (#1049-1062) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
Ensure that all the return values of the function calls are used.

Additional information: link

ShibaMetaverse.allowance(address,address).owner (#790) shadows:
- Ownable.owner() (#421-423) (function)
ShibaMetaverse._approve(address,address,uint256).owner (#970) shadows:
- Ownable.owner() (#421-423) (function)
Rename the local variables that shadow another component.

Additional information: link

ShibaMetaverse.Approve(uint256) (#1134-1136) should emit an event for:
- _taxFee = taxFee (#1135)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in ShibaMetaverse._transfer(address,address,uint256) (#978-1006):
External calls:
- swapAndLiquify(contractTokenBalance) (#1001)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1040-1046)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1001)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1005)
- _MarketingFee = 2 (#961)
- _MarketingFee = 0 (#955)
- _tokenTransfer(from,to,amount) (#1005)
- _burnFee = 0 (#954)
- _burnFee = 4 (#962)
- _tokenTransfer(from,to,amount) (#1005)
- _liquidityFee = 6 (#960)
- _liquidityFee = 0 (#953)
- _liquidityFee = 0 (#1091)
- _liquidityFee = _previousLiquidityFee (#1099)
- _tokenTransfer(from,to,amount) (#1005)
- _tFeeTotal = _tFeeTotal.add(tFee) (#890)
- _tokenTransfer(from,to,amount) (#1005)
- _taxFee = 0 (#952)
- _taxFee = 0 (#959)
- _taxFee = 0 (#1090)
- _taxFee = _previousTaxFee (#1098)
Reentrancy in ShibaMetaverse.constructor() (#746-762):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#751-752)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#758)
- _isExcludedFromFee[address(this)] = true (#759)
- uniswapV2Router = _uniswapV2Router (#755)
Reentrancy in ShibaMetaverse.swapAndLiquify(uint256) (#1008-1029):
External calls:
- swapTokensForEth(half) (#1020)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1040-1046)
- addLiquidity(otherHalf,newBalance) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1026)
- _allowances[owner][spender] = amount (#974)
Reentrancy in ShibaMetaverse.transferFrom(address,address,uint256) (#799-803):
External calls:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1040-1046)
External calls sending eth:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#801)
- _allowances[owner][spender] = amount (#974)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ShibaMetaverse._transfer(address,address,uint256) (#978-1006):
External calls:
- swapAndLiquify(contractTokenBalance) (#1001)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1040-1046)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1001)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1112)
- _tokenTransfer(from,to,amount) (#1005)
- Transfer(sender,recipient,tTransferAmount) (#1132)
- _tokenTransfer(from,to,amount) (#1005)
- Transfer(sender,recipient,tTransferAmount) (#1122)
- _tokenTransfer(from,to,amount) (#1005)
- Transfer(sender,recipient,tTransferAmount) (#880)
- _tokenTransfer(from,to,amount) (#1005)
Reentrancy in ShibaMetaverse.constructor() (#746-762):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#751-752)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#761)
Reentrancy in ShibaMetaverse.swapAndLiquify(uint256) (#1008-1029):
External calls:
- swapTokensForEth(half) (#1020)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1040-1046)
- addLiquidity(otherHalf,newBalance) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#975)
- addLiquidity(otherHalf,newBalance) (#1026)
- SwapAndLiquify(half,newBalance,otherHalf) (#1028)
Reentrancy in ShibaMetaverse.transferFrom(address,address,uint256) (#799-803):
External calls:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1040-1046)
External calls sending eth:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1054-1061)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#975)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#801)
Apply the check-effects-interactions pattern.

Additional information: link

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

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

ShibaMetaverse.includeInReward(address) (#859-870) has costly operations inside a loop:
- _excluded.pop() (#866)
Use a local variable to hold the loop computation result.

Additional information: link

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() (#245-248) is never used and should be removed
SafeMath.mod(uint256,uint256) (#218-220) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#234-237) is never used and should be removed
Remove unused functions.

Additional information: link

ShibaMetaverse._rTotal (#703) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ShibaMetaverse._previousTaxFee (#711) is set pre-construction with a non-constant function or state variable:
- _taxFee
ShibaMetaverse._previousLiquidityFee (#714) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
ShibaMetaverse._previousBurnFee (#717) is set pre-construction with a non-constant function or state variable:
- _burnFee
ShibaMetaverse._previousMarketingFee (#721) is set pre-construction with a non-constant function or state variable:
- _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

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

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#512) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#513) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#529) is not in mixedCase
Function IUniswapV2Router01.WETH() (#550) is not in mixedCase
Parameter ShibaMetaverse.calculateTaxFee(uint256)._amount (#939) is not in mixedCase
Parameter ShibaMetaverse.calculateLiquidityFee(uint256)._amount (#945) is not in mixedCase
Function ShibaMetaverse.Approve(uint256) (#1134-1136) is not in mixedCase
Parameter ShibaMetaverse.setSwapAndLiquifyEnabled(bool)._enabled (#1151) is not in mixedCase
Variable ShibaMetaverse._taxFee (#710) is not in mixedCase
Variable ShibaMetaverse._liquidityFee (#713) is not in mixedCase
Variable ShibaMetaverse._burnFee (#716) is not in mixedCase
Variable ShibaMetaverse._MarketingFee (#719) is not in mixedCase
Variable ShibaMetaverse.MarketingWallet (#720) is not in mixedCase
Variable ShibaMetaverse._maxTxAmount (#729) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#246)" inContext (#240-249)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#555) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#556)
Variable ShibaMetaverse._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ShibaMetaverse._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable ShibaMetaverse._transferToExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to ShibaMetaverse._getValues(uint256).tTransferAmount (#894)
Variable ShibaMetaverse._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ShibaMetaverse._transferToExcluded(address,address,uint256).tTransferAmount (#1116)
Variable ShibaMetaverse._transferStandard(address,address,uint256).rTransferAmount (#1107) is too similar to ShibaMetaverse._getValues(uint256).tTransferAmount (#894)
Variable ShibaMetaverse._transferStandard(address,address,uint256).rTransferAmount (#1107) is too similar to ShibaMetaverse._transferStandard(address,address,uint256).tTransferAmount (#1107)
Variable ShibaMetaverse._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to ShibaMetaverse._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable ShibaMetaverse._transferToExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to ShibaMetaverse._getTValues(uint256).tTransferAmount (#902)
Variable ShibaMetaverse._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ShibaMetaverse._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ShibaMetaverse._transferToExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to ShibaMetaverse._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable ShibaMetaverse._transferStandard(address,address,uint256).rTransferAmount (#1107) is too similar to ShibaMetaverse._getTValues(uint256).tTransferAmount (#902)
Variable ShibaMetaverse._transferToExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to ShibaMetaverse._transferToExcluded(address,address,uint256).tTransferAmount (#1116)
Variable ShibaMetaverse._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ShibaMetaverse._getTValues(uint256).tTransferAmount (#902)
Variable ShibaMetaverse._transferStandard(address,address,uint256).rTransferAmount (#1107) is too similar to ShibaMetaverse._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable ShibaMetaverse.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ShibaMetaverse._getTValues(uint256).tTransferAmount (#902)
Variable ShibaMetaverse._transferStandard(address,address,uint256).rTransferAmount (#1107) is too similar to ShibaMetaverse._transferToExcluded(address,address,uint256).tTransferAmount (#1116)
Variable ShibaMetaverse._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ShibaMetaverse._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable ShibaMetaverse._getValues(uint256).rTransferAmount (#895) is too similar to ShibaMetaverse._getTValues(uint256).tTransferAmount (#902)
Variable ShibaMetaverse.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ShibaMetaverse._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable ShibaMetaverse._getValues(uint256).rTransferAmount (#895) is too similar to ShibaMetaverse._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable ShibaMetaverse._transferStandard(address,address,uint256).rTransferAmount (#1107) is too similar to ShibaMetaverse._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ShibaMetaverse._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ShibaMetaverse._getValues(uint256).tTransferAmount (#894)
Variable ShibaMetaverse._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ShibaMetaverse._getTValues(uint256).tTransferAmount (#902)
Variable ShibaMetaverse._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ShibaMetaverse._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ShibaMetaverse._transferToExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to ShibaMetaverse._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ShibaMetaverse._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to ShibaMetaverse._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ShibaMetaverse.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ShibaMetaverse._transferStandard(address,address,uint256).tTransferAmount (#1107)
Variable ShibaMetaverse._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to ShibaMetaverse._getTValues(uint256).tTransferAmount (#902)
Variable ShibaMetaverse.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ShibaMetaverse._transferToExcluded(address,address,uint256).tTransferAmount (#1116)
Variable ShibaMetaverse._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ShibaMetaverse._transferStandard(address,address,uint256).tTransferAmount (#1107)
Variable ShibaMetaverse._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ShibaMetaverse._transferToExcluded(address,address,uint256).tTransferAmount (#1116)
Variable ShibaMetaverse._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to ShibaMetaverse._transferStandard(address,address,uint256).tTransferAmount (#1107)
Variable ShibaMetaverse._transferToExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to ShibaMetaverse._transferStandard(address,address,uint256).tTransferAmount (#1107)
Variable ShibaMetaverse.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ShibaMetaverse._getValues(uint256).tTransferAmount (#894)
Variable ShibaMetaverse._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ShibaMetaverse._getValues(uint256).tTransferAmount (#894)
Variable ShibaMetaverse._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to ShibaMetaverse._transferToExcluded(address,address,uint256).tTransferAmount (#1116)
Variable ShibaMetaverse._getValues(uint256).rTransferAmount (#895) is too similar to ShibaMetaverse._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ShibaMetaverse._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to ShibaMetaverse._getValues(uint256).tTransferAmount (#894)
Variable ShibaMetaverse._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ShibaMetaverse._transferStandard(address,address,uint256).tTransferAmount (#1107)
Variable ShibaMetaverse._getValues(uint256).rTransferAmount (#895) is too similar to ShibaMetaverse._transferStandard(address,address,uint256).tTransferAmount (#1107)
Variable ShibaMetaverse._getValues(uint256).rTransferAmount (#895) is too similar to ShibaMetaverse._transferToExcluded(address,address,uint256).tTransferAmount (#1116)
Variable ShibaMetaverse._getValues(uint256).rTransferAmount (#895) is too similar to ShibaMetaverse._getValues(uint256).tTransferAmount (#894)
Variable ShibaMetaverse.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ShibaMetaverse._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Prevent variables from having similar names.

Additional information: link

ShibaMetaverse._previousBurnFee (#717) is never used in ShibaMetaverse (#688-1157)
ShibaMetaverse._previousMarketingFee (#721) is never used in ShibaMetaverse (#688-1157)
Remove unused state variables.

Additional information: link

ShibaMetaverse._decimals (#708) should be constant
ShibaMetaverse._maxTxAmount (#729) should be constant
ShibaMetaverse._name (#706) should be constant
ShibaMetaverse._symbol (#707) should be constant
ShibaMetaverse._tTotal (#702) should be constant
ShibaMetaverse.numTokensSellToAddToLiquidity (#730) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#440-443)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#449-453)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#455-457)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#460-465)
unlock() should be declared external:
- Ownable.unlock() (#468-473)
name() should be declared external:
- ShibaMetaverse.name() (#764-766)
symbol() should be declared external:
- ShibaMetaverse.symbol() (#768-770)
decimals() should be declared external:
- ShibaMetaverse.decimals() (#772-774)
totalSupply() should be declared external:
- ShibaMetaverse.totalSupply() (#776-778)
transfer(address,uint256) should be declared external:
- ShibaMetaverse.transfer(address,uint256) (#785-788)
allowance(address,address) should be declared external:
- ShibaMetaverse.allowance(address,address) (#790-792)
approve(address,uint256) should be declared external:
- ShibaMetaverse.approve(address,uint256) (#794-797)
transferFrom(address,address,uint256) should be declared external:
- ShibaMetaverse.transferFrom(address,address,uint256) (#799-803)
increaseAllowance(address,uint256) should be declared external:
- ShibaMetaverse.increaseAllowance(address,uint256) (#805-808)
decreaseAllowance(address,uint256) should be declared external:
- ShibaMetaverse.decreaseAllowance(address,uint256) (#810-813)
isExcludedFromReward(address) should be declared external:
- ShibaMetaverse.isExcludedFromReward(address) (#815-817)
totalFees() should be declared external:
- ShibaMetaverse.totalFees() (#819-821)
deliver(uint256) should be declared external:
- ShibaMetaverse.deliver(uint256) (#823-830)
reflectionFromToken(uint256,bool) should be declared external:
- ShibaMetaverse.reflectionFromToken(uint256,bool) (#832-841)
excludeFromReward(address) should be declared external:
- ShibaMetaverse.excludeFromReward(address) (#849-857)
isExcludedFromFee(address) should be declared external:
- ShibaMetaverse.isExcludedFromFee(address) (#966-968)
excludeFromFee(address) should be declared external:
- ShibaMetaverse.excludeFromFee(address) (#1137-1139)
includeInFee(address) should be declared external:
- ShibaMetaverse.includeInFee(address) (#1141-1143)
setSwapAndLiquifyEnabled(bool) should be declared external:
- ShibaMetaverse.setSwapAndLiquifyEnabled(bool) (#1151-1154)
Use the external attribute for functions never called from the contract.

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.


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


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 SHBMT