DOGENIUM Token Logo

GEN [DOGENIUM] Token

About GEN

Listings

Not Found
Token 2 years

Website

Not Found

JOIN US BIG COMMUNITY!!

https://t.co/miZDO9mnJp

Social

Laser Scorebeta Last Audit: 16 January 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

DOGENIUM._getTransactionValues(uint256) (#636-640) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(3) (#637)
Consider ordering multiplication before division.

Additional information: link

DOGENIUM.allowance(address,address).owner (#482) shadows:
- Ownable.owner() (#388-390) (function)
DOGENIUM._approve(address,address,uint256).owner (#563) shadows:
- Ownable.owner() (#388-390) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#254-263) uses assembly
- INLINE ASM (#261)
Address._functionCallWithValue(address,bytes,uint256,string) (#347-368) uses assembly
- INLINE ASM (#360-363)
Do not use evm assembly.

Additional information: link

DOGENIUM.includeAccount(address) (#550-561) has costly operations inside a loop:
- _excluded.pop() (#557)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#347-368) is never used and should be removed
Address.functionCall(address,bytes) (#307-309) is never used and should be removed
Address.functionCall(address,bytes,string) (#317-319) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#332-334) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#342-345) is never used and should be removed
Address.isContract(address) (#254-263) is never used and should be removed
Address.sendValue(address,uint256) (#281-287) is never used and should be removed
Context._msgData() (#15-18) is never used and should be removed
SafeMath.mod(uint256,uint256) (#214-216) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#230-233) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#281-287):
- (success) = recipient.call{value: amount}() (#285)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#347-368):
- (success,returndata) = target.call{value: weiValue}(data) (#351)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant DOGENIUM._tTotal (#438) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#16)" inContext (#9-19)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable DOGENIUM.reflectionFromToken(uint256,bool).rTransferAmount (#530) is too similar to DOGENIUM._transferBothExcluded(address,address,uint256).tTransferAmount (#615)
Variable DOGENIUM._transferToExcluded(address,address,uint256).rTransferAmount (#597) is too similar to DOGENIUM._transferToExcluded(address,address,uint256).tTransferAmount (#597)
Variable DOGENIUM._transferToExcluded(address,address,uint256).rTransferAmount (#597) is too similar to DOGENIUM._transferStandard(address,address,uint256).tTransferAmount (#589)
Variable DOGENIUM._getRValues(uint256,uint256,uint256).rTransferAmount (#645) is too similar to DOGENIUM._getValues(uint256).tTransferAmount (#630)
Variable DOGENIUM._transferFromExcluded(address,address,uint256).rTransferAmount (#606) is too similar to DOGENIUM._transferFromExcluded(address,address,uint256).tTransferAmount (#606)
Variable DOGENIUM._transferToExcluded(address,address,uint256).rTransferAmount (#597) is too similar to DOGENIUM._getTransactionValues(uint256).tTransferAmount (#638)
Variable DOGENIUM.reflectionFromToken(uint256,bool).rTransferAmount (#530) is too similar to DOGENIUM._transferStandard(address,address,uint256).tTransferAmount (#589)
Variable DOGENIUM._transferFromExcluded(address,address,uint256).rTransferAmount (#606) is too similar to DOGENIUM._transferBothExcluded(address,address,uint256).tTransferAmount (#615)
Variable DOGENIUM.reflectionFromToken(uint256,bool).rTransferAmount (#530) is too similar to DOGENIUM._getTransactionValues(uint256).tTransferAmount (#638)
Variable DOGENIUM._transferToExcluded(address,address,uint256).rTransferAmount (#597) is too similar to DOGENIUM._getValues(uint256).tTransferAmount (#630)
Variable DOGENIUM._transferBothExcluded(address,address,uint256).rTransferAmount (#615) is too similar to DOGENIUM._transferBothExcluded(address,address,uint256).tTransferAmount (#615)
Variable DOGENIUM._transferFromExcluded(address,address,uint256).rTransferAmount (#606) is too similar to DOGENIUM._transferStandard(address,address,uint256).tTransferAmount (#589)
Variable DOGENIUM.reflectionFromToken(uint256,bool).rTransferAmount (#530) is too similar to DOGENIUM._getValues(uint256).tTransferAmount (#630)
Variable DOGENIUM._transferFromExcluded(address,address,uint256).rTransferAmount (#606) is too similar to DOGENIUM._getTransactionValues(uint256).tTransferAmount (#638)
Variable DOGENIUM._transferBothExcluded(address,address,uint256).rTransferAmount (#615) is too similar to DOGENIUM._transferStandard(address,address,uint256).tTransferAmount (#589)
Variable DOGENIUM._transferFromExcluded(address,address,uint256).rTransferAmount (#606) is too similar to DOGENIUM._getValues(uint256).tTransferAmount (#630)
Variable DOGENIUM._transferStandard(address,address,uint256).rTransferAmount (#589) is too similar to DOGENIUM._transferStandard(address,address,uint256).tTransferAmount (#589)
Variable DOGENIUM._getRValues(uint256,uint256,uint256).rTransferAmount (#645) is too similar to DOGENIUM._transferFromExcluded(address,address,uint256).tTransferAmount (#606)
Variable DOGENIUM._getRValues(uint256,uint256,uint256).rTransferAmount (#645) is too similar to DOGENIUM._transferBothExcluded(address,address,uint256).tTransferAmount (#615)
Variable DOGENIUM._transferBothExcluded(address,address,uint256).rTransferAmount (#615) is too similar to DOGENIUM._getValues(uint256).tTransferAmount (#630)
Variable DOGENIUM._transferStandard(address,address,uint256).rTransferAmount (#589) is too similar to DOGENIUM._getValues(uint256).tTransferAmount (#630)
Variable DOGENIUM._transferToExcluded(address,address,uint256).rTransferAmount (#597) is too similar to DOGENIUM._transferFromExcluded(address,address,uint256).tTransferAmount (#606)
Variable DOGENIUM._getRValues(uint256,uint256,uint256).rTransferAmount (#645) is too similar to DOGENIUM._transferStandard(address,address,uint256).tTransferAmount (#589)
Variable DOGENIUM.reflectionFromToken(uint256,bool).rTransferAmount (#530) is too similar to DOGENIUM._transferFromExcluded(address,address,uint256).tTransferAmount (#606)
Variable DOGENIUM._transferToExcluded(address,address,uint256).rTransferAmount (#597) is too similar to DOGENIUM._transferBothExcluded(address,address,uint256).tTransferAmount (#615)
Variable DOGENIUM._getRValues(uint256,uint256,uint256).rTransferAmount (#645) is too similar to DOGENIUM._getTransactionValues(uint256).tTransferAmount (#638)
Variable DOGENIUM._transferFromExcluded(address,address,uint256).rTransferAmount (#606) is too similar to DOGENIUM._transferToExcluded(address,address,uint256).tTransferAmount (#597)
Variable DOGENIUM._getValues(uint256).rTransferAmount (#632) is too similar to DOGENIUM._transferToExcluded(address,address,uint256).tTransferAmount (#597)
Variable DOGENIUM._transferBothExcluded(address,address,uint256).rTransferAmount (#615) is too similar to DOGENIUM._transferToExcluded(address,address,uint256).tTransferAmount (#597)
Variable DOGENIUM._getValues(uint256).rTransferAmount (#632) is too similar to DOGENIUM._transferBothExcluded(address,address,uint256).tTransferAmount (#615)
Variable DOGENIUM._getValues(uint256).rTransferAmount (#632) is too similar to DOGENIUM._getValues(uint256).tTransferAmount (#630)
Variable DOGENIUM._transferStandard(address,address,uint256).rTransferAmount (#589) is too similar to DOGENIUM._transferToExcluded(address,address,uint256).tTransferAmount (#597)
Variable DOGENIUM._getValues(uint256).rTransferAmount (#632) is too similar to DOGENIUM._getTransactionValues(uint256).tTransferAmount (#638)
Variable DOGENIUM.reflectionFromToken(uint256,bool).rTransferAmount (#530) is too similar to DOGENIUM._transferToExcluded(address,address,uint256).tTransferAmount (#597)
Variable DOGENIUM._getRValues(uint256,uint256,uint256).rTransferAmount (#645) is too similar to DOGENIUM._transferToExcluded(address,address,uint256).tTransferAmount (#597)
Variable DOGENIUM._getValues(uint256).rTransferAmount (#632) is too similar to DOGENIUM._transferFromExcluded(address,address,uint256).tTransferAmount (#606)
Variable DOGENIUM._transferBothExcluded(address,address,uint256).rTransferAmount (#615) is too similar to DOGENIUM._getTransactionValues(uint256).tTransferAmount (#638)
Variable DOGENIUM._getValues(uint256).rTransferAmount (#632) is too similar to DOGENIUM._transferStandard(address,address,uint256).tTransferAmount (#589)
Variable DOGENIUM._transferStandard(address,address,uint256).rTransferAmount (#589) is too similar to DOGENIUM._transferBothExcluded(address,address,uint256).tTransferAmount (#615)
Variable DOGENIUM._transferBothExcluded(address,address,uint256).rTransferAmount (#615) is too similar to DOGENIUM._transferFromExcluded(address,address,uint256).tTransferAmount (#606)
Variable DOGENIUM._transferStandard(address,address,uint256).rTransferAmount (#589) is too similar to DOGENIUM._getTransactionValues(uint256).tTransferAmount (#638)
Variable DOGENIUM._transferStandard(address,address,uint256).rTransferAmount (#589) is too similar to DOGENIUM._transferFromExcluded(address,address,uint256).tTransferAmount (#606)
Prevent variables from having similar names.

Additional information: link

DOGENIUM.slitherConstructorConstantVariables() (#426-666) uses literals with too many digits:
- _tTotal = 100000000000000000000 (#438)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DOGENIUM._charityOwner (#446) is never used in DOGENIUM (#426-666)
Remove unused state variables.

Additional information: link

DOGENIUM._charityOwner (#446) should be constant
DOGENIUM._decimals (#444) should be constant
DOGENIUM._name (#442) should be constant
DOGENIUM._symbol (#443) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#388-390)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#407-410)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#416-420)
name() should be declared external:
- DOGENIUM.name() (#456-458)
symbol() should be declared external:
- DOGENIUM.symbol() (#460-462)
decimals() should be declared external:
- DOGENIUM.decimals() (#464-466)
totalSupply() should be declared external:
- DOGENIUM.totalSupply() (#468-470)
balanceOf(address) should be declared external:
- DOGENIUM.balanceOf(address) (#472-475)
transfer(address,uint256) should be declared external:
- DOGENIUM.transfer(address,uint256) (#477-480)
allowance(address,address) should be declared external:
- DOGENIUM.allowance(address,address) (#482-484)
approve(address,uint256) should be declared external:
- DOGENIUM.approve(address,uint256) (#486-489)
transferFrom(address,address,uint256) should be declared external:
- DOGENIUM.transferFrom(address,address,uint256) (#491-495)
increaseAllowance(address,uint256) should be declared external:
- DOGENIUM.increaseAllowance(address,uint256) (#497-500)
decreaseAllowance(address,uint256) should be declared external:
- DOGENIUM.decreaseAllowance(address,uint256) (#502-505)
isExcluded(address) should be declared external:
- DOGENIUM.isExcluded(address) (#507-509)
totalFees() should be declared external:
- DOGENIUM.totalFees() (#511-513)
reflect(uint256) should be declared external:
- DOGENIUM.reflect(uint256) (#515-522)
reflectionFromToken(uint256,bool) should be declared external:
- DOGENIUM.reflectionFromToken(uint256,bool) (#524-533)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account has less than 100 followers


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


Unable to find website, listings and other project-related information


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for GEN

News for GEN