Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract locking ether found:
Contract Token (#31-163) has payable functions:
- Token.receive() (#100)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Reentrancy in Token.constructor() (#43-57):
External calls:
- IPancakeV2Factory(0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73).createPair(address(this),0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c) (#47)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_tTotal) (#56)
Apply the check-effects-interactions pattern.
Additional information: link
Variable Token._taxFee (#35) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Token.constructor() (#43-57) ignores return value by IPancakeV2Factory(0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73).createPair(address(this),0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c) (#47)
Ensure that all the return values of the function calls are used.
Additional information: link
Token.allowance(address,address).owner (#84) shadows:
- Ownable.owner() (#21-23) (function)
Token._approve(address,address,uint256).owner (#122) shadows:
- Ownable.owner() (#21-23) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in Token.constructor() (#43-57):
External calls:
- IPancakeV2Factory(0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73).createPair(address(this),0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c) (#47)
State variables written after the call(s):
- _decimals = 9 (#53)
- _isExcludedFromFee[msg.sender] = true (#49)
- _isExcludedFromFee[address(this)] = true (#50)
- _name = Raptor Boost (#51)
- _previousTaxFee = _taxFee (#55)
- _symbol = BOOST (#52)
- _taxFee = 8 (#54)
Apply the check-effects-interactions pattern.
Additional information: link
Token._tokenTransfer(address,address,uint256,bool) (#150-161) uses literals with too many digits:
- burn = 0x000000000000000000000000000000000000dEaD (#151)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
owner() should be declared external:
- Ownable.owner() (#21-23)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#25-28)
name() should be declared external:
- Token.name() (#59-61)
symbol() should be declared external:
- Token.symbol() (#63-65)
decimals() should be declared external:
- Token.decimals() (#67-69)
totalSupply() should be declared external:
- Token.totalSupply() (#71-73)
balanceOf(address) should be declared external:
- Token.balanceOf(address) (#75-77)
transfer(address,uint256) should be declared external:
- Token.transfer(address,uint256) (#79-82)
allowance(address,address) should be declared external:
- Token.allowance(address,address) (#84-86)
approve(address,uint256) should be declared external:
- Token.approve(address,uint256) (#88-91)
transferFrom(address,address,uint256) should be declared external:
- Token.transferFrom(address,address,uint256) (#94-98)
isExcludedFromFee(address) should be declared external:
- Token.isExcludedFromFee(address) (#118-120)
Use the external attribute for functions never called from the contract.
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.
Contract has 8% buy tax and 0% 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