Galaxy Adventure is an NFT based play-to-earn game on the Binance Smart Chain where users can buy, sell and upgrade their heroes to earn rewards while battling aliens attacking planet Earth
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
GLAToken.setOperator(address) (#1199-1201) should emit an event for:
- operator = _operator (#1200)
Emit an event for critical parameter changes.
Additional information: link
GLAToken.setMarketingAddress(address)._marketingAddress (#1210) lacks a zero-check on :
- marketingAddress = _marketingAddress (#1211)
Check that the address is not zero.
Additional information: link
Reentrancy in GLAToken.constructor() (#1148-1158):
External calls:
- pairAddress = IUniswapV2Factory(factoryAddress).createPair(address(this),pairToken) (#1156)
State variables written after the call(s):
- lpAddresses[pairAddress] = true (#1157)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in GLAToken._transfer(address,address,uint256) (#1169-1194):
External calls:
- BP.protect(sender,recipient,amount) (#1172)
Event emitted after the call(s):
- BPTransfer(sender,recipient,amount) (#1173)
- Transfer(sender,recipient,amount) (#899)
- ERC20._transfer(sender,recipient,amount) (#1192)
- Transfer(sender,recipient,amount) (#899)
- ERC20._transfer(sender,marketingAddress,fee) (#1189)
- Transfer(sender,recipient,amount) (#899)
- ERC20._transfer(sender,recipient,amount) (#1188)
Apply the check-effects-interactions pattern.
Additional information: link
GLAToken.multiBlacklist(address[]) (#1229-1238) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= blacklistTime,blacklistTime: invalid) (#1231)
Avoid relying on block.timestamp.
Additional information: link
Address.verifyCallResult(bool,bytes,string) (#524-544) uses assembly
- INLINE ASM (#536-539)
Do not use evm assembly.
Additional information: link
GLAToken.setBotProtectionDisableForever() (#1225-1228) compares to a boolean constant:
-require(bool)(BPDisabledForever == false) (#1226)
Remove the equality to the boolean constant.
Additional information: link
SafeMath.trySub(uint256,uint256) (#61-66) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.7 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
Low level call in Address.functionDelegateCall(address,bytes,string) (#507-516):
- (success,returndata) = target.delegatecall(data) (#514)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable GLAToken.BPDisabledForever (#1126) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
GLAToken.sellFeeRate (#1146) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#1053-1060)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account