Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ShibaBonk._approve(address,address,uint256).owner (#866) shadows:
- Ownable.owner() (#639-641) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in ShibaBonk.constructor() (#707-719):
External calls:
- uniswapV2Pair = IUniswapV2Pair(IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH())) (#712)
State variables written after the call(s):
- _excludeAccount(_msgSender()) (#716)
- _excluded.push(account) (#849)
- _excludeAccount(_msgSender()) (#716)
- _isExcluded[account] = true (#848)
- _rOwned[_msgSender()] = _rTotal (#715)
- _excludeAccount(_msgSender()) (#716)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#846)
- swapV2Pair = address(uniswapV2Pair) (#713)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in ShibaBonk.constructor() (#707-719):
External calls:
- uniswapV2Pair = IUniswapV2Pair(IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH())) (#712)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#717)
Apply the check-effects-interactions pattern.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#582-603) uses assembly
- INLINE ASM (#595-598)
Do not use evm assembly.
Additional information: link
SafeMath.mod(uint256,uint256,string) (#461-464) is never used and should be removed
Remove unused functions.
Additional information: link
ShibaBonk._rTotal (#691) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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._functionCallWithValue(address,bytes,uint256,string) (#582-603):
- (success,returndata) = target.call{value: weiValue}(data) (#586)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable ShibaBonk._feeFactor (#703) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#230)" inContext (#224-233)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable ShibaBonk._getValues(uint256).rTransferAmount (#950) is too similar to ShibaBonk._getTValues(uint256).tTransferAmount (#956)
Prevent variables from having similar names.
Additional information: link
ShibaBonk.slitherConstructorVariables() (#678-984) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 9 (#690)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ShibaBonk._pairAddress (#699) is never used in ShibaBonk (#678-984)
Remove unused state variables.
Additional information: link
ShibaBonk._symbol (#695) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
reflectionFromToken(uint256,bool) should be declared external:
- ShibaBonk.reflectionFromToken(uint256,bool) (#799-808)
Use the external attribute for functions never called from the contract.
Additional information: link
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 website, listings and other project-related information
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts