The Binance Smart Chain's home of the GibRope Sandwich & The McRekt.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in McBroke._transfer(address,address,uint256) (#215-245):
External calls:
- swapTokensForEth(contractTokenBalance) (#236)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#252-258)
External calls sending eth:
- sendETHToFee(address(this).balance) (#239)
- _feeAddrWallet1.transfer(amount.div(2)) (#262)
- _feeAddrWallet2.transfer(amount.div(2)) (#263)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#244)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#297)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#287)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#288)
- _tokenTransfer(from,to,amount) (#244)
- _rTotal = _rTotal.sub(rFee) (#301)
Reentrancy in McBroke.openTrading() (#266-278):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#271)
- uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp) (#272)
External calls sending eth:
- uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp) (#272)
State variables written after the call(s):
- tradingOpen = true (#276)
Apply the check-effects-interactions pattern.
Additional information: link
Contract ticker ($BROKE) 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.
McBroke.openTrading() (#266-278) ignores return value by uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp) (#272)
McBroke.openTrading() (#266-278) ignores return value by IERC20(uniswapV2Pair).approve(address(uniswapV2Router),type()(uint256).max) (#277)
Ensure that all the return values of the function calls are used.
Additional information: link
McBroke.allowance(address,address).owner (#183) shadows:
- Ownable.owner() (#73-75) (function)
McBroke._approve(address,address,uint256).owner (#208) shadows:
- Ownable.owner() (#73-75) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in McBroke._transfer(address,address,uint256) (#215-245):
External calls:
- swapTokensForEth(contractTokenBalance) (#236)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#252-258)
External calls sending eth:
- sendETHToFee(address(this).balance) (#239)
- _feeAddrWallet1.transfer(amount.div(2)) (#262)
- _feeAddrWallet2.transfer(amount.div(2)) (#263)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#244)
- _tFeeTotal = _tFeeTotal.add(tFee) (#302)
Reentrancy in McBroke.openTrading() (#266-278):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#271)
- uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp) (#272)
External calls sending eth:
- uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp) (#272)
State variables written after the call(s):
- _maxTxAmount = 50000000000000000 * 10 ** 9 (#275)
- cooldownEnabled = true (#274)
- swapEnabled = true (#273)
Reentrancy in McBroke.transferFrom(address,address,uint256) (#192-196):
External calls:
- _transfer(sender,recipient,amount) (#193)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#252-258)
External calls sending eth:
- _transfer(sender,recipient,amount) (#193)
- _feeAddrWallet1.transfer(amount.div(2)) (#262)
- _feeAddrWallet2.transfer(amount.div(2)) (#263)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#194)
- _allowances[owner][spender] = amount (#211)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in McBroke._transfer(address,address,uint256) (#215-245):
External calls:
- swapTokensForEth(contractTokenBalance) (#236)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#252-258)
External calls sending eth:
- sendETHToFee(address(this).balance) (#239)
- _feeAddrWallet1.transfer(amount.div(2)) (#262)
- _feeAddrWallet2.transfer(amount.div(2)) (#263)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#291)
- _tokenTransfer(from,to,amount) (#244)
Reentrancy in McBroke.transferFrom(address,address,uint256) (#192-196):
External calls:
- _transfer(sender,recipient,amount) (#193)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#252-258)
External calls sending eth:
- _transfer(sender,recipient,amount) (#193)
- _feeAddrWallet1.transfer(amount.div(2)) (#262)
- _feeAddrWallet2.transfer(amount.div(2)) (#263)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#212)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#194)
Apply the check-effects-interactions pattern.
Additional information: link
McBroke._transfer(address,address,uint256) (#215-245) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(cooldown[to] < block.timestamp) (#225)
Avoid relying on block.timestamp.
Additional information: link
Function IUniswapV2Router02.WETH() (#102) is not in mixedCase
Constant McBroke._tTotal (#121) is not in UPPER_CASE_WITH_UNDERSCORES
Constant McBroke._name (#130) is not in UPPER_CASE_WITH_UNDERSCORES
Constant McBroke._symbol (#131) is not in UPPER_CASE_WITH_UNDERSCORES
Constant McBroke._decimals (#132) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Reentrancy in McBroke._transfer(address,address,uint256) (#215-245):
External calls:
- sendETHToFee(address(this).balance) (#239)
- _feeAddrWallet1.transfer(amount.div(2)) (#262)
- _feeAddrWallet2.transfer(amount.div(2)) (#263)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#244)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#297)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#287)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#288)
- _tokenTransfer(from,to,amount) (#244)
- _rTotal = _rTotal.sub(rFee) (#301)
- _tokenTransfer(from,to,amount) (#244)
- _tFeeTotal = _tFeeTotal.add(tFee) (#302)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#291)
- _tokenTransfer(from,to,amount) (#244)
Reentrancy in McBroke.transferFrom(address,address,uint256) (#192-196):
External calls:
- _transfer(sender,recipient,amount) (#193)
- _feeAddrWallet1.transfer(amount.div(2)) (#262)
- _feeAddrWallet2.transfer(amount.div(2)) (#263)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#194)
- _allowances[owner][spender] = amount (#211)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#212)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#194)
Apply the check-effects-interactions pattern.
Additional information: link
Variable McBroke._feeAddrWallet1 (#127) is too similar to McBroke._feeAddrWallet2 (#128)
Variable McBroke._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#338) is too similar to McBroke._getValues(uint256).tTransferAmount (#321)
Variable McBroke._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#338) is too similar to McBroke._transferStandard(address,address,uint256).tTransferAmount (#286)
Variable McBroke._transferStandard(address,address,uint256).rTransferAmount (#286) is too similar to McBroke._getTValues(uint256,uint256,uint256).tTransferAmount (#330)
Variable McBroke._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#338) is too similar to McBroke._getTValues(uint256,uint256,uint256).tTransferAmount (#330)
Variable McBroke._getValues(uint256).rTransferAmount (#323) is too similar to McBroke._getTValues(uint256,uint256,uint256).tTransferAmount (#330)
Variable McBroke._transferStandard(address,address,uint256).rTransferAmount (#286) is too similar to McBroke._transferStandard(address,address,uint256).tTransferAmount (#286)
Variable McBroke._transferStandard(address,address,uint256).rTransferAmount (#286) is too similar to McBroke._getValues(uint256).tTransferAmount (#321)
Variable McBroke._getValues(uint256).rTransferAmount (#323) is too similar to McBroke._transferStandard(address,address,uint256).tTransferAmount (#286)
Variable McBroke._getValues(uint256).rTransferAmount (#323) is too similar to McBroke._getValues(uint256).tTransferAmount (#321)
Prevent variables from having similar names.
Additional information: link
McBroke.openTrading() (#266-278) uses literals with too many digits:
- _maxTxAmount = 50000000000000000 * 10 ** 9 (#275)
McBroke.slitherConstructorConstantVariables() (#113-354) uses literals with too many digits:
- _tTotal = 1000000000000000000 * 10 ** 9 (#121)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Ownable._previousOwner (#64) is never used in McBroke (#113-354)
McBroke._tOwned (#116) is never used in McBroke (#113-354)
Remove unused state variables.
Additional information: link
Ownable._previousOwner (#64) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#82-85)
name() should be declared external:
- McBroke.name() (#158-160)
symbol() should be declared external:
- McBroke.symbol() (#162-164)
decimals() should be declared external:
- McBroke.decimals() (#166-168)
totalSupply() should be declared external:
- McBroke.totalSupply() (#170-172)
transfer(address,uint256) should be declared external:
- McBroke.transfer(address,uint256) (#178-181)
allowance(address,address) should be declared external:
- McBroke.allowance(address,address) (#183-185)
approve(address,uint256) should be declared external:
- McBroke.approve(address,uint256) (#187-190)
transferFrom(address,address,uint256) should be declared external:
- McBroke.transferFrom(address,address,uint256) (#192-196)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract has 13% buy tax and 54% sell tax.
Taxes are extremely high (over 30%)
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
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Telegram account has less than 100 subscribers
Twitter account has less than 100 followers
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts