Paid promotion. Always DYOR and use risk management
QukaDAO 
Meme Coin; DAO is conducted by voting on Snapshot
⚠️ The owner of the token is the dev(s) wallet
⚠️ The contract does not contain a fixed tax
A line that confirms this - < function setTaxFeePercent(uint256 taxFee) external onlyOwner() { require(taxFee >= 0 && taxFee <=maxTaxFee,"taxFee out of range"); _taxFee = taxFee; _previousTaxFee = _taxFee; } />
⚠️ Owner can change max tx amount
A line that confirms this - < function setMaxTxPercent(uint256 maxTxPercent) external onlyOwner() { require(maxTxPercent >= minMxTxPercentage && maxTxPercent <=100,"maxTxPercent out of range"); _maxTxAmount = _tTotal.mul(maxTxPercent).div( 10**2 ); />
✅ No Mint function detected
✅ Proxy - No proxy
✅ The contract was created using the proven DxSale service
✅ Owner cannot disable trading
• Total Supply - 777,777,777
• Max Supply - 777,777,777
• Holders - 45 addresses
• Decimals - 18
• Licence - MIT
• Compile Info - v0.8.7+commit.e28d00a7, 200 runs
• KYC - NO
• Audit - NO