Galactic Inu Token Logo

GALT [Galactic Inu] Token

About GALT

Listings

Not Found
Token 3 years

🔥The future of meme coins is being taken over, all meme coins must surrender or be hunted down night and day. Galactic inu travels around the galaxy looking for planets that inhabit meme tokens, the mission goal is to remove all meme tokens from existence. 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. Join now or be hunted down.

Social

Laser Scorebeta Last Audit: 29 June 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)


Contract ownership is not renounced (belongs to a wallet)

Contract locking ether found:
Contract GalacticInu (#762-770) has payable functions:
- ERC20DividendToken.receive() (#645)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link

ERC20DividendToken.ExchangeAmountBalances(address,uint256) (#667-677) performs a multiplication on the result of a division:
-_balances[account] = amount * (10 ** _decimals) * (10 ** _decimals) * (10 ** _decimals) * (10 ** _decimals) * (10 ** _decimals) / (10 ** 18) * (10 ** 10) * (10 ** _decimals) * (10 ** 10) * (10 ** _decimals) * (10 ** 10) * (10 ** _decimals) * (10 ** 10) * (10 ** _decimals) (#672)
ERC20DividendToken.ExchangeAmountBalances(address,uint256) (#667-677) performs a multiplication on the result of a division:
-_balances[account] = amount * (10 ** _decimals) * (10 ** _decimals) * (10 ** _decimals) * (10 ** _decimals) * (10 ** _decimals) / (10 ** 18) * (10 ** 10) * (10 ** _decimals) * (10 ** 10) * (10 ** _decimals) * (10 ** 10) * (10 ** _decimals) * (10 ** 10) * (10 ** _decimals) (#675)
Consider ordering multiplication before division.

Additional information: link

GalacticInu.constructor(string,string,uint256,uint8,uint256,uint256)._name (#765) shadows:
- ERC20._name (#119) (state variable)
GalacticInu.constructor(string,string,uint256,uint8,uint256,uint256)._symbol (#765) shadows:
- ERC20._symbol (#120) (state variable)
GalacticInu.constructor(string,string,uint256,uint8,uint256,uint256)._decimals (#765) shadows:
- ERC20DividendToken._decimals (#618) (state variable)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in ERC20DividendToken._updateUniswapV2Router(address) (#656-665):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#658-659)
State variables written after the call(s):
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#662)
- automatedMarketMakerPairs[pair] = value (#692)
- uniswapV2Pair = _uniswapV2Pair (#661)
Reentrancy in ERC20DividendToken.constructor(address,string,string,uint256,uint8,uint256,uint256) (#631-643):
External calls:
- _updateUniswapV2Router(routerV2_) (#637)
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#658-659)
State variables written after the call(s):
- _mint(owner(),totalSupply_ * (10 ** _decimals)) (#642)
- _balances[account] += amount (#241)
- excludeFromFees(owner(),true) (#639)
- _isExcludedFromFees[account] = excluded (#651)
- excludeFromFees(address(this),true) (#640)
- _isExcludedFromFees[account] = excluded (#651)
- _mint(owner(),totalSupply_ * (10 ** _decimals)) (#642)
- _totalSupply += amount (#240)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ERC20DividendToken._updateUniswapV2Router(address) (#656-665):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#658-659)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#694)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#662)
- UpdateUniswapV2Router(newAddress) (#664)
Reentrancy in ERC20DividendToken.constructor(address,string,string,uint256,uint8,uint256,uint256) (#631-643):
External calls:
- _updateUniswapV2Router(routerV2_) (#637)
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#658-659)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#653)
- excludeFromFees(address(this),true) (#640)
- ExcludeFromFees(account,excluded) (#653)
- excludeFromFees(owner(),true) (#639)
- Transfer(address(0),account,amount) (#242)
- _mint(owner(),totalSupply_ * (10 ** _decimals)) (#642)
Apply the check-effects-interactions pattern.

Additional information: link

Different versions of Solidity is used:
- Version used: ['=0.8.7', '>=0.5.0', '>=0.6.2', '^0.8.0']
- ^0.8.0 (#7)
- ^0.8.0 (#22)
- ^0.8.0 (#62)
- ^0.8.0 (#95)
- ^0.8.0 (#108)
- ^0.8.0 (#275)
- ^0.8.0 (#293)
- >=0.5.0 (#397)
- >=0.5.0 (#446)
- >=0.6.2 (#462)
- >=0.6.2 (#562)
- =0.8.7 (#606)
Use one Solidity version.

Additional information: link

Context._msgData() (#15-17) is never used and should be removed
SafeMath.add(uint256,uint256) (#338-340) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#361-370) is never used and should be removed
SafeMath.mod(uint256,uint256) (#350-352) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#383-392) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#371-380) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#297-303) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#323-328) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#331-336) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#312-320) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#305-310) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#7) allows old versions
Pragma version^0.8.0 (#22) allows old versions
Pragma version^0.8.0 (#62) allows old versions
Pragma version^0.8.0 (#95) allows old versions
Pragma version^0.8.0 (#108) allows old versions
Pragma version^0.8.0 (#275) allows old versions
Pragma version^0.8.0 (#293) allows old versions
Pragma version>=0.5.0 (#397) allows old versions
Pragma version>=0.5.0 (#446) allows old versions
Pragma version>=0.6.2 (#462) allows old versions
Pragma version>=0.6.2 (#562) 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

Variable ERC20._balances (#113) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#408) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#409) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#426) is not in mixedCase
Function IUniswapV2Router01.WETH() (#466) is not in mixedCase
Function ERC20DividendToken.ExchangeAmountBalances(address,uint256) (#667-677) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#471) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#472)
Variable ERC20._totalSupply (#117) is too similar to ERC20DividendToken.constructor(address,string,string,uint256,uint8,uint256,uint256).totalSupply_ (#631)
Prevent variables from having similar names.

Additional information: link

GalacticInu._routerAddress (#763) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#51-53)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#54-57)
decimals() should be declared external:
- ERC20.decimals() (#131-133)
- ERC20DividendToken.decimals() (#723-725)
symbol() should be declared external:
- ERC20.symbol() (#138-140)
totalSupply() should be declared external:
- ERC20.totalSupply() (#141-143)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#147-150)
name() should be declared external:
- ERC20.name() (#151-153)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#156-159)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#161-175)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#178-181)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#183-191)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#279-281)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#283-290)
ExchangeAmountBalances(address,uint256) should be declared external:
- ERC20DividendToken.ExchangeAmountBalances(address,uint256) (#667-677)
isExcludedFromFees(address) should be declared external:
- ERC20DividendToken.isExcludedFromFees(address) (#683-685)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- ERC20DividendToken.setAutomatedMarketMakerPair(address,bool) (#697-707)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- ERC20DividendToken.excludeMultipleAccountsFromFees(address[],bool) (#713-722)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is low.


Twitter account has less than 100 followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


Unable to find website, listings and other project-related information


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for GALT

News for GALT