BeGlobalDAO Token Logo

GLBD [BeGlobalDAO] Token

About GLBD

Listings

Token 4 years
CoinGecko 4 years
CoinMarketCap 4 years
[CoinGecko] alert: The smart-contract owner can mint new tokens, please proceed with caution.
white paper

BeGlobalDAO is a protocol owned liquidity type which specializes in giving the extra mile to its users. Through holden GLBD, you can access private sales at a better price than any other in the market. It also aims to have all defi in one place, including a swap and soon lending/borrowing protocol, along with NFT marketplace.

Social

Laser Scorebeta Last Audit: 28 April 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.


Contract ownership is not renounced (belongs to a wallet)

EnumerableSet.getValues(EnumerableSet.Bytes4Set).bytes4Array_ (contracts/GlobalDAOToken.sol#180) is a local variable never initialized
EnumerableSet.getValues(EnumerableSet.Bytes32Set).bytes4Array_ (contracts/GlobalDAOToken.sol#244) 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

VaultOwned.setVault(address) (contracts/GlobalDAOToken.sol#855-859) should emit an event for:
- _vault = vault_ (contracts/GlobalDAOToken.sol#856)
Emit an event for critical parameter changes.

Additional information: link

VaultOwned.setVault(address).vault_ (contracts/GlobalDAOToken.sol#855) lacks a zero-check on :
- _vault = vault_ (contracts/GlobalDAOToken.sol#856)
Check that the address is not zero.

Additional information: link

ERC20Permit.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (contracts/GlobalDAOToken.sol#783-804) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= deadline,Permit: expired deadline) (contracts/GlobalDAOToken.sol#792)
Avoid relying on block.timestamp.

Additional information: link

ERC20Permit.constructor() (contracts/GlobalDAOToken.sol#766-781) uses assembly
- INLINE ASM (contracts/GlobalDAOToken.sol#768-770)
Do not use evm assembly.

Additional information: link

Counters.decrement(Counters.Counter) (contracts/GlobalDAOToken.sol#736-738) is never used and should be removed
EnumerableSet._add(EnumerableSet.Set,bytes32) (contracts/GlobalDAOToken.sol#29-39) is never used and should be removed
EnumerableSet._at(EnumerableSet.Set,uint256) (contracts/GlobalDAOToken.sol#105-108) is never used and should be removed
EnumerableSet._contains(EnumerableSet.Set,bytes32) (contracts/GlobalDAOToken.sol#84-86) is never used and should be removed
EnumerableSet._getValues(EnumerableSet.Set) (contracts/GlobalDAOToken.sol#110-112) is never used and should be removed
EnumerableSet._insert(EnumerableSet.Set,uint256,bytes32) (contracts/GlobalDAOToken.sol#119-125) is never used and should be removed
EnumerableSet._length(EnumerableSet.Set) (contracts/GlobalDAOToken.sol#91-93) is never used and should be removed
EnumerableSet._remove(EnumerableSet.Set,bytes32) (contracts/GlobalDAOToken.sol#47-79) is never used and should be removed
EnumerableSet.add(EnumerableSet.AddressSet,address) (contracts/GlobalDAOToken.sol#268-270) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes32Set,bytes32) (contracts/GlobalDAOToken.sol#201-203) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes4Set,bytes4) (contracts/GlobalDAOToken.sol#137-139) is never used and should be removed
EnumerableSet.add(EnumerableSet.UInt256Set,uint256) (contracts/GlobalDAOToken.sol#394-396) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (contracts/GlobalDAOToken.sol#342-344) is never used and should be removed
EnumerableSet.at(EnumerableSet.AddressSet,uint256) (contracts/GlobalDAOToken.sol#306-308) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes32Set,uint256) (contracts/GlobalDAOToken.sol#239-241) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes4Set,uint256) (contracts/GlobalDAOToken.sol#175-177) is never used and should be removed
EnumerableSet.at(EnumerableSet.UInt256Set,uint256) (contracts/GlobalDAOToken.sol#432-434) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (contracts/GlobalDAOToken.sol#380-382) is never used and should be removed
EnumerableSet.contains(EnumerableSet.AddressSet,address) (contracts/GlobalDAOToken.sol#285-287) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes32Set,bytes32) (contracts/GlobalDAOToken.sol#218-220) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes4Set,bytes4) (contracts/GlobalDAOToken.sol#154-156) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UInt256Set,uint256) (contracts/GlobalDAOToken.sol#411-413) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (contracts/GlobalDAOToken.sol#359-361) is never used and should be removed
EnumerableSet.getValues(EnumerableSet.AddressSet) (contracts/GlobalDAOToken.sol#314-323) is never used and should be removed
EnumerableSet.getValues(EnumerableSet.Bytes32Set) (contracts/GlobalDAOToken.sol#243-251) is never used and should be removed
EnumerableSet.getValues(EnumerableSet.Bytes4Set) (contracts/GlobalDAOToken.sol#179-185) is never used and should be removed
EnumerableSet.insert(EnumerableSet.AddressSet,uint256,address) (contracts/GlobalDAOToken.sol#325-327) is never used and should be removed
EnumerableSet.insert(EnumerableSet.Bytes32Set,uint256,bytes32) (contracts/GlobalDAOToken.sol#253-255) is never used and should be removed
EnumerableSet.insert(EnumerableSet.Bytes4Set,uint256,bytes4) (contracts/GlobalDAOToken.sol#187-189) is never used and should be removed
EnumerableSet.length(EnumerableSet.AddressSet) (contracts/GlobalDAOToken.sol#292-294) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes32Set) (contracts/GlobalDAOToken.sol#225-227) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes4Set) (contracts/GlobalDAOToken.sol#161-163) is never used and should be removed
EnumerableSet.length(EnumerableSet.UInt256Set) (contracts/GlobalDAOToken.sol#418-420) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (contracts/GlobalDAOToken.sol#366-368) is never used and should be removed
EnumerableSet.remove(EnumerableSet.AddressSet,address) (contracts/GlobalDAOToken.sol#278-280) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes32Set,bytes32) (contracts/GlobalDAOToken.sol#211-213) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes4Set,bytes4) (contracts/GlobalDAOToken.sol#147-149) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UInt256Set,uint256) (contracts/GlobalDAOToken.sol#404-406) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (contracts/GlobalDAOToken.sol#352-354) is never used and should be removed
SafeMath.average(uint256,uint256) (contracts/GlobalDAOToken.sol#586-589) is never used and should be removed
SafeMath.bondingCurve(uint256,uint256) (contracts/GlobalDAOToken.sol#595-597) is never used and should be removed
SafeMath.div(uint256,uint256) (contracts/GlobalDAOToken.sol#540-542) is never used and should be removed
SafeMath.div(uint256,uint256,string) (contracts/GlobalDAOToken.sol#544-550) is never used and should be removed
SafeMath.mod(uint256,uint256) (contracts/GlobalDAOToken.sol#552-554) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (contracts/GlobalDAOToken.sol#556-559) is never used and should be removed
SafeMath.mul(uint256,uint256) (contracts/GlobalDAOToken.sol#528-538) is never used and should be removed
SafeMath.percentageAmount(uint256,uint8) (contracts/GlobalDAOToken.sol#574-576) is never used and should be removed
SafeMath.percentageOfTotal(uint256,uint256) (contracts/GlobalDAOToken.sol#582-584) is never used and should be removed
SafeMath.quadraticPricing(uint256,uint256) (contracts/GlobalDAOToken.sol#591-593) is never used and should be removed
SafeMath.sqrrt(uint256) (contracts/GlobalDAOToken.sol#561-572) is never used and should be removed
SafeMath.substractPercentage(uint256,uint8) (contracts/GlobalDAOToken.sol#578-580) is never used and should be removed
Remove unused functions.

Additional information: link

Variable ERC20._balances (contracts/GlobalDAOToken.sol#608) is not in mixedCase
Variable ERC20._allowances (contracts/GlobalDAOToken.sol#611) is not in mixedCase
Variable ERC20._totalSupply (contracts/GlobalDAOToken.sol#614) is not in mixedCase
Variable ERC20._name (contracts/GlobalDAOToken.sol#617) is not in mixedCase
Variable ERC20._symbol (contracts/GlobalDAOToken.sol#620) is not in mixedCase
Variable ERC20._decimals (contracts/GlobalDAOToken.sol#623) is not in mixedCase
Variable ERC20Permit.DOMAIN_SEPARATOR (contracts/GlobalDAOToken.sol#764) is not in mixedCase
Variable Ownable._owner (contracts/GlobalDAOToken.sol#821) is not in mixedCase
Variable VaultOwned._vault (contracts/GlobalDAOToken.sol#853) is not in mixedCase
Function GlobalDAOToken._burnFrom(address,uint256) (contracts/GlobalDAOToken.sol#891-900) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

ERC20.ERC20TOKEN_ERC1820_INTERFACE_ID (contracts/GlobalDAOToken.sol#605) is never used in GlobalDAOToken (contracts/GlobalDAOToken.sol#872-902)
Remove unused state variables.

Additional information: link

symbol() should be declared external:
- ERC20.symbol() (contracts/GlobalDAOToken.sol#635-637)
decimals() should be declared external:
- ERC20.decimals() (contracts/GlobalDAOToken.sol#639-641)
totalSupply() should be declared external:
- ERC20.totalSupply() (contracts/GlobalDAOToken.sol#643-645)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (contracts/GlobalDAOToken.sol#647-649)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (contracts/GlobalDAOToken.sol#651-654)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (contracts/GlobalDAOToken.sol#660-663)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (contracts/GlobalDAOToken.sol#665-669)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (contracts/GlobalDAOToken.sol#671-674)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (contracts/GlobalDAOToken.sol#676-679)
permit(address,address,uint256,uint256,uint8,bytes32,bytes32) should be declared external:
- ERC20Permit.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (contracts/GlobalDAOToken.sol#783-804)
nonces(address) should be declared external:
- ERC20Permit.nonces(address) (contracts/GlobalDAOToken.sol#806-808)
owner() should be declared external:
- Ownable.owner() (contracts/GlobalDAOToken.sol#830-832)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (contracts/GlobalDAOToken.sol#839-842)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (contracts/GlobalDAOToken.sol#844-848)
vault() should be declared external:
- VaultOwned.vault() (contracts/GlobalDAOToken.sol#861-863)
burn(uint256) should be declared external:
- GlobalDAOToken.burn(uint256) (contracts/GlobalDAOToken.sol#883-885)
burnFrom(address,uint256) should be declared external:
- GlobalDAOToken.burnFrom(address,uint256) (contracts/GlobalDAOToken.sol#887-889)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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 audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find token on CoinHunt

Additional information: link


Young tokens have high risks of 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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for GLBD

News for GLBD