Contract creator or owner is blacklisted for past scams
BNBHODLT.airdrop(address) (#456-466) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#463)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BNBHODLT.clearETH()._owner (#380) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#381)
Check that the address is not zero.
Additional information: link
SafeMath.sub(uint256,uint256) (#62-65) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#134-137) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.6.8 is not recommended for deployment
Pragma version0.6.8 (#21) allows old versions
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
Parameter BNBHODLT.airdrop(address)._refer (#456) is not in mixedCase
Parameter BNBHODLT.buy(address)._refer (#468) is not in mixedCase
Parameter BNBHODLT.allocationForRewards(address,uint256)._amount (#383) is not in mixedCase
Parameter BNBHODLT.allocationForRewards(address,uint256)._addr (#383) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
BNBHODLT.slitherConstructorVariables() (#164-484) uses literals with too many digits:
- _airdropEth = 4000000000000000 (#178)
BNBHODLT.slitherConstructorVariables() (#164-484) uses literals with too many digits:
- _airdropToken = 100000000000000000000 (#179)
BNBHODLT.slitherConstructorVariables() (#164-484) uses literals with too many digits:
- _totalSupply = 100000000000000000000000000 (#167)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BNBHODLT._symbol (#169) should be constant
BNBHODLT.salePrice (#185) should be constant
BNBHODLT._airdropEth (#178) should be constant
BNBHODLT._name (#168) should be constant
BNBHODLT._swSale (#175) should be constant
BNBHODLT._totalSupply (#167) should be constant
BNBHODLT._airdropToken (#179) should be constant
BNBHODLT._referToken (#177) should be constant
BNBHODLT._referEth (#176) should be constant
BNBHODLT._swAirdrop (#174) should be constant
BNBHODLT._decimals (#170) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
cap() should be declared external:
- BNBHODLT.cap() (#267-269)
symbol() should be declared external:
- BNBHODLT.symbol() (#240-242)
clearETH() should be declared external:
- BNBHODLT.clearETH() (#379-382)
allowance(address,address) should be declared external:
- BNBHODLT.allowance(address,address) (#288-290)
totalSupply() should be declared external:
- BNBHODLT.totalSupply() (#274-276)
airdrop(address) should be declared external:
- BNBHODLT.airdrop(address) (#456-466)
transfer(address,uint256) should be declared external:
- BNBHODLT.transfer(address,uint256) (#440-443)
getBlock() should be declared external:
- BNBHODLT.getBlock() (#445-454)
approve(address,uint256) should be declared external:
- BNBHODLT.approve(address,uint256) (#374-377)
allocationForRewards(address,uint256) should be declared external:
- BNBHODLT.allocationForRewards(address,uint256) (#383-385)
name() should be declared external:
- BNBHODLT.name() (#225-227)
decimals() should be declared external:
- BNBHODLT.decimals() (#260-262)
buy(address) should be declared external:
- BNBHODLT.buy(address) (#468-481)
transferFrom(address,address,uint256) should be declared external:
- BNBHODLT.transferFrom(address,address,uint256) (#361-365)
balanceOf(address) should be declared external:
- BNBHODLT.balanceOf(address) (#281-283)
Use the external attribute for functions never called from the contract.
Additional information: link
BNBHODLT.clearETH()._owner (#380) shadows:
- BNBHODLT._owner (#171) (state variable)
Rename the local variables that shadow another component.
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
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Telegram and Twitter accounts