SAMSUNG.airdrop(address) (#464-474) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#471)
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)
SAMSUNG.clearETH()._owner (#388) shadows:
- SAMSUNG._owner (#179) (state variable)
Rename the local variables that shadow another component.
Additional information: link
SAMSUNG.clearETH()._owner (#388) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#389)
Check that the address is not zero.
Additional information: link
SafeMath.sub(uint256,uint256) (#70-73) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#142-145) 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 (#29) 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 SAMSUNG.airdrop(address)._refer (#464) is not in mixedCase
Parameter SAMSUNG.allocationForRewards(address,uint256)._amount (#391) is not in mixedCase
Parameter SAMSUNG.buy(address)._refer (#476) is not in mixedCase
Parameter SAMSUNG.allocationForRewards(address,uint256)._addr (#391) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
SAMSUNG.slitherConstructorVariables() (#172-492) uses literals with too many digits:
- _airdropEth = 3400000000000000 (#186)
SAMSUNG.slitherConstructorVariables() (#172-492) uses literals with too many digits:
- _totalSupply = 4000000000000000000000000000000 (#175)
SAMSUNG.slitherConstructorVariables() (#172-492) uses literals with too many digits:
- salePrice = 2500000000 (#193)
SAMSUNG.slitherConstructorVariables() (#172-492) uses literals with too many digits:
- _airdropToken = 2000000000000000000000000 (#187)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SAMSUNG._symbol (#177) should be constant
SAMSUNG._swAirdrop (#182) should be constant
SAMSUNG._swSale (#183) should be constant
SAMSUNG.salePrice (#193) should be constant
SAMSUNG._referEth (#184) should be constant
SAMSUNG._airdropEth (#186) should be constant
SAMSUNG._airdropToken (#187) should be constant
SAMSUNG._totalSupply (#175) should be constant
SAMSUNG._name (#176) should be constant
SAMSUNG._referToken (#185) should be constant
SAMSUNG._decimals (#178) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
allocationForRewards(address,uint256) should be declared external:
- SAMSUNG.allocationForRewards(address,uint256) (#391-393)
transferFrom(address,address,uint256) should be declared external:
- SAMSUNG.transferFrom(address,address,uint256) (#369-373)
airdrop(address) should be declared external:
- SAMSUNG.airdrop(address) (#464-474)
symbol() should be declared external:
- SAMSUNG.symbol() (#248-250)
clearETH() should be declared external:
- SAMSUNG.clearETH() (#387-390)
name() should be declared external:
- SAMSUNG.name() (#233-235)
allowance(address,address) should be declared external:
- SAMSUNG.allowance(address,address) (#296-298)
cap() should be declared external:
- SAMSUNG.cap() (#275-277)
transfer(address,uint256) should be declared external:
- SAMSUNG.transfer(address,uint256) (#448-451)
balanceOf(address) should be declared external:
- SAMSUNG.balanceOf(address) (#289-291)
getBlock() should be declared external:
- SAMSUNG.getBlock() (#453-462)
approve(address,uint256) should be declared external:
- SAMSUNG.approve(address,uint256) (#382-385)
buy(address) should be declared external:
- SAMSUNG.buy(address) (#476-489)
decimals() should be declared external:
- SAMSUNG.decimals() (#268-270)
totalSupply() should be declared external:
- SAMSUNG.totalSupply() (#282-284)
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
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