SQDAO Token Logo

SQDAO Token

About SQDAO

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 19 February 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...)

SQDAO._tokenTransfer(address,address,uint256,bool) (#481-534) performs a multiplication on the result of a division:
-_takeTransfer(sender,_destroyAddress,tAmount.div(1000).mul(_destroyFee),currentRate) (#496-501)
SQDAO._tokenTransfer(address,address,uint256,bool) (#481-534) performs a multiplication on the result of a division:
-_takeTransfer(sender,uniswapV2Pair,tAmount.div(1000).mul(_liquidityFee),currentRate) (#504-509)
SQDAO._tokenTransfer(address,address,uint256,bool) (#481-534) performs a multiplication on the result of a division:
-_takeTransfer(sender,fund1Address,tAmount.div(1000).mul(_fund1Fee),currentRate) (#511-516)
SQDAO._tokenTransfer(address,address,uint256,bool) (#481-534) performs a multiplication on the result of a division:
-_rOwned[recipient] = _rOwned[recipient].add(rAmount.div(1000).mul(recipientRate)) (#530-532)
SQDAO._tokenTransfer(address,address,uint256,bool) (#481-534) performs a multiplication on the result of a division:
-Transfer(sender,recipient,tAmount.div(1000).mul(recipientRate)) (#533)
SQDAO._takeInviterFee(address,address,uint256,uint256) (#552-585) performs a multiplication on the result of a division:
-curTAmount = tAmount.div(1000).mul(rate) (#580)
Consider ordering multiplication before division.

Additional information: link

SQDAO._tokenTransfer(address,address,uint256,bool).rate (#493) 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

SQDAO.allowance(address,address).owner (#321) shadows:
- Ownable.owner() (#95-97) (function)
SQDAO._approve(address,address,uint256).owner (#434) shadows:
- Ownable.owner() (#95-97) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.changeOwner(address) (#107-109) should emit an event for:
- _owner = newOwner (#108)
Emit an event for critical parameter changes.

Additional information: link

Ownable.changeOwner(address).newOwner (#107) lacks a zero-check on :
- _owner = newOwner (#108)
SQDAO.changeRouter(address).router (#587) lacks a zero-check on :
- uniswapV2Pair = router (#588)
Check that the address is not zero.

Additional information: link

SQDAO._reflectFee(uint256,uint256) (#547-550) is never used and should be removed
Remove unused functions.

Additional information: link

SQDAO.uniswapV2Pair (#262) is set pre-construction with a non-constant function or state variable:
- _destroyAddress
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Variable Ownable._owner (#90) is not in mixedCase
Variable SQDAO._liquidityFee (#251) is not in mixedCase
Variable SQDAO._destroyFee (#253) is not in mixedCase
Variable SQDAO._inviterFee (#257) is not in mixedCase
Variable SQDAO._fund1Fee (#268) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

SQDAO.constructor(address) (#272-290) uses literals with too many digits:
- _tTotal = 10000000 * 10 ** _decimals (#277)
SQDAO.constructor(address) (#272-290) uses literals with too many digits:
- leftAmount = 1000000 * 10 ** _decimals (#278)
SQDAO.slitherConstructorVariables() (#230-591) uses literals with too many digits:
- _destroyAddress = address(0x000000000000000000000000000000000000dEaD) (#254-255)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SQDAO._tOwned (#234) is never used in SQDAO (#230-591)
Remove unused state variables.

Additional information: link

SQDAO._destroyAddress (#254-255) should be constant
SQDAO._destroyFee (#253) should be constant
SQDAO._fund1Fee (#268) should be constant
SQDAO._inviterFee (#257) should be constant
SQDAO._liquidityFee (#251) should be constant
SQDAO.fund1Address (#264) should be constant
SQDAO.inviterAddress (#258) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#95-97)
changeOwner(address) should be declared external:
- Ownable.changeOwner(address) (#107-109)
name() should be declared external:
- SQDAO.name() (#292-294)
symbol() should be declared external:
- SQDAO.symbol() (#296-298)
decimals() should be declared external:
- SQDAO.decimals() (#300-302)
totalSupply() should be declared external:
- SQDAO.totalSupply() (#304-306)
transfer(address,uint256) should be declared external:
- SQDAO.transfer(address,uint256) (#312-319)
allowance(address,address) should be declared external:
- SQDAO.allowance(address,address) (#321-328)
approve(address,uint256) should be declared external:
- SQDAO.approve(address,uint256) (#330-337)
transferFrom(address,address,uint256) should be declared external:
- SQDAO.transferFrom(address,address,uint256) (#339-354)
increaseAllowance(address,uint256) should be declared external:
- SQDAO.increaseAllowance(address,uint256) (#356-367)
decreaseAllowance(address,uint256) should be declared external:
- SQDAO.decreaseAllowance(address,uint256) (#369-383)
totalFees() should be declared external:
- SQDAO.totalFees() (#385-387)
excludeFromFee(address) should be declared external:
- SQDAO.excludeFromFee(address) (#402-404)
includeInFee(address) should be declared external:
- SQDAO.includeInFee(address) (#406-408)
claimTokens() should be declared external:
- SQDAO.claimTokens() (#425-427)
isExcludedFromFee(address) should be declared external:
- SQDAO.isExcludedFromFee(address) (#429-431)
changeRouter(address) should be declared external:
- SQDAO.changeRouter(address) (#587-589)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


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 Telegram and Twitter accounts


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

Price for SQDAO