ShibaVerse Token Logo

SHIBVerse [ShibaVerse] Token

ALERT: honeypot scam

About SHIBVerse

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 3 July 2022

report
Token seems to be a scam (type: honeypot scam).


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

ShibaVerseDividendTracker.clearStuckAU(uint256) (#1860-1863) sends eth to arbitrary user
Dangerous calls:
- address(msg.sender).transfer(amountSHIB * amountPercentage / 100) (#1862)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in ShibaVerse._transfer(address,address,uint256) (#1531-1622):
External calls:
- swapAndLiquify(swapTokens) (#1579)
- uniswapV2Router.addLiquiditySHIB{value: SHIBAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1699-1706)
- uniswapV2Router.swapExactTokensForSHIBSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1658-1664)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1579)
- uniswapV2Router.addLiquiditySHIB{value: SHIBAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1699-1706)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1604)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#714)
- _balances[recipient] = _balances[recipient].add(amount) (#715)
- super._transfer(from,to,amount) (#1607)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#714)
- _balances[recipient] = _balances[recipient].add(amount) (#715)
- swapping = false (#1583)
Apply the check-effects-interactions pattern.

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.


Contract ownership is not renounced (belongs to a wallet)

DividendPayingToken._withdrawDividendOfUser(address) (#1131-1147) has external calls inside a loop: success = IERC20(SHIB).transfer(user,_withdrawableDividend) (#1136)
Favor pull over push strategy for external calls.

Additional information: link

DividendPayingToken.constructor(string,string)._name (#1075) shadows:
- ERC20._name (#542) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#1075) shadows:
- ERC20._symbol (#543) (state variable)
Rename the local variables that shadow another component.

Additional information: link

ShibaVerse._transfer(address,address,uint256) (#1531-1622) performs a multiplication on the result of a division:
-fees = amount.mul(totalFees).div(100) (#1595)
-fees = fees.mul(sellFeeIncreaseFactor).div(100) (#1599)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1131-1147):
External calls:
- success = IERC20(SHIB).transfer(user,_withdrawableDividend) (#1136)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1139)
Apply the check-effects-interactions pattern.

Additional information: link

ShibaVerse._transfer(address,address,uint256).iterations (#1615) is a local variable never initialized
ShibaVerse._transfer(address,address,uint256).claims (#1615) is a local variable never initialized
ShibaVerse._transfer(address,address,uint256).lastProcessedIndex (#1615) 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

ShibaVerse.Claim() (#1518-1520) ignores return value by dividendTracker.processAccount(msg.sender,false) (#1519)
ShibaVerse._transfer(address,address,uint256) (#1531-1622) ignores return value by dividendTracker.process(gas) (#1615-1620)
ShibaVerse.addLiquidity(uint256,uint256) (#1693-1708) ignores return value by uniswapV2Router.addLiquiditySHIB{value: SHIBAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1699-1706)
Ensure that all the return values of the function calls are used.

Additional information: link

ShibaVerse.setMarketingAddress(address).MarketingWalletAddress (#1477) lacks a zero-check on :
- _MarketingWalletAddress = MarketingWalletAddress (#1478)
Check that the address is not zero.

Additional information: link

Variable 'ShibaVerse._transfer(address,address,uint256).iterations (#1615)' in ShibaVerse._transfer(address,address,uint256) (#1531-1622) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1616)
Variable 'ShibaVerse._transfer(address,address,uint256).lastProcessedIndex (#1615)' in ShibaVerse._transfer(address,address,uint256) (#1531-1622) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1616)
Variable 'ShibaVerse._transfer(address,address,uint256).claims (#1615)' in ShibaVerse._transfer(address,address,uint256) (#1531-1622) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1616)
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 ShibaVerse.constructor() (#1328-1377):
External calls:
- _uniswapV2Pair = IuniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1351-1352)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1355)
- uniswapV2Router = _uniswapV2Router (#1354)
Reentrancy in ShibaVerse.constructor() (#1328-1377):
External calls:
- _uniswapV2Pair = IuniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1351-1352)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1357)
- dividendTracker.excludeFromDividends(pair) (#1416)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1360)
- dividendTracker.excludeFromDividends(address(this)) (#1361)
- dividendTracker.excludeFromDividends(owner()) (#1362)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1363)
State variables written after the call(s):
- _mint(owner(),100000000000 * (10 ** 18)) (#1376)
- _balances[account] = _balances[account].add(amount) (#734)
- excludeFromFees(liquidityWallet,true) (#1367)
- _isExcludedFromFees[account] = excluded (#1388)
- excludeFromFees(address(this),true) (#1368)
- _isExcludedFromFees[account] = excluded (#1388)
- _mint(owner(),100000000000 * (10 ** 18)) (#1376)
- _totalSupply = _totalSupply.add(amount) (#733)
- canTransferBeforehasLaunched[owner()] = true (#1371)
Reentrancy in ShibaVerseDividendTracker.processAccount(address,bool) (#1911-1921):
External calls:
- amount = _withdrawDividendOfUser(account) (#1912)
- success = IERC20(SHIB).transfer(user,_withdrawableDividend) (#1136)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1915)
Reentrancy in ShibaVerse.swapAndLiquify(uint256) (#1624-1645):
External calls:
- swapTokensForSHIB(half) (#1636)
- uniswapV2Router.swapExactTokensForSHIBSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1658-1664)
- addLiquidity(otherHalf,newBalance) (#1642)
- uniswapV2Router.addLiquiditySHIB{value: SHIBAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1699-1706)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1642)
- uniswapV2Router.addLiquiditySHIB{value: SHIBAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1699-1706)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1642)
- _allowances[owner][spender] = amount (#776)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ShibaVerse._setAutomatedMarketMakerPair(address,bool) (#1411-1420):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1416)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1419)
Reentrancy in ShibaVerse._transfer(address,address,uint256) (#1531-1622):
External calls:
- swapAndLiquify(swapTokens) (#1579)
- uniswapV2Router.addLiquiditySHIB{value: SHIBAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1699-1706)
- uniswapV2Router.swapExactTokensForSHIBSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1658-1664)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1579)
- uniswapV2Router.addLiquiditySHIB{value: SHIBAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1699-1706)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#716)
- super._transfer(from,address(this),fees) (#1604)
- Transfer(sender,recipient,amount) (#716)
- super._transfer(from,to,amount) (#1607)
Reentrancy in ShibaVerse._transfer(address,address,uint256) (#1531-1622):
External calls:
- swapAndLiquify(swapTokens) (#1579)
- uniswapV2Router.addLiquiditySHIB{value: SHIBAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1699-1706)
- uniswapV2Router.swapExactTokensForSHIBSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1658-1664)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#1609)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#1610)
- dividendTracker.process(gas) (#1615-1620)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1579)
- uniswapV2Router.addLiquiditySHIB{value: SHIBAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1699-1706)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1616)
Reentrancy in ShibaVerse.constructor() (#1328-1377):
External calls:
- _uniswapV2Pair = IuniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1351-1352)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1357)
- dividendTracker.excludeFromDividends(pair) (#1416)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1419)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1357)
Reentrancy in ShibaVerse.constructor() (#1328-1377):
External calls:
- _uniswapV2Pair = IuniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1351-1352)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1357)
- dividendTracker.excludeFromDividends(pair) (#1416)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1360)
- dividendTracker.excludeFromDividends(address(this)) (#1361)
- dividendTracker.excludeFromDividends(owner()) (#1362)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1363)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#1390)
- excludeFromFees(liquidityWallet,true) (#1367)
- ExcludeFromFees(account,excluded) (#1390)
- excludeFromFees(address(this),true) (#1368)
- Transfer(address(0),account,amount) (#735)
- _mint(owner(),100000000000 * (10 ** 18)) (#1376)
Reentrancy in ShibaVerseDividendTracker.processAccount(address,bool) (#1911-1921):
External calls:
- amount = _withdrawDividendOfUser(account) (#1912)
- success = IERC20(SHIB).transfer(user,_withdrawableDividend) (#1136)
Event emitted after the call(s):
- Claim(account,amount,autoAU) (#1916)
Reentrancy in ShibaVerse.processDividendTracker(uint256) (#1513-1516):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1514)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1515)
Reentrancy in ShibaVerse.swapAndLiquify(uint256) (#1624-1645):
External calls:
- swapTokensForSHIB(half) (#1636)
- uniswapV2Router.swapExactTokensForSHIBSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1658-1664)
- addLiquidity(otherHalf,newBalance) (#1642)
- uniswapV2Router.addLiquiditySHIB{value: SHIBAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1699-1706)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1642)
- uniswapV2Router.addLiquiditySHIB{value: SHIBAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1699-1706)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#777)
- addLiquidity(otherHalf,newBalance) (#1642)
- SwapAndLiquify(half,newBalance,otherHalf) (#1644)
Apply the check-effects-interactions pattern.

Additional information: link

ShibaVerseDividendTracker.getAccount(address) (#1771-1814) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1811-1813)
ShibaVerseDividendTracker.canAutoClaim(uint256) (#1835-1841) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1836)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1840)
Avoid relying on block.timestamp.

Additional information: link

Different versions of Solidity is used:
- Version used: ['0.7.6', '>=0.5.0', '>=0.6.2', '^0.7.0']
- >=0.6.2 (#25)
- >=0.6.2 (#122)
- >=0.5.0 (#167)
- >=0.5.0 (#186)
- ^0.7.0 (#241)
- ^0.7.0 (#307)
- 0.7.6 (#374)
- ^0.7.0 (#399)
- ^0.7.0 (#440)
- ^0.7.0 (#487)
- ^0.7.0 (#506)
- ^0.7.0 (#811)
- ^0.7.0 (#1028)
- ^0.7.0 (#1234)
Use one Solidity version.

Additional information: link

Context._msgData() (#19-22) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#1187-1193) is never used and should be removed
ERC20._setupDecimals(uint8) (#787-789) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#998-1001) is never used and should be removed
SafeMath.mod(uint256,uint256) (#960-963) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#1018-1021) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#832-836) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#868-871) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#878-881) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#853-861) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#843-846) is never used and should be removed
SafeMathInt.div(int256,int256) (#460-466) is never used and should be removed
SafeMathInt.mul(int256,int256) (#450-458) is never used and should be removed
ShibaVerse.swapTokensForAU(uint256,address) (#1670-1689) is never used and should be removed
ShibaVerse.updateGasForProcessing(uint256) (#1430-1435) is never used and should be removed
ShibaVerse.updateLiquidityWallet(address) (#1423-1428) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version>=0.6.2 (#25) allows old versions
Pragma version>=0.6.2 (#122) allows old versions
Pragma version>=0.5.0 (#167) allows old versions
Pragma version>=0.5.0 (#186) allows old versions
Pragma version^0.7.0 (#241) allows old versions
Pragma version^0.7.0 (#307) allows old versions
Pragma version^0.7.0 (#399) allows old versions
Pragma version^0.7.0 (#440) allows old versions
Pragma version^0.7.0 (#487) allows old versions
Pragma version^0.7.0 (#506) allows old versions
Pragma version^0.7.0 (#811) allows old versions
Pragma version^0.7.0 (#1028) allows old versions
Pragma version^0.7.0 (#1234) allows old versions
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

Function IuniswapV2Router01.WETH() (#29) is not in mixedCase
Function IuniswapV2Pair.DOMAIN_SEPARATOR() (#203) is not in mixedCase
Function IuniswapV2Pair.PERMIT_TYPEHASH() (#204) is not in mixedCase
Function IuniswapV2Pair.MINIMUM_LIQUIDITY() (#221) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#1153) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#1160) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#1167) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#1177) is not in mixedCase
Constant DividendPayingToken.magnitude (#1052) is not in UPPER_CASE_WITH_UNDERSCORES
Variable DividendPayingToken.SHIB (#1057) is not in mixedCase
Event ShibaVerseupdateuniswapV2Router(address,address) (#1292) is not in CapWords
Function ShibaVerse.LaunchToken(bool) (#1472-1475) is not in mixedCase
Parameter ShibaVerse.LaunchToken(bool)._status (#1472) is not in mixedCase
Parameter ShibaVerse.setMarketingAddress(address).MarketingWalletAddress (#1477) is not in mixedCase
Function ShibaVerse.Claim() (#1518-1520) is not in mixedCase
Parameter ShibaVerse.addLiquidity(uint256,uint256).SHIBAmount (#1693) is not in mixedCase
Variable ShibaVerse.SHIB (#1242) is not in mixedCase
Variable ShibaVerse._MarketingWalletAddress (#1243) is not in mixedCase
Variable ShibaVerse.SHIBRewardsFee (#1253) is not in mixedCase
Variable ShibaVerse.MarketingFee (#1254) is not in mixedCase
Variable ShibaVerse.LiquidityFee (#1255) is not in mixedCase
Variable ShibaVerse._maxTransactionAmount (#1256) is not in mixedCase
Variable ShibaVerse._maxWalletAmount (#1257) is not in mixedCase
Variable ShibaVerse.SHIBRewardsSplit (#1262) is not in mixedCase
Variable ShibaVerse.LiquiditySplit (#1263) is not in mixedCase
Variable ShibaVerse.MarketingSplit (#1264) is not in mixedCase
Variable ShibaVerse._isExcludedFromFees (#1277) is not in mixedCase
Parameter ShibaVerseDividendTracker.getAccount(address)._account (#1771) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#20)" inContext (#14-23)
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 (#34) is too similar to IuniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#35)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1132) is too similar to ShibaVerseDividendTracker.getAccount(address).withdrawableDividends (#1776)
Prevent variables from having similar names.

Additional information: link

ShibaVerse.constructor() (#1328-1377) uses literals with too many digits:
- _mint(owner(),100000000000 * (10 ** 18)) (#1376)
ShibaVerse.updateGasForProcessing(uint256) (#1430-1435) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,ShibaVerse: gasForProcessing must be between 200,000 and 500,000) (#1431)
ShibaVerse.slitherConstructorVariables() (#1236-1712) uses literals with too many digits:
- _swapTokensAtAmount = 200000 * (10 ** 18) (#1251)
ShibaVerse.slitherConstructorVariables() (#1236-1712) uses literals with too many digits:
- _maxTransactionAmount = 1000000000 * (10 ** 18) (#1256)
ShibaVerse.slitherConstructorVariables() (#1236-1712) uses literals with too many digits:
- _maxWalletAmount = 3000000000 * (10 ** 18) (#1257)
ShibaVerse.slitherConstructorVariables() (#1236-1712) uses literals with too many digits:
- gasForProcessing = 300000 (#1272)
ShibaVerse.slitherConstructorVariables() (#1236-1712) uses literals with too many digits:
- _until = 100000000000 * (10 ** 18) (#1302)
ShibaVerseDividendTracker.constructor() (#1734-1737) uses literals with too many digits:
- minimumTokenBalanceForDividends = 200000 * (10 ** 18) (#1736)
ShibaVerseDividendTracker.getAccountAtIndex(uint256) (#1816-1833) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#1827)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ShibaVerse.presaleAddress (#1274) is never used in ShibaVerse (#1236-1712)
DividendPayingToken.lastAmount (#1055) is never used in ShibaVerseDividendTracker (#1714-1923)
Remove unused state variables.

Additional information: link

DividendPayingToken.lastAmount (#1055) should be constant
ShibaVerse._swapTokensAtAmount (#1251) should be constant
ShibaVerse.presaleAddress (#1274) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#252-254)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#256-261)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#263-265)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#269-271)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#357-360)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#366-370)
name() should be declared external:
- ERC20.name() (#564-566)
symbol() should be declared external:
- ERC20.symbol() (#572-574)
decimals() should be declared external:
- ERC20.decimals() (#589-591)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#615-618)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#623-625)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#634-637)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#652-656)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#670-673)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#689-692)
distributeDividends() should be declared external:
- DividendPayingToken.distributeDividends() (#1096-1107)
distributeAUDividends(uint256) should be declared external:
- DividendPayingToken.distributeAUDividends(uint256) (#1110-1121)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#1125-1127)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#1153-1155)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#1167-1169)
excludeMultipleAcShibaVerseFromFees(address[],bool) should be declared external:
- ShibaVerse.excludeMultipleAcShibaVerseFromFees(address[],bool) (#1397-1403)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- ShibaVerse.setAutomatedMarketMakerPair(address,bool) (#1405-1409)
LaunchToken(bool) should be declared external:
- ShibaVerse.LaunchToken(bool) (#1472-1475)
getAccountAtIndex(uint256) should be declared external:
- ShibaVerseDividendTracker.getAccountAtIndex(uint256) (#1816-1833)
process(uint256) should be declared external:
- ShibaVerseDividendTracker.process(uint256) (#1864-1909)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


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 has no transactions for more than 100 days. It seems dead / abandoned.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Telegram and Twitter accounts


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


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for SHIBVerse