EINSTEIN - Smart Dogs Society!
Einstein is an innovative and fair DeFi project with incredible earning potential through staking, farming, and an exclusive NFT lottery.
Buy Einstein tokens and receive points to enter the daily draw, with 50 unique four-legged NFTs up for grabs every day until all 10,000 are gone!
Our collectible NFTs come in four breeds, each one with five levels and Top Dog ranking the highest. As a proud Einstein NFT holder, you gain access to all future events, including exclusive airdrops, the opportunity to breed “Super Dogs”, and much more. Higher-ranking NFTs unlock the door to bonus lotteries and more paw-dropping prizes!
Join our community of Einstein holders with multiple earning opportunities and where everyone is a VIP - a Very Important Pup!
Reentrancy in BEP20._swapAndLiquify(address) (#982-1000):
External calls:
- swapAndLiquify(contractTokenBalance,owner()) (#995)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,swapAddress,block.timestamp) (#1040-1046)
External calls sending eth:
- swapAndLiquify(contractTokenBalance,owner()) (#995)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
State variables written after the call(s):
- enableFee = true (#998)
Reentrancy in BEP20._transfer(address,address,uint256) (#909-947):
External calls:
- _swapAndLiquify(sender) (#935)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,swapAddress,block.timestamp) (#1040-1046)
External calls sending eth:
- _swapAndLiquify(sender) (#935)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
State variables written after the call(s):
- _balances[recipient] += amount - liquidityFee - transactionBurn (#939)
- takeLiquidity(sender,liquidityFee) (#940)
- _balances[address(this)] += liquidityFee (#967)
Apply the check-effects-interactions pattern.
Additional information: link
Polkadog._cap (#1196) shadows:
- BEP20Capped._cap (#1167)
Remove the state variable shadowing.
Additional information: link
BEP20.withdrawToken(address,uint256) (#747-752) ignores return value by tokenContract.transfer(msg.sender,_amount) (#750)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Contract name (Polkadog-V2.0) 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.
BEP20.addLiquidity(uint256,uint256,address) (#1052-1065) ignores return value by pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
Ensure that all the return values of the function calls are used.
Additional information: link
BEP20.allowance(address,address).owner (#590) shadows:
- Ownable.owner() (#153-155) (function)
BEP20.withdrawBnbFromContract(uint256)._owner (#766) shadows:
- Ownable._owner (#139) (state variable)
BEP20._approve(address,address,uint256).owner (#1126) shadows:
- Ownable.owner() (#153-155) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in BEP20._transfer(address,address,uint256) (#909-947):
External calls:
- _swapAndLiquify(sender) (#935)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,swapAddress,block.timestamp) (#1040-1046)
External calls sending eth:
- _swapAndLiquify(sender) (#935)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
State variables written after the call(s):
- takeTransactionBurn(sender,transactionBurn) (#941)
- _totalSupply -= burnAmount (#975)
Reentrancy in BEP20.constructor() (#520-526):
External calls:
- pancakeswapV2Pair = IPancakeFactory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#523-524)
State variables written after the call(s):
- pancakeswapV2Router = _pancakeswapV2Router (#525)
Reentrancy in Polkadog.constructor() (#1197-1199):
External calls:
- BEP20() (#1197)
- pancakeswapV2Pair = IPancakeFactory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#523-524)
State variables written after the call(s):
- BEP20._mint(_msgSender(),_initialSupply) (#1198)
- _balances[account] += amount (#1082)
- BEP20Capped(_cap) (#1197)
- _cap = cap_ (#1175)
- BEP20._mint(_msgSender(),_initialSupply) (#1198)
- _totalSupply += amount (#1081)
Reentrancy in BEP20.swapAndLiquify(uint256,address) (#1005-1026):
External calls:
- swapTokensForEth(half,address(this)) (#1017)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,swapAddress,block.timestamp) (#1040-1046)
- addLiquidity(otherHalf,newBalance,account) (#1023)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
External calls sending eth:
- addLiquidity(otherHalf,newBalance,account) (#1023)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance,account) (#1023)
- _allowances[owner][spender] = amount (#1133)
Reentrancy in BEP20.transferFrom(address,address,uint256) (#619-633):
External calls:
- _transfer(sender,recipient,amount) (#624)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,swapAddress,block.timestamp) (#1040-1046)
External calls sending eth:
- _transfer(sender,recipient,amount) (#624)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
State variables written after the call(s):
- _approve(sender,_msgSender(),currentAllowance - amount) (#629)
- _allowances[owner][spender] = amount (#1133)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in BEP20._transfer(address,address,uint256) (#909-947):
External calls:
- _swapAndLiquify(sender) (#935)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,swapAddress,block.timestamp) (#1040-1046)
External calls sending eth:
- _swapAndLiquify(sender) (#935)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
Event emitted after the call(s):
- Transfer(account,address(0),burnAmount) (#976)
- takeTransactionBurn(sender,transactionBurn) (#941)
- Transfer(account,address(this),liquidityFee) (#968)
- takeLiquidity(sender,liquidityFee) (#940)
- Transfer(sender,recipient,amount - liquidityFee - transactionBurn) (#942)
Reentrancy in Polkadog.constructor() (#1197-1199):
External calls:
- BEP20() (#1197)
- pancakeswapV2Pair = IPancakeFactory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#523-524)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#1083)
- BEP20._mint(_msgSender(),_initialSupply) (#1198)
Reentrancy in BEP20.swapAndLiquify(uint256,address) (#1005-1026):
External calls:
- swapTokensForEth(half,address(this)) (#1017)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,swapAddress,block.timestamp) (#1040-1046)
- addLiquidity(otherHalf,newBalance,account) (#1023)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
External calls sending eth:
- addLiquidity(otherHalf,newBalance,account) (#1023)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1134)
- addLiquidity(otherHalf,newBalance,account) (#1023)
- SwapAndLiquify(half,newBalance,otherHalf) (#1025)
Reentrancy in BEP20.transferFrom(address,address,uint256) (#619-633):
External calls:
- _transfer(sender,recipient,amount) (#624)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,swapAddress,block.timestamp) (#1040-1046)
External calls sending eth:
- _transfer(sender,recipient,amount) (#624)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,account,block.timestamp) (#1057-1064)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1134)
- _approve(sender,_msgSender(),currentAllowance - amount) (#629)
Reentrancy in BEP20.withdrawToken(address,uint256) (#747-752):
External calls:
- tokenContract.transfer(msg.sender,_amount) (#750)
Event emitted after the call(s):
- ExternalTokenTransferred(_tokenContract,msg.sender,_amount) (#751)
Apply the check-effects-interactions pattern.
Additional information: link
BEP20._transfer(address,address,uint256) (#909-947) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)((block.timestamp - _transactionTime[sender]) > coolDownTimeBound,BEP20: Transfer failed due to time bound) (#927)
Avoid relying on block.timestamp.
Additional information: link
Context._msgData() (#120-123) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#3) allows old versions
solc-0.8.0 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Function IPancakeRouter01.WETH() (#283) is not in mixedCase
Parameter BEP20.withdrawToken(address,uint256)._tokenContract (#747) is not in mixedCase
Parameter BEP20.withdrawToken(address,uint256)._amount (#747) is not in mixedCase
Parameter BEP20.setSwapAndLiquifyEnabled(bool)._enabled (#885) is not in mixedCase
Parameter BEP20.calculateLiquidityFee(uint256)._amount (#952) is not in mixedCase
Parameter BEP20.calculateTransactionBurn(uint256)._amount (#959) is not in mixedCase
Constant BEP20._name (#456) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BEP20._symbol (#457) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BEP20._decimals (#458) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BEP20.PANCAKEV2ROUTER (#476) is not in mixedCase
Constant Polkadog._initialSupply (#1195) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#121)" inContext (#115-124)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Reentrancy in BEP20.withdrawBnbFromContract(uint256) (#764-769):
External calls:
- _owner.transfer(amount) (#767)
Event emitted after the call(s):
- BnbFromContractTransferred(amount) (#768)
Apply the check-effects-interactions pattern.
Additional information: link
Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#288) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#289)
Prevent variables from having similar names.
Additional information: link
Polkadog.slitherConstructorVariables() (#1194-1201) uses literals with too many digits:
- _cap = 400000000 * 10 ** 18 (#1196)
Polkadog.slitherConstructorConstantVariables() (#1194-1201) uses literals with too many digits:
- _initialSupply = 400000000 * 10 ** 18 (#1195)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BEP20.PANCAKEV2ROUTER (#476) should be constant
Polkadog._cap (#1196) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
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.
Average 30d PancakeSwap liquidity is low.
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 5% buy tax and 5% sell tax.
Taxes are low and contract ownership is renounced.
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death