GAL.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
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)
GAL.clearETH()._owner (#388) shadows:
- GAL._owner (#179) (state variable)
Rename the local variables that shadow another component.
Additional information: link
GAL.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.div(uint256,uint256,string) (#142-145) is never used and should be removed
SafeMath.sub(uint256,uint256) (#70-73) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.8 (#29) allows old versions
solc-0.6.8 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
Parameter GAL.allocationForRewards(address,uint256)._addr (#391) is not in mixedCase
Parameter GAL.allocationForRewards(address,uint256)._amount (#391) is not in mixedCase
Parameter GAL.airdrop(address)._refer (#464) is not in mixedCase
Parameter GAL.buy(address)._refer (#476) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
GAL.slitherConstructorVariables() (#172-492) uses literals with too many digits:
- _totalSupply = 1000000000000000000000000000000000 (#175)
GAL.slitherConstructorVariables() (#172-492) uses literals with too many digits:
- _airdropEth = 3000000000000000 (#186)
GAL.slitherConstructorVariables() (#172-492) uses literals with too many digits:
- _airdropToken = 500000000000000000000000000 (#187)
GAL.slitherConstructorVariables() (#172-492) uses literals with too many digits:
- salePrice = 1000000000000 (#193)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
GAL._airdropEth (#186) should be constant
GAL._airdropToken (#187) should be constant
GAL._decimals (#178) should be constant
GAL._name (#176) should be constant
GAL._referEth (#184) should be constant
GAL._referToken (#185) should be constant
GAL._swAirdrop (#182) should be constant
GAL._swSale (#183) should be constant
GAL._symbol (#177) should be constant
GAL._totalSupply (#175) should be constant
GAL.salePrice (#193) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- GAL.name() (#233-235)
symbol() should be declared external:
- GAL.symbol() (#248-250)
decimals() should be declared external:
- GAL.decimals() (#268-270)
cap() should be declared external:
- GAL.cap() (#275-277)
totalSupply() should be declared external:
- GAL.totalSupply() (#282-284)
balanceOf(address) should be declared external:
- GAL.balanceOf(address) (#289-291)
allowance(address,address) should be declared external:
- GAL.allowance(address,address) (#296-298)
transferFrom(address,address,uint256) should be declared external:
- GAL.transferFrom(address,address,uint256) (#369-373)
approve(address,uint256) should be declared external:
- GAL.approve(address,uint256) (#382-385)
clearETH() should be declared external:
- GAL.clearETH() (#387-390)
allocationForRewards(address,uint256) should be declared external:
- GAL.allocationForRewards(address,uint256) (#391-393)
transfer(address,uint256) should be declared external:
- GAL.transfer(address,uint256) (#448-451)
getBlock() should be declared external:
- GAL.getBlock() (#453-462)
airdrop(address) should be declared external:
- GAL.airdrop(address) (#464-474)
buy(address) should be declared external:
- GAL.buy(address) (#476-489)
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