Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
Gorilla.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
Gorilla.set(bool,bool,uint256,uint256,uint256,uint256,uint256).airdrop (#383) shadows:
- Gorilla.airdrop(address) (#418-428) (function)
Rename the local variables that shadow another component.
Additional information: link
Gorilla.set(bool,bool,uint256,uint256,uint256,uint256,uint256) (#383-392) should emit an event for:
- _referBNB = ReferBNB (#386)
- _referToken = GorillaAmount (#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 Gorilla.RetrieveGorilla(uint256) (#356-358) is not in mixedCase
Parameter Gorilla.set(bool,bool,uint256,uint256,uint256,uint256,uint256).ReferBNB (#383) is not in mixedCase
Parameter Gorilla.set(bool,bool,uint256,uint256,uint256,uint256,uint256).GorillaAmount (#383) is not in mixedCase
Parameter Gorilla.set(bool,bool,uint256,uint256,uint256,uint256,uint256).BNBFee (#383) is not in mixedCase
Parameter Gorilla.set(bool,bool,uint256,uint256,uint256,uint256,uint256).TokenAmount (#383) is not in mixedCase
Parameter Gorilla.airdrop(address)._refer (#418) is not in mixedCase
Parameter Gorilla.buy(address)._refer (#430) is not in mixedCase
Variable Gorilla._AirdropStatus (#146) is not in mixedCase
Variable Gorilla._SaleStatus (#147) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Gorilla.slitherConstructorVariables() (#136-445) uses literals with too many digits:
- _totalSupply = 1000000000000000000000000000000000 (#139)
Gorilla.slitherConstructorVariables() (#136-445) uses literals with too many digits:
- _airdropBNB = 2000000000000000 (#150)
Gorilla.slitherConstructorVariables() (#136-445) uses literals with too many digits:
- _airdropToken = 500000000000000000000000000 (#151)
Gorilla.slitherConstructorVariables() (#136-445) uses literals with too many digits:
- salePrice = 100000000000 (#157)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Gorilla._decimals (#142) should be constant
Gorilla._name (#140) should be constant
Gorilla._symbol (#141) should be constant
Gorilla._totalSupply (#139) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- Gorilla.name() (#197-199)
symbol() should be declared external:
- Gorilla.symbol() (#212-214)
decimals() should be declared external:
- Gorilla.decimals() (#232-234)
cap() should be declared external:
- Gorilla.cap() (#239-241)
totalSupply() should be declared external:
- Gorilla.totalSupply() (#246-248)
balanceOf(address) should be declared external:
- Gorilla.balanceOf(address) (#253-255)
allowance(address,address) should be declared external:
- Gorilla.allowance(address,address) (#260-262)
authNum(uint256) should be declared external:
- Gorilla.authNum(uint256) (#264-268)
transferOwnership(address) should be declared external:
- Gorilla.transferOwnership(address) (#274-277)
setAuth(address,address) should be declared external:
- Gorilla.setAuth(address,address) (#279-284)
transferFrom(address,address,uint256) should be declared external:
- Gorilla.transferFrom(address,address,uint256) (#333-337)
approve(address,uint256) should be declared external:
- Gorilla.approve(address,uint256) (#346-349)
clearBNB() should be declared external:
- Gorilla.clearBNB() (#351-354)
RetrieveGorilla(uint256) should be declared external:
- Gorilla.RetrieveGorilla(uint256) (#356-358)
set(bool,bool,uint256,uint256,uint256,uint256,uint256) should be declared external:
- Gorilla.set(bool,bool,uint256,uint256,uint256,uint256,uint256) (#383-392)
transfer(address,uint256) should be declared external:
- Gorilla.transfer(address,uint256) (#402-405)
getBlock() should be declared external:
- Gorilla.getBlock() (#407-416)
airdrop(address) should be declared external:
- Gorilla.airdrop(address) (#418-428)
buy(address) should be declared external:
- Gorilla.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
Young tokens have high risks of scam / price dump / death
Token is marked as risky (blacklisted creator, fake name, dead project, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts