Deblox brings game providers, players, and crypto investors together with a fair launch mechanism using cutting-edge blockchain technology, which allows boundaryless, permissionless accessibility and transparency to all games or dApps across the platform.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
DGSToken.constructor(string,string,uint8,uint256).name (#632) shadows:
- DGSToken.name() (#651-653) (function)
- IBEP20.name() (#138) (function)
DGSToken.constructor(string,string,uint8,uint256).symbol (#632) shadows:
- DGSToken.symbol() (#665-667) (function)
- IBEP20.symbol() (#133) (function)
DGSToken.constructor(string,string,uint8,uint256).decimals (#632) shadows:
- DGSToken.decimals() (#658-660) (function)
- IBEP20.decimals() (#128) (function)
DGSToken.constructor(string,string,uint8,uint256).totalSupply (#632) shadows:
- DGSToken.totalSupply() (#672-675) (function)
- IBEP20.totalSupply() (#123) (function)
DGSToken.allowance(address,address).owner (#700) shadows:
- Ownable.owner() (#70-72) (function)
DGSToken._approve(address,address,uint256).owner (#872) shadows:
- Ownable.owner() (#70-72) (function)
Rename the local variables that shadow another component.
Additional information: link
Address.isContract(address) (#435-446) uses assembly
- INLINE ASM (#442-444)
Address._functionCallWithValue(address,bytes,uint256,string) (#543-569) uses assembly
- INLINE ASM (#561-564)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.4.0', '^0.6.2']
- >=0.4.0 (#7)
- >=0.4.0 (#39)
- >=0.4.0 (#117)
- >=0.4.0 (#219)
- ^0.6.2 (#412)
- 0.6.12 (#576)
Use one Solidity version.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#543-569) is never used and should be removed
Address.functionCall(address,bytes) (#490-492) is never used and should be removed
Address.functionCall(address,bytes,string) (#500-506) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#519-525) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#533-541) is never used and should be removed
Address.isContract(address) (#435-446) is never used and should be removed
Address.sendValue(address,uint256) (#464-470) is never used and should be removed
Context._msgData() (#28-31) is never used and should be removed
DGSToken._burn(address,uint256) (#850-856) is never used and should be removed
DGSToken._burnFrom(address,uint256) (#889-896) is never used and should be removed
SafeMath.div(uint256,uint256) (#323-325) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#339-349) is never used and should be removed
SafeMath.min(uint256,uint256) (#388-390) is never used and should be removed
SafeMath.mod(uint256,uint256) (#363-365) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#379-386) is never used and should be removed
SafeMath.mul(uint256,uint256) (#297-309) is never used and should be removed
SafeMath.sqrt(uint256) (#393-404) is never used and should be removed
SafeMath.sub(uint256,uint256) (#262-264) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.4.0 (#7) allows old versions
Pragma version>=0.4.0 (#39) allows old versions
Pragma version>=0.4.0 (#117) allows old versions
Pragma version>=0.4.0 (#219) allows old versions
Pragma version^0.6.2 (#412) 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
Low level call in Address.sendValue(address,uint256) (#464-470):
- (success) = recipient.call{value: amount}() (#468)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#543-569):
- (success,returndata) = target.call{value: weiValue}(data) (#552)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Redundant expression "this (#29)" inContext (#19-32)
Remove redundant statements if they congest code but offer no value.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#89-92)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#98-100)
name() should be declared external:
- DGSToken.name() (#651-653)
decimals() should be declared external:
- DGSToken.decimals() (#658-660)
symbol() should be declared external:
- DGSToken.symbol() (#665-667)
totalSupply() should be declared external:
- DGSToken.totalSupply() (#672-675)
balanceOf(address) should be declared external:
- DGSToken.balanceOf(address) (#680-682)
transfer(address,uint256) should be declared external:
- DGSToken.transfer(address,uint256) (#692-695)
allowance(address,address) should be declared external:
- DGSToken.allowance(address,address) (#700-702)
approve(address,uint256) should be declared external:
- DGSToken.approve(address,uint256) (#711-714)
transferFrom(address,address,uint256) should be declared external:
- DGSToken.transferFrom(address,address,uint256) (#728-740)
increaseAllowance(address,uint256) should be declared external:
- DGSToken.increaseAllowance(address,uint256) (#754-757)
decreaseAllowance(address,uint256) should be declared external:
- DGSToken.decreaseAllowance(address,uint256) (#773-780)
Use the external attribute for functions never called from the contract.
Additional information: link
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 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 price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Unable to find Youtube account