Doge Social NFT Token Token Logo

DSN [Doge Social NFT] Token

About DSN

Listings

Token 3 years
white paper

Doge social NFT is a social meme network, for people who love to collect NFT Meme and hold meme tokens.
Moreover, users of Doge Social NFT can also make money by posting and sharing good and useful articles with the community, the more likes, shares, positive comments from the community, the more you will earn. You can get many $DSN tokens and sell them on pancakeswap.
✅Token is Audited by SolidProof. ✅App Available on Google Play : https://play.google.com/store/apps/details?id=app.dogesocialnft.com

Social

Laser Scorebeta Last Audit: 29 June 2022

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


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Contract ownership is not renounced (belongs to a wallet)

DogeSocialToken.transfer(address,uint256).owner (contracts/tokens/DogeSocialToken.sol#126) shadows:
- Ownable.owner() (@openzeppelin/contracts/access/Ownable.sol#35-37) (function)
DogeSocialToken.allowance(address,address).owner (contracts/tokens/DogeSocialToken.sol#134) shadows:
- Ownable.owner() (@openzeppelin/contracts/access/Ownable.sol#35-37) (function)
DogeSocialToken.approve(address,uint256).owner (contracts/tokens/DogeSocialToken.sol#160) shadows:
- Ownable.owner() (@openzeppelin/contracts/access/Ownable.sol#35-37) (function)
DogeSocialToken.increaseAllowance(address,uint256).owner (contracts/tokens/DogeSocialToken.sol#209) shadows:
- Ownable.owner() (@openzeppelin/contracts/access/Ownable.sol#35-37) (function)
DogeSocialToken.decreaseAllowance(address,uint256).owner (contracts/tokens/DogeSocialToken.sol#233) shadows:
- Ownable.owner() (@openzeppelin/contracts/access/Ownable.sol#35-37) (function)
DogeSocialToken._approve(address,address,uint256).owner (contracts/tokens/DogeSocialToken.sol#355) shadows:
- Ownable.owner() (@openzeppelin/contracts/access/Ownable.sol#35-37) (function)
DogeSocialToken._spendAllowance(address,address,uint256).owner (contracts/tokens/DogeSocialToken.sol#375) shadows:
- Ownable.owner() (@openzeppelin/contracts/access/Ownable.sol#35-37) (function)
Rename the local variables that shadow another component.

Additional information: link

DogeSocialToken.constructor(string,string,uint256,address,address).admin (contracts/tokens/DogeSocialToken.sol#34) lacks a zero-check on :
- _admin = admin (contracts/tokens/DogeSocialToken.sol#40)
DogeSocialToken.constructor(string,string,uint256,address,address).feeUserAddress (contracts/tokens/DogeSocialToken.sol#33) lacks a zero-check on :
- _feeAddress = feeUserAddress (contracts/tokens/DogeSocialToken.sol#41)
DogeSocialToken.setAdmin(address).newAdmin (contracts/tokens/DogeSocialToken.sol#473) lacks a zero-check on :
- _admin = newAdmin (contracts/tokens/DogeSocialToken.sol#477)
DogeSocialToken.setFeeAddress(address).member (contracts/tokens/DogeSocialToken.sol#497) lacks a zero-check on :
- _feeAddress = member (contracts/tokens/DogeSocialToken.sol#498)
Check that the address is not zero.

Additional information: link

DogeSocialToken._transfer(address,address,uint256) (contracts/tokens/DogeSocialToken.sol#260-290) compares to a boolean constant:
-blacklist[to] == true (contracts/tokens/DogeSocialToken.sol#272)
Remove the equality to the boolean constant.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.1']
- ^0.8.0 (@openzeppelin/contracts/access/AccessControl.sol#4)
- ^0.8.0 (@openzeppelin/contracts/access/IAccessControl.sol#4)
- ^0.8.0 (@openzeppelin/contracts/access/Ownable.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/Context.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/Strings.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/introspection/ERC165.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/introspection/IERC165.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/math/SafeMath.sol#4)
- ^0.8.1 (contracts/interfaces/IERC20.sol#4)
- ^0.8.1 (contracts/interfaces/IERC20Metadata.sol#4)
- ^0.8.1 (contracts/tokens/DogeSocialToken.sol#2)
Use one Solidity version.

Additional information: link

AccessControl._setRoleAdmin(bytes32,bytes32) (@openzeppelin/contracts/access/AccessControl.sol#206-210) is never used and should be removed
Context._msgData() (@openzeppelin/contracts/utils/Context.sol#21-23) is never used and should be removed
SafeMath.div(uint256,uint256,string) (@openzeppelin/contracts/utils/math/SafeMath.sol#191-200) is never used and should be removed
SafeMath.mod(uint256,uint256) (@openzeppelin/contracts/utils/math/SafeMath.sol#151-153) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (@openzeppelin/contracts/utils/math/SafeMath.sol#217-226) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (@openzeppelin/contracts/utils/math/SafeMath.sol#168-177) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (@openzeppelin/contracts/utils/math/SafeMath.sol#22-28) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (@openzeppelin/contracts/utils/math/SafeMath.sol#64-69) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (@openzeppelin/contracts/utils/math/SafeMath.sol#76-81) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (@openzeppelin/contracts/utils/math/SafeMath.sol#47-57) is never used and should be removed
SafeMath.trySub(uint256,uint256) (@openzeppelin/contracts/utils/math/SafeMath.sol#35-40) is never used and should be removed
Strings.toHexString(uint256) (@openzeppelin/contracts/utils/Strings.sol#40-51) is never used and should be removed
Strings.toString(uint256) (@openzeppelin/contracts/utils/Strings.sol#15-35) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (@openzeppelin/contracts/access/AccessControl.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/access/IAccessControl.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/access/Ownable.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/Context.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/Strings.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/introspection/ERC165.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/introspection/IERC165.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/math/SafeMath.sol#4) allows old versions
Pragma version^0.8.1 (contracts/interfaces/IERC20.sol#4) allows old versions
Pragma version^0.8.1 (contracts/interfaces/IERC20Metadata.sol#4) allows old versions
Pragma version^0.8.1 (contracts/tokens/DogeSocialToken.sol#2) allows old versions
solc-0.8.1 is not recommended for deployment
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

grantRole(bytes32,address) should be declared external:
- AccessControl.grantRole(bytes32,address) (@openzeppelin/contracts/access/AccessControl.sol#142-144)
revokeRole(bytes32,address) should be declared external:
- AccessControl.revokeRole(bytes32,address) (@openzeppelin/contracts/access/AccessControl.sol#155-157)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (@openzeppelin/contracts/access/Ownable.sol#54-56)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (@openzeppelin/contracts/access/Ownable.sol#62-65)
name() should be declared external:
- DogeSocialToken.name() (contracts/tokens/DogeSocialToken.sol#63-65)
symbol() should be declared external:
- DogeSocialToken.symbol() (contracts/tokens/DogeSocialToken.sol#71-73)
decimals() should be declared external:
- DogeSocialToken.decimals() (contracts/tokens/DogeSocialToken.sol#88-90)
totalSupply() should be declared external:
- DogeSocialToken.totalSupply() (contracts/tokens/DogeSocialToken.sol#95-97)
balanceOf(address) should be declared external:
- DogeSocialToken.balanceOf(address) (contracts/tokens/DogeSocialToken.sol#102-110)
transfer(address,uint256) should be declared external:
- DogeSocialToken.transfer(address,uint256) (contracts/tokens/DogeSocialToken.sol#120-129)
approve(address,uint256) should be declared external:
- DogeSocialToken.approve(address,uint256) (contracts/tokens/DogeSocialToken.sol#154-163)
transferFrom(address,address,uint256) should be declared external:
- DogeSocialToken.transferFrom(address,address,uint256) (contracts/tokens/DogeSocialToken.sol#181-190)
increaseAllowance(address,uint256) should be declared external:
- DogeSocialToken.increaseAllowance(address,uint256) (contracts/tokens/DogeSocialToken.sol#204-212)
decreaseAllowance(address,uint256) should be declared external:
- DogeSocialToken.decreaseAllowance(address,uint256) (contracts/tokens/DogeSocialToken.sol#228-244)
burn(uint256) should be declared external:
- DogeSocialToken.burn(uint256) (contracts/tokens/DogeSocialToken.sol#437-439)
burnFrom(address,uint256) should be declared external:
- DogeSocialToken.burnFrom(address,uint256) (contracts/tokens/DogeSocialToken.sol#452-455)
isAdmin() should be declared external:
- DogeSocialToken.isAdmin() (contracts/tokens/DogeSocialToken.sol#488-490)
isFee() should be declared external:
- DogeSocialToken.isFee() (contracts/tokens/DogeSocialToken.sol#493-495)
feePercentage() should be declared external:
- DogeSocialToken.feePercentage() (contracts/tokens/DogeSocialToken.sol#501-503)
Use the external attribute for functions never called from the contract.

Additional information: link


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


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


Twitter account has relatively few followers


Unable to find Blog account (Reddit or Medium)


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

Additional information: link


Unable to find KYC or doxxing proof


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for DSN

News for DSN