Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
EternalShiba.biggest(address,address,uint256) (#297-326) performs a multiplication on the result of a division:
-fee = (amount / 100) * _fee (#319)
Consider ordering multiplication before division.
Additional information: link
EternalShiba.allowance(address,address).owner (#293) shadows:
- Ownable.owner() (#51-53) (function)
EternalShiba._approve(address,address,uint256).owner (#354) shadows:
- Ownable.owner() (#51-53) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in EternalShiba.constructor(string,string,address,address) (#231-252):
External calls:
- uniswapV2Pair = IUniswapV2Factory(router.factory()).createPair(address(this),router.WETH()) (#249)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_tTotal) (#251)
Apply the check-effects-interactions pattern.
Additional information: link
Context._msgData() (#29-31) is never used and should be removed
Remove unused functions.
Additional information: link
Function IUniswapV2Router01.WETH() (#97) is not in mixedCase
Variable EternalShiba._fee (#254) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#102) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#103)
Prevent variables from having similar names.
Additional information: link
EternalShiba.constructor(string,string,address,address) (#231-252) uses literals with too many digits:
- _tTotal = 1000000 * 10 ** _decimals (#241)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
EternalShiba._rTotal (#271) is never used in EternalShiba (#230-364)
Remove unused state variables.
Additional information: link
EternalShiba._rTotal (#271) should be constant
EternalShiba.like (#274) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#63-65)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#67-70)
name() should be declared external:
- EternalShiba.name() (#259-261)
symbol() should be declared external:
- EternalShiba.symbol() (#266-268)
decimals() should be declared external:
- EternalShiba.decimals() (#276-278)
totalSupply() should be declared external:
- EternalShiba.totalSupply() (#283-285)
balanceOf(address) should be declared external:
- EternalShiba.balanceOf(address) (#289-291)
allowance(address,address) should be declared external:
- EternalShiba.allowance(address,address) (#293-295)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract ticker ($ESHIB) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
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.
Contract has 1% buy tax and 1% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Token is deployed only at one blockchain
Token has only one trading pair
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
Unable to find Telegram and Twitter accounts