Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract locking ether found:
Contract Token (#21-153) has payable functions:
- Token.receive() (#91)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Token.constructor() (#34-48) ignores return value by IPancakeV2Factory(0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73).createPair(address(this),0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c) (#38)
Ensure that all the return values of the function calls are used.
Additional information: link
Token.allowance(address,address).owner (#75) shadows:
- Ownable.owner() (#16-18) (function)
Token._approve(address,address,uint256).owner (#113) shadows:
- Ownable.owner() (#16-18) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in Token.constructor() (#34-48):
External calls:
- IPancakeV2Factory(0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73).createPair(address(this),0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c) (#38)
State variables written after the call(s):
- _decimals = 9 (#44)
- _isExcludedFromFee[msg.sender] = true (#40)
- _isExcludedFromFee[address(this)] = true (#41)
- _name = Lets Go Brandon Token (#42)
- _previousTaxFee = _taxFee (#46)
- _symbol = LGBT (#43)
- _taxFee = 4 (#45)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in Token.constructor() (#34-48):
External calls:
- IPancakeV2Factory(0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73).createPair(address(this),0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c) (#38)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_tTotal) (#47)
Apply the check-effects-interactions pattern.
Additional information: link
Variable Token._taxFee (#25) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#16-18)
name() should be declared external:
- Token.name() (#50-52)
symbol() should be declared external:
- Token.symbol() (#54-56)
decimals() should be declared external:
- Token.decimals() (#58-60)
totalSupply() should be declared external:
- Token.totalSupply() (#62-64)
balanceOf(address) should be declared external:
- Token.balanceOf(address) (#66-68)
transfer(address,uint256) should be declared external:
- Token.transfer(address,uint256) (#70-73)
allowance(address,address) should be declared external:
- Token.allowance(address,address) (#75-77)
approve(address,uint256) should be declared external:
- Token.approve(address,uint256) (#79-82)
transferFrom(address,address,uint256) should be declared external:
- Token.transferFrom(address,address,uint256) (#85-89)
isExcludedFromFee(address) should be declared external:
- Token.isExcludedFromFee(address) (#109-111)
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.
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
Contract has 4% buy tax and 3% sell tax.
Taxes are low and contract ownership is renounced.
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