Zagent Gem Token Logo

ZEG [Zagent Gem] Token

ALERT: dead

About ZEG

Listings

Token 2 years
CoinMarketCap 2 years

Website

[CoinGecko] alert: The following token has a variable tax function on the smart contract - which allows contract owners to change tax rates post deployment.
Do your own research and be careful if you are trading this token.
white paper

ZAGENT is the next generation of "Play-to-Earn" games, featuring many unique features and benefits above its predecessors. Zagent is built from the combination of game server and blockchain through blockchain gateway.

Social

Laser Scorebeta Last Audit: 22 February 2022

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).


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

ZagentToken.constructor(string,string,address).name (#736) shadows:
- ERC20.name() (#459-461) (function)
ZagentToken.constructor(string,string,address).symbol (#737) shadows:
- ERC20.symbol() (#467-469) (function)
Rename the local variables that shadow another component.

Additional information: link

ZagentToken.setDistributor(address) (#750-753) should emit an event for:
- distributor = _address (#752)
Emit an event for critical parameter changes.

Additional information: link

ZagentToken.setSellFeeRate(uint256) (#761-764) should emit an event for:
- sellFeeRate = _feeRate (#763)
Emit an event for critical parameter changes.

Additional information: link

ZagentToken.setFeeAddress(address)._feeAddress (#745) lacks a zero-check on :
- feeAddress = _feeAddress (#747)
Check that the address is not zero.

Additional information: link

Different versions of Solidity is used:
- Version used: ['>=0.6.0<0.8.0', '^0.7.6']
- >=0.6.0<0.8.0 (#5)
- >=0.6.0<0.8.0 (#222)
- >=0.6.0<0.8.0 (#302)
- >=0.6.0<0.8.0 (#329)
- >=0.6.0<0.8.0 (#399)
- ^0.7.6 (#707)
Use one Solidity version.

Additional information: link

Context._msgData() (#319-322) is never used and should be removed
ERC20._beforeTokenTransfer(address,address,uint256) (#700) is never used and should be removed
ERC20._setupDecimals(uint8) (#682-684) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#192-195) is never used and should be removed
SafeMath.mod(uint256,uint256) (#154-157) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#212-215) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#26-30) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#62-65) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#72-75) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#47-55) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#37-40) is never used and should be removed
Remove unused functions.

Additional information: link

ZagentToken.vestingSupply (#721) is set pre-construction with a non-constant function or state variable:
- maxSupply.sub(initialSupply)
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Pragma version>=0.6.0<0.8.0 (#5) is too complex
Pragma version>=0.6.0<0.8.0 (#222) is too complex
Pragma version>=0.6.0<0.8.0 (#302) is too complex
Pragma version>=0.6.0<0.8.0 (#329) is too complex
Pragma version>=0.6.0<0.8.0 (#399) is too complex
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

Parameter ZagentToken.setFeeAddress(address)._feeAddress (#745) is not in mixedCase
Parameter ZagentToken.setDistributor(address)._address (#750) is not in mixedCase
Parameter ZagentToken.updateExchange(address,bool)._exchange (#755) is not in mixedCase
Parameter ZagentToken.updateExchange(address,bool)._status (#755) is not in mixedCase
Parameter ZagentToken.setSellFeeRate(uint256)._feeRate (#761) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#320)" inContext (#314-323)
Remove redundant statements if they congest code but offer no value.

Additional information: link

ZagentToken.totalMinted (#722) is never used in ZagentToken (#716-813)
Remove unused state variables.

Additional information: link

ZagentToken.initialSupply (#720) should be constant
ZagentToken.maxSupply (#719) should be constant
ZagentToken.totalMinted (#722) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#379-382)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#388-392)
name() should be declared external:
- ERC20.name() (#459-461)
symbol() should be declared external:
- ERC20.symbol() (#467-469)
decimals() should be declared external:
- ERC20.decimals() (#484-486)
totalSupply() should be declared external:
- ERC20.totalSupply() (#491-493)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#498-500)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#510-513)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#518-520)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#529-532)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#547-551)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#565-568)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#584-587)
setFeeAddress(address) should be declared external:
- ZagentToken.setFeeAddress(address) (#745-748)
setDistributor(address) should be declared external:
- ZagentToken.setDistributor(address) (#750-753)
updateExchange(address,bool) should be declared external:
- ZagentToken.updateExchange(address,bool) (#755-759)
setSellFeeRate(uint256) should be declared external:
- ZagentToken.setSellFeeRate(uint256) (#761-764)
vesting(uint256,address) should be declared external:
- ZagentToken.vesting(uint256,address) (#766-778)
burn(uint256) should be declared external:
- ZagentToken.burn(uint256) (#780-782)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


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

Contract has 0% buy tax and 3% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


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


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 relatively low CoinMarketCap rank

Price for ZEG

News for ZEG