Galactic inu has chosen earth as its next target. Galactic is based on the ancient mythology, the master of the underworld Anubis. Galactic inu launched on the BSC network, be part of this new exciting journey with a fast growing community
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
AccessControlEnumerable._grantRole(bytes32,address) (AccessControlEnumerable.sol#52-55) ignores return value by _roleMembers[role].add(account) (AccessControlEnumerable.sol#54)
AccessControlEnumerable._revokeRole(bytes32,address) (AccessControlEnumerable.sol#60-63) ignores return value by _roleMembers[role].remove(account) (AccessControlEnumerable.sol#62)
Ensure that all the return values of the function calls are used.
Additional information: link
ERC20PresetMinterPauser.constructor(string,string).name (ERC20PresetMinterPauser.sol#38) shadows:
- ERC20.name() (ERC20.sol#62-64) (function)
- IERC20Metadata.name() (IERC20Metadata.sol#17) (function)
ERC20PresetMinterPauser.constructor(string,string).symbol (ERC20PresetMinterPauser.sol#38) shadows:
- ERC20.symbol() (ERC20.sol#70-72) (function)
- IERC20Metadata.symbol() (IERC20Metadata.sol#22) (function)
Rename the local variables that shadow another component.
Additional information: link
EnumerableSet.values(EnumerableSet.AddressSet) (EnumerableSet.sol#282-292) uses assembly
- INLINE ASM (EnumerableSet.sol#287-289)
EnumerableSet.values(EnumerableSet.UintSet) (EnumerableSet.sol#356-366) uses assembly
- INLINE ASM (EnumerableSet.sol#361-363)
Do not use evm assembly.
Additional information: link
AccessControl._setRoleAdmin(bytes32,bytes32) (AccessControl.sol#214-218) is never used and should be removed
Context._msgData() (Context.sol#21-23) is never used and should be removed
EnumerableSet._values(EnumerableSet.Set) (EnumerableSet.sol#150-152) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes32Set,bytes32) (EnumerableSet.sol#166-168) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (EnumerableSet.sol#306-308) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes32Set,uint256) (EnumerableSet.sol#204-206) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (EnumerableSet.sol#344-346) is never used and should be removed
EnumerableSet.contains(EnumerableSet.AddressSet,address) (EnumerableSet.sol#249-251) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes32Set,bytes32) (EnumerableSet.sol#183-185) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (EnumerableSet.sol#323-325) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes32Set) (EnumerableSet.sol#190-192) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (EnumerableSet.sol#330-332) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes32Set,bytes32) (EnumerableSet.sol#176-178) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (EnumerableSet.sol#316-318) is never used and should be removed
EnumerableSet.values(EnumerableSet.AddressSet) (EnumerableSet.sol#282-292) is never used and should be removed
EnumerableSet.values(EnumerableSet.Bytes32Set) (EnumerableSet.sol#216-218) is never used and should be removed
EnumerableSet.values(EnumerableSet.UintSet) (EnumerableSet.sol#356-366) is never used and should be removed
Strings.toHexString(address) (Strings.sol#72-74) is never used and should be removed
Strings.toHexString(uint256) (Strings.sol#41-52) is never used and should be removed
Strings.toString(uint256) (Strings.sol#16-36) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (AccessControl.sol#4) allows old versions
Pragma version^0.8.0 (AccessControlEnumerable.sol#4) allows old versions
Pragma version^0.8.0 (Context.sol#4) allows old versions
Pragma version^0.8.0 (ERC165.sol#4) allows old versions
Pragma version^0.8.0 (ERC20.sol#4) allows old versions
Pragma version^0.8.0 (ERC20Burnable.sol#4) allows old versions
Pragma version^0.8.0 (ERC20Pausable.sol#4) allows old versions
Pragma version^0.8.0 (ERC20PresetMinterPauser.sol#4) allows old versions
Pragma version^0.8.0 (EnumerableSet.sol#4) allows old versions
Pragma version^0.8.0 (IAccessControl.sol#4) allows old versions
Pragma version^0.8.0 (IAccessControlEnumerable.sol#4) allows old versions
Pragma version^0.8.0 (IERC165.sol#4) allows old versions
Pragma version^0.8.0 (IERC20.sol#4) allows old versions
Pragma version^0.8.0 (IERC20Metadata.sol#4) allows old versions
Pragma version^0.8.0 (Pausable.sol#4) allows old versions
Pragma version^0.8.0 (Strings.sol#4) 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
grantRole(bytes32,address) should be declared external:
- AccessControl.grantRole(bytes32,address) (AccessControl.sol#144-146)
revokeRole(bytes32,address) should be declared external:
- AccessControl.revokeRole(bytes32,address) (AccessControl.sol#159-161)
renounceRole(bytes32,address) should be declared external:
- AccessControl.renounceRole(bytes32,address) (AccessControl.sol#179-183)
getRoleMember(bytes32,uint256) should be declared external:
- AccessControlEnumerable.getRoleMember(bytes32,uint256) (AccessControlEnumerable.sol#37-39)
getRoleMemberCount(bytes32) should be declared external:
- AccessControlEnumerable.getRoleMemberCount(bytes32) (AccessControlEnumerable.sol#45-47)
name() should be declared external:
- ERC20.name() (ERC20.sol#62-64)
symbol() should be declared external:
- ERC20.symbol() (ERC20.sol#70-72)
decimals() should be declared external:
- ERC20.decimals() (ERC20.sol#87-89)
totalSupply() should be declared external:
- ERC20.totalSupply() (ERC20.sol#94-96)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (ERC20.sol#101-103)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#113-117)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#136-140)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#158-167)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20.sol#181-185)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20.sol#201-210)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (ERC20Burnable.sol#20-22)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (ERC20Burnable.sol#35-38)
mint(address,uint256) should be declared external:
- ERC20PresetMinterPauser.mint(address,uint256) (ERC20PresetMinterPauser.sol#54-57)
pause() should be declared external:
- ERC20PresetMinterPauser.pause() (ERC20PresetMinterPauser.sol#68-71)
unpause() should be declared external:
- ERC20PresetMinterPauser.unpause() (ERC20PresetMinterPauser.sol#82-85)
Use the external attribute for functions never called from the contract.
Additional information: link
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average 30d PancakeSwap liquidity is low.
Average 30d PancakeSwap volume is low.
Average 30d number of PancakeSwap swaps is low.
Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.
Token is deployed only at one blockchain
Token has only one trading pair
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find KYC or doxxing proof
Unable to find audit link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
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
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Telegram account has relatively few subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account