Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Contract EGD_token (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#233-471) is not in CapWords
Parameter EGD_token.setRequirments(uint256[3]).RequirmentsList_ (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#291) is not in mixedCase
Variable EGD_token.Coe (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#242) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
EGD_token.nodeBuild(address,uint256).lastLv (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#349) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
Context._msgData() (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#9-11) is never used and should be removed
ERC20._burn(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#179-194) is never used and should be removed
Remove unused functions.
Additional information: link
EGD_token.nodeBuild(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#336-391) performs a multiplication on the result of a division:
-nodeCost = tT_ * 3 / 5 (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#338)
-all = nodeCost (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#345)
-_amount = all * coe / 30 (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#379)
EGD_token.nodeBuild(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#336-391) performs a multiplication on the result of a division:
-nodeCost = tT_ * 3 / 5 (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#338)
-all = nodeCost (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#345)
-_amount = all * Coe[4] / 30 (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#364)
EGD_token.nodeBuild(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#336-391) performs a multiplication on the result of a division:
-nodeCost = tT_ * 3 / 5 (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#338)
-all = nodeCost (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#345)
-_amount = all * Coe[4] / 30 (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#371)
Consider ordering multiplication before division.
Additional information: link
EGD_token.setAddr(address,address,address).foundation_ (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#281) lacks a zero-check on :
- foundation = foundation_ (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#282)
EGD_token.setAddr(address,address,address).liuidityPool_ (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#281) lacks a zero-check on :
- liuidityPool = liuidityPool_ (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#283)
EGD_token.setAddr(address,address,address).main_ (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#281) lacks a zero-check on :
- main = main_ (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#284)
Check that the address is not zero.
Additional information: link
EGD_token.nodeBuild(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#336-391) compares to a boolean constant:
-sameLevelS == true && lastLv == 3 (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#354)
EGD_token.nodeBuild(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#336-391) compares to a boolean constant:
-lv == 3 && sameLevelS == false (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#363)
EGD_token.nodeBuild(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#336-391) compares to a boolean constant:
-lv == 2 && sameLevelA == false (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#370)
Remove the equality to the boolean constant.
Additional information: link
Pragma version^0.8.0 (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#2) 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
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#32-34)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#37-40)
name() should be declared external:
- ERC20.name() (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#80-82)
symbol() should be declared external:
- ERC20.symbol() (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#84-86)
decimals() should be declared external:
- EGD_token.decimals() (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#410-412)
- ERC20.decimals() (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#88-90)
totalSupply() should be declared external:
- ERC20.totalSupply() (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#92-94)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#96-98)
transfer(address,uint256) should be declared external:
- EGD_token.transfer(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#418-437)
- ERC20.transfer(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#100-103)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#109-112)
transferFrom(address,address,uint256) should be declared external:
- EGD_token.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#439-467)
- ERC20.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#114-128)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#130-133)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#135-143)
setAddr(address,address,address) should be declared external:
- EGD_token.setAddr(address,address,address) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#281-285)
setPreNode(address,uint256) should be declared external:
- EGD_token.setPreNode(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#287-289)
setRequirments(uint256[3]) should be declared external:
- EGD_token.setRequirments(uint256[3]) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#291-293)
setFissionX(uint256) should be declared external:
- EGD_token.setFissionX(uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#294-296)
setAdmin(address) should be declared external:
- EGD_token.setAdmin(address) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#298-301)
setCheater(address) should be declared external:
- EGD_token.setCheater(address) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#303-306)
setCobuilder(address) should be declared external:
- EGD_token.setCobuilder(address) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#308-310)
setRemakeUser(address) should be declared external:
- EGD_token.setRemakeUser(address) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#312-316)
checkLiquidityPoolTotal() should be declared external:
- EGD_token.checkLiquidityPoolTotal() (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#320-322)
checkInvi(address) should be declared external:
- EGD_token.checkInvi(address) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#324-326)
mint(address,uint256) should be declared external:
- EGD_token.mint(address,uint256) (crytic-export/etherscan-contracts/0x202b233735bf743fa31abb8f71e641970161bf98.bscscan.com-EGD_token.sol#414-416)
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