Big Red Dog (BDOG) was born and with the help of the community he wants to show the world that he is BIGGER and CUTER than Doge or Shiba inu , AND with a BIG USE CASE (METAVERSE). Vote in the DAO, buy sell virtual land on NFTs marketplace & earn $BDOG playing NFTs game.
Contract locking ether found:
Contract BdogToken (#1164-1283) has payable functions:
- BdogToken.receive() (#1245)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Reentrancy in BdogToken._transfer(address,address,uint256) (#1204-1242):
External calls:
- swapTokensForEth(tokenForBosses) (#1211)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,addressForBosses,block.timestamp) (#1254-1260)
State variables written after the call(s):
- super._transfer(sender,address(this),_fee) (#1236)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#515)
- _balances[recipient] = _balances[recipient].add(amount) (#516)
- super._transfer(sender,recipient,amount) (#1241)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#515)
- _balances[recipient] = _balances[recipient].add(amount) (#516)
Apply the check-effects-interactions pattern.
Additional information: link
BdogERC20.constructor(string,string).name (#1109) shadows:
- ERC20.name() (#365-367) (function)
BdogERC20.constructor(string,string).symbol (#1109) shadows:
- ERC20.symbol() (#373-375) (function)
BdogToken.constructor(string,string).name (#1179) shadows:
- ERC20.name() (#365-367) (function)
BdogToken.constructor(string,string).symbol (#1179) shadows:
- ERC20.symbol() (#373-375) (function)
Rename the local variables that shadow another component.
Additional information: link
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
Contract ownership is semi-renounced (passed to a contract)
BdogERC20.setTransferFeeRate(uint256,uint256) (#1122-1128) should emit an event for:
- sellFeeRate = _sellFeeRate (#1126)
- buyFeeRate = _buyFeeRate (#1127)
BdogERC20.setMinTokensBeforeSwap(uint256) (#1130-1136) should emit an event for:
- tokenForBosses = _tokenForBosses (#1135)
BdogToken.antiBot(uint256) (#1274-1281) should emit an event for:
- antiBotAmount = amount (#1278)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in BdogToken.constructor(string,string) (#1179-1192):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1187-1188)
State variables written after the call(s):
- _approve(address(this),address(uniswapV2Router),~ uint256(0)) (#1191)
- _allowances[owner][spender] = amount (#577)
- uniswapV2Router = _uniswapV2Router (#1190)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in BdogToken._transfer(address,address,uint256) (#1204-1242):
External calls:
- swapTokensForEth(tokenForBosses) (#1211)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,addressForBosses,block.timestamp) (#1254-1260)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#517)
- super._transfer(sender,address(this),_fee) (#1236)
- Transfer(sender,recipient,amount) (#517)
- super._transfer(sender,recipient,amount) (#1241)
Reentrancy in BdogToken.constructor(string,string) (#1179-1192):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1187-1188)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#578)
- _approve(address(this),address(uniswapV2Router),~ uint256(0)) (#1191)
Apply the check-effects-interactions pattern.
Additional information: link
BdogToken._transfer(address,address,uint256) (#1204-1242) uses timestamp for comparisons
Dangerous comparisons:
- antiBotTime > block.timestamp && amount > antiBotAmount && bots[sender] (#1215-1217)
Avoid relying on block.timestamp.
Additional information: link
Context._msgData() (#94-97) is never used and should be removed
ERC20._setupDecimals(uint8) (#588-590) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#285-288) is never used and should be removed
SafeMath.mod(uint256,uint256) (#247-250) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#305-308) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#119-123) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#155-158) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#165-168) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#140-148) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#130-133) is never used and should be removed
Remove unused functions.
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#817) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#819) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#849) is not in mixedCase
Function IUniswapV2Router01.WETH() (#893) is not in mixedCase
Parameter BdogERC20.setManager(address)._manager (#1118) is not in mixedCase
Parameter BdogERC20.setTransferFeeRate(uint256,uint256)._sellFeeRate (#1122) is not in mixedCase
Parameter BdogERC20.setTransferFeeRate(uint256,uint256)._buyFeeRate (#1122) is not in mixedCase
Parameter BdogERC20.setMinTokensBeforeSwap(uint256)._tokenForBosses (#1130) is not in mixedCase
Function BdogERC20.Lottery(address,uint256) (#1138-1144) is not in mixedCase
Parameter BdogToken.setBots(address)._bots (#1198) is not in mixedCase
Parameter BdogToken.setAddressForBosses(address)._addressForBosses (#1263) is not in mixedCase
Parameter BdogToken.excludeAddress(address)._addr (#1269) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#95)" inContext (#89-98)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#898) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#899)
Prevent variables from having similar names.
Additional information: link
BdogERC20.amountFarm (#1098) should be constant
BdogToken.antiBotDuration (#1175) should be constant
BdogToken.maxSupply (#1168) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- ERC20.name() (#365-367)
symbol() should be declared external:
- ERC20.symbol() (#373-375)
decimals() should be declared external:
- ERC20.decimals() (#390-392)
totalSupply() should be declared external:
- ERC20.totalSupply() (#397-399)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#416-419)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#424-426)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#435-438)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#453-457)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#471-474)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#490-493)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#678-681)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#687-691)
setManager(address) should be declared external:
- BdogERC20.setManager(address) (#1118-1120)
setTransferFeeRate(uint256,uint256) should be declared external:
- BdogERC20.setTransferFeeRate(uint256,uint256) (#1122-1128)
setMinTokensBeforeSwap(uint256) should be declared external:
- BdogERC20.setMinTokensBeforeSwap(uint256) (#1130-1136)
burn(uint256) should be declared external:
- BdogToken.burn(uint256) (#1194-1196)
Use the external attribute for functions never called from the contract.
Additional information: link
Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam
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.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account