GemDao Token Logo

GemDao Token

About GemDao

Listings

Token 24 months
CoinGecko 23 months
CoinMarketCap 23 months

Website

white paper

GemDao is a Decentralized Organization (DAO) For the community of people who love meme projects on Pinksale, Gempad, and Unicrypt… Gemdao is a groundbreaking support protocol built on Binance Smart Chain.
With the desire to build an ecosystem to help the Gemdao community easily evaluate, access, and invest in projects supported by GemDao and by itself.
GemDAO is developed with team's desire to build an ecosystem to help the GemDAO's community easily evaluating, accessing, and investing in projects supported by GemDAO or community's choice

DAOs are an effective and safe way to work with like-minded folks around the globe.
Think of them like an internet-native business that's collectively owned and managed by its members. They have built-in treasuries that no one has the authority to access without the approval of the group. Decisions are governed by proposals and voting to ensure everyone in the organization has a voice.
There's no CEO who can authorize spending based on their own whims and no chance of a dodgy CFO manipulating the books. Everything is out in the open and the rules around spending are baked into the DAO via its code.
GemDao's community of choice
With an open financial vision and a decentralized crypto economy. GemDAO is dubbed a DeFi 2.0 project based on the success of the meme coin community and will allocate huge resources to support its development.

Social

Laser Scorebeta Last Audit: 23 August 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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

ERC20AntiBots.antiBots(address,uint256) (#844-852) uses a dangerous strict equality:
- startAntiBlock == 0 (#845)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link

Contract locking ether found:
Contract GemDao (#881-961) has payable functions:
- GemDao.receive() (#895)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

ERC20AntiBots.transfer(address,uint256).owner (#855) shadows:
- Ownable.owner() (#285-287) (function)
Rename the local variables that shadow another component.

Additional information: link

GemDao.setTax(uint256,uint256) (#925-929) should emit an event for:
- buyTax = _buyTax (#927)
- sellTax = _sellTax (#928)
GemDao.setTaxThreshold(uint256) (#956-958) should emit an event for:
- taxThreshold = _amount (#957)
Emit an event for critical parameter changes.

Additional information: link

ERC20AntiBots.setPair(address).pairAddr (#869) lacks a zero-check on :
- pair = pairAddr (#870)
Check that the address is not zero.

Additional information: link

GemDao._transfer(address,address,uint256) (#907-917) compares to a boolean constant:
-exchanges[to] == true (#911)
Remove the equality to the boolean constant.

Additional information: link

GemDao.setTaxers(address[]) (#944-955) has costly operations inside a loop:
- taxers.pop() (#948)
Use a local variable to hold the loop computation result.

Additional information: link

Context._msgData() (#248-250) is never used and should be removed
ERC20._burn(address,uint256) (#715-730) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#190-199) is never used and should be removed
SafeMath.mod(uint256,uint256) (#150-152) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#216-225) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#167-176) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#21-27) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#63-68) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#75-80) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#46-56) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#34-39) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#3) allows old versions
Pragma version^0.8.0 (#231) allows old versions
Pragma version^0.8.0 (#256) allows old versions
Pragma version^0.8.0 (#331) allows old versions
Pragma version^0.8.0 (#414) allows old versions
Pragma version^0.8.0 (#441) 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 ERC20AntiBots._decimals (#828) is not in mixedCase
Parameter GemDao.setTax(uint256,uint256)._buyTax (#925) is not in mixedCase
Parameter GemDao.setTax(uint256,uint256)._sellTax (#925) is not in mixedCase
Parameter GemDao.setTaxThreshold(uint256)._amount (#956) is not in mixedCase
Constant GemDao.maxTax (#888) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

GemDao.constructor() (#897-905) uses literals with too many digits:
- _mint(msg.sender,100000000 * 10 ** 9) (#900)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#304-306)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#312-315)
name() should be declared external:
- ERC20.name() (#497-499)
symbol() should be declared external:
- ERC20.symbol() (#505-507)
decimals() should be declared external:
- ERC20.decimals() (#522-524)
- ERC20AntiBots.decimals() (#839-841)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#548-552)
- ERC20AntiBots.transfer(address,uint256) (#853-858)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#571-575)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#593-602)
- ERC20AntiBots.transferFrom(address,address,uint256) (#859-865)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#616-620)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#636-645)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 4% buy tax and 4% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d PancakeSwap liquidity is low.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Youtube account


Unable to find Discord 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 find KYC or doxxing proof


Unable to verify token contract address on the website


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


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

Price for GemDao

News for GemDao