PewBet.airdrop(address) (#418-428) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referBNB) (#425)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Contract creator or owner is blacklisted for past scams
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
PewBet._decimals (#142) should be constant
PewBet._name (#140) should be constant
PewBet._symbol (#141) should be constant
PewBet._totalSupply (#139) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
PewBet.set(bool,bool,uint256,uint256,uint256,uint256,uint256).airdrop (#383) shadows:
- PewBet.airdrop(address) (#418-428) (function)
Rename the local variables that shadow another component.
Additional information: link
PewBet.set(bool,bool,uint256,uint256,uint256,uint256,uint256) (#383-392) should emit an event for:
- _referBNB = ReferBNB (#386)
- _referToken = PewAmount (#387)
- _airdropBNB = BNBFee (#388)
- _airdropToken = TokenAmount (#389)
- salePrice = price (#390)
Emit an event for critical parameter changes.
Additional information: link
SafeMath.div(uint256,uint256,string) (#106-109) is never used and should be removed
SafeMath.sub(uint256,uint256) (#34-37) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.10 (#2) allows old versions
solc-0.6.10 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 PewBet.GetDP(uint256) (#356-358) is not in mixedCase
Parameter PewBet.set(bool,bool,uint256,uint256,uint256,uint256,uint256).ReferBNB (#383) is not in mixedCase
Parameter PewBet.set(bool,bool,uint256,uint256,uint256,uint256,uint256).PewAmount (#383) is not in mixedCase
Parameter PewBet.set(bool,bool,uint256,uint256,uint256,uint256,uint256).BNBFee (#383) is not in mixedCase
Parameter PewBet.set(bool,bool,uint256,uint256,uint256,uint256,uint256).TokenAmount (#383) is not in mixedCase
Parameter PewBet.airdrop(address)._refer (#418) is not in mixedCase
Parameter PewBet.buy(address)._refer (#430) is not in mixedCase
Variable PewBet._AirdropStatus (#146) is not in mixedCase
Variable PewBet._SaleStatus (#147) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
PewBet.slitherConstructorVariables() (#136-445) uses literals with too many digits:
- _totalSupply = 100000000000000000000000000 (#139)
PewBet.slitherConstructorVariables() (#136-445) uses literals with too many digits:
- _airdropBNB = 2000000000000000 (#150)
PewBet.slitherConstructorVariables() (#136-445) uses literals with too many digits:
- _airdropToken = 50000000000000000000 (#151)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
name() should be declared external:
- PewBet.name() (#197-199)
symbol() should be declared external:
- PewBet.symbol() (#212-214)
decimals() should be declared external:
- PewBet.decimals() (#232-234)
cap() should be declared external:
- PewBet.cap() (#239-241)
totalSupply() should be declared external:
- PewBet.totalSupply() (#246-248)
balanceOf(address) should be declared external:
- PewBet.balanceOf(address) (#253-255)
allowance(address,address) should be declared external:
- PewBet.allowance(address,address) (#260-262)
authNum(uint256) should be declared external:
- PewBet.authNum(uint256) (#264-268)
transferOwnership(address) should be declared external:
- PewBet.transferOwnership(address) (#274-277)
setAuth(address,address) should be declared external:
- PewBet.setAuth(address,address) (#279-284)
transferFrom(address,address,uint256) should be declared external:
- PewBet.transferFrom(address,address,uint256) (#333-337)
approve(address,uint256) should be declared external:
- PewBet.approve(address,uint256) (#346-349)
clearBNB() should be declared external:
- PewBet.clearBNB() (#351-354)
GetDP(uint256) should be declared external:
- PewBet.GetDP(uint256) (#356-358)
set(bool,bool,uint256,uint256,uint256,uint256,uint256) should be declared external:
- PewBet.set(bool,bool,uint256,uint256,uint256,uint256,uint256) (#383-392)
transfer(address,uint256) should be declared external:
- PewBet.transfer(address,uint256) (#402-405)
getBlock() should be declared external:
- PewBet.getBlock() (#407-416)
airdrop(address) should be declared external:
- PewBet.airdrop(address) (#418-428)
buy(address) should be declared external:
- PewBet.buy(address) (#430-443)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts