SOMDEJ Token Logo

SDC [SOMDEJ] Token

About SDC

Listings

Token 3 years
CoinMarketCap 2 years
[CoinGecko] alert: The following token has a variable tax function on the smart contract - which allows contract owners to change tax rates post deployment.
Do your own research and be careful if you are trading this token.
white paper

Somdejcoin (SDC) is a DeFi Token developed with the use of blockchain technology. It
is said to be the world's first digital amulet coin for charitable purposes. The coin's objective isto promote philanthropy, social assistance, and upholding Buddhism.

Social

Laser Scorebeta Last Audit: 2 March 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Anti-Scam

Links


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

Reentrancy in SOMDEJ._transfer(address,address,uint256) (#1332-1393):
External calls:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
State variables written after the call(s):
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1284)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1488)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1508)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1530)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1158)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1489)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1510)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1531)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1160)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1284)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1488)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1508)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1530)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1158)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1489)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1510)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1531)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1160)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1284)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1488)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1508)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1530)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1158)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1489)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1510)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1531)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1160)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _rTotal = _rTotal.sub(rFee) (#1195)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _rTotal = _rTotal.sub(rFee) (#1195)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _rTotal = _rTotal.sub(rFee) (#1195)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1286)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1157)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1529)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1509)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1159)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1286)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1157)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1529)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1509)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1159)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1286)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1157)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1529)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1509)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1159)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SOMDEJ._transfer(address,address,uint256) (#1332-1393):
External calls:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
State variables written after the call(s):
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _liquidityFee = _previousLiquidityFee (#1313)
- _liquidityFee = 0 (#1308)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _liquidityFee = _previousLiquidityFee (#1313)
- _liquidityFee = 0 (#1308)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _liquidityFee = _previousLiquidityFee (#1313)
- _liquidityFee = 0 (#1308)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _previousLiquidityFee = _liquidityFee (#1305)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _previousLiquidityFee = _liquidityFee (#1305)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _previousLiquidityFee = _liquidityFee (#1305)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _previousTaxFee = _taxFee (#1304)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _previousTaxFee = _taxFee (#1304)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _previousTaxFee = _taxFee (#1304)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1196)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1196)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1196)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- _taxFee = _previousTaxFee (#1312)
- _taxFee = 0 (#1307)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- _taxFee = _previousTaxFee (#1312)
- _taxFee = 0 (#1307)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- _taxFee = _previousTaxFee (#1312)
- _taxFee = 0 (#1307)
Reentrancy in SOMDEJ.constructor() (#959-977):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#966-967)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#973)
- _isExcludedFromFee[address(this)] = true (#974)
- uniswapV2Router = _uniswapV2Router (#970)
Reentrancy in SOMDEJ.swapAndLiquify(uint256) (#1395-1416):
External calls:
- swapTokensForEth(half) (#1407)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
- addLiquidity(otherHalf,newBalance) (#1413)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1413)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1413)
- _allowances[owner][spender] = amount (#1328)
Reentrancy in SOMDEJ.transferFrom(address,address,uint256) (#1027-1042):
External calls:
- _transfer(sender,recipient,amount) (#1032)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1032)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC0: transfer amount exceeds allowance)) (#1033-1040)
- _allowances[owner][spender] = amount (#1328)
Apply the check-effects-interactions pattern.

Additional information: link

SOMDEJ.addLiquidity(uint256,uint256) (#1436-1449) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
Ensure that all the return values of the function calls are used.

Additional information: link

SOMDEJ.allowance(address,address).owner (#1009) shadows:
- Ownable.owner() (#488-490) (function)
SOMDEJ._approve(address,address,uint256).owner (#1321) shadows:
- Ownable.owner() (#488-490) (function)
Rename the local variables that shadow another component.

Additional information: link

SOMDEJ.setTaxFeePercent(uint256) (#1174-1176) should emit an event for:
- _taxFee = taxFee (#1175)
SOMDEJ.setLiquidityFeePercent(uint256) (#1178-1180) should emit an event for:
- _liquidityFee = liquidityFee (#1179)
SOMDEJ.setMaxTxPercent(uint256) (#1182-1184) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1183)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in SOMDEJ._transfer(address,address,uint256) (#1332-1393):
External calls:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1366)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1492)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- Transfer(sender,recipient,tTransferAmount) (#1492)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- Transfer(sender,recipient,tTransferAmount) (#1492)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- Transfer(sender,recipient,tTransferAmount) (#1513)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- Transfer(sender,recipient,tTransferAmount) (#1513)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- Transfer(sender,recipient,tTransferAmount) (#1534)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- Transfer(sender,recipient,tTransferAmount) (#1513)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- Transfer(sender,recipient,tTransferAmount) (#1534)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- Transfer(sender,recipient,tTransferAmount) (#1534)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
- Transfer(sender,recipient,tTransferAmount) (#1163)
- _tokenTransfer(from,to,amount,takeFee) (#1391)
- Transfer(sender,recipient,tTransferAmount) (#1163)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1389)
- Transfer(sender,recipient,tTransferAmount) (#1163)
- _tokenTransfer(from,TEAM_ADDRESS,mktAmount,false) (#1388)
Reentrancy in SOMDEJ.constructor() (#959-977):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#966-967)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#976)
Reentrancy in SOMDEJ.swapAndLiquify(uint256) (#1395-1416):
External calls:
- swapTokensForEth(half) (#1407)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
- addLiquidity(otherHalf,newBalance) (#1413)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1413)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1329)
- addLiquidity(otherHalf,newBalance) (#1413)
- SwapAndLiquify(half,newBalance,otherHalf) (#1415)
Reentrancy in SOMDEJ.transferFrom(address,address,uint256) (#1027-1042):
External calls:
- _transfer(sender,recipient,amount) (#1032)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1427-1433)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1032)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1441-1448)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1329)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC0: transfer amount exceeds allowance)) (#1033-1040)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#538-546) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#543)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#297-309) uses assembly
- INLINE ASM (#305-307)
Address._functionCallWithValue(address,bytes,uint256,string) (#424-451) uses assembly
- INLINE ASM (#443-446)
Do not use evm assembly.

Additional information: link

SOMDEJ.includeInReward(address) (#1131-1142) has costly operations inside a loop:
- _excluded.pop() (#1138)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#424-451) is never used and should be removed
Address.functionCall(address,bytes) (#359-364) is never used and should be removed
Address.functionCall(address,bytes,string) (#372-378) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#391-403) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#411-422) is never used and should be removed
Address.isContract(address) (#297-309) is never used and should be removed
Address.sendValue(address,uint256) (#327-339) is never used and should be removed
Context._msgData() (#270-273) is never used and should be removed
SafeMath.mod(uint256,uint256) (#239-241) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#255-262) is never used and should be removed
Remove unused functions.

Additional information: link

SOMDEJ._rTotal (#921) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SOMDEJ._previousTaxFee (#929) is set pre-construction with a non-constant function or state variable:
- _taxFee
SOMDEJ._previousLiquidityFee (#932) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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

Low level call in Address.sendValue(address,uint256) (#327-339):
- (success) = recipient.call{value: amount}() (#334)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#424-451):
- (success,returndata) = target.call{value: weiValue}(data) (#433-434)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#616) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#618) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#649) is not in mixedCase
Function IUniswapV2Router01.WETH() (#697) is not in mixedCase
Parameter SOMDEJ.setSwapAndLiquifyEnabled(bool)._enabled (#1186) is not in mixedCase
Parameter SOMDEJ.calculateTaxFee(uint256)._amount (#1289) is not in mixedCase
Parameter SOMDEJ.calculateLiquidityFee(uint256)._amount (#1293) is not in mixedCase
Variable SOMDEJ._taxFee (#928) is not in mixedCase
Variable SOMDEJ._liquidityFee (#931) is not in mixedCase
Variable SOMDEJ._MKTshare (#934) is not in mixedCase
Variable SOMDEJ._maxTxAmount (#942) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#271)" inContext (#265-274)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#702) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#703)
Variable SOMDEJ._getValues(uint256).rTransferAmount (#1213) is too similar to SOMDEJ._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable SOMDEJ._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to SOMDEJ._getTValues(uint256).tTransferAmount (#1236)
Variable SOMDEJ._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to SOMDEJ._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable SOMDEJ._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to SOMDEJ._getValues(uint256).tTransferAmount (#1211)
Variable SOMDEJ._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to SOMDEJ._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable SOMDEJ._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to SOMDEJ._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable SOMDEJ._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to SOMDEJ._getTValues(uint256).tTransferAmount (#1236)
Variable SOMDEJ._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to SOMDEJ._getTValues(uint256).tTransferAmount (#1236)
Variable SOMDEJ._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to SOMDEJ._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable SOMDEJ._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to SOMDEJ._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable SOMDEJ._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to SOMDEJ._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable SOMDEJ._getValues(uint256).rTransferAmount (#1213) is too similar to SOMDEJ._getTValues(uint256).tTransferAmount (#1236)
Variable SOMDEJ._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to SOMDEJ._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable SOMDEJ._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to SOMDEJ._getValues(uint256).tTransferAmount (#1211)
Variable SOMDEJ._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to SOMDEJ._getValues(uint256).tTransferAmount (#1211)
Variable SOMDEJ._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to SOMDEJ._getTValues(uint256).tTransferAmount (#1236)
Variable SOMDEJ._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to SOMDEJ._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable SOMDEJ._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to SOMDEJ._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable SOMDEJ._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to SOMDEJ._getTValues(uint256).tTransferAmount (#1236)
Variable SOMDEJ._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to SOMDEJ._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable SOMDEJ._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to SOMDEJ._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable SOMDEJ._getValues(uint256).rTransferAmount (#1213) is too similar to SOMDEJ._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable SOMDEJ._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to SOMDEJ._getValues(uint256).tTransferAmount (#1211)
Variable SOMDEJ.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to SOMDEJ._transferStandard(address,address,uint256).tTransferAmount (#1484)
Variable SOMDEJ._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to SOMDEJ._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable SOMDEJ._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to SOMDEJ._getValues(uint256).tTransferAmount (#1211)
Variable SOMDEJ.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to SOMDEJ._getValues(uint256).tTransferAmount (#1211)
Variable SOMDEJ._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to SOMDEJ._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable SOMDEJ._getValues(uint256).rTransferAmount (#1213) is too similar to SOMDEJ._getValues(uint256).tTransferAmount (#1211)
Variable SOMDEJ.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to SOMDEJ._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable SOMDEJ._getValues(uint256).rTransferAmount (#1213) is too similar to SOMDEJ._transferToExcluded(address,address,uint256).tTransferAmount (#1504)
Variable SOMDEJ._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to SOMDEJ._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable SOMDEJ._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to SOMDEJ._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable SOMDEJ._transferStandard(address,address,uint256).rTransferAmount (#1482) is too similar to SOMDEJ._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable SOMDEJ.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to SOMDEJ._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable SOMDEJ.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to SOMDEJ._getTValues(uint256).tTransferAmount (#1236)
Variable SOMDEJ._transferBothExcluded(address,address,uint256).rTransferAmount (#1151) is too similar to SOMDEJ._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable SOMDEJ._getValues(uint256).rTransferAmount (#1213) is too similar to SOMDEJ._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable SOMDEJ._transferToExcluded(address,address,uint256).rTransferAmount (#1502) is too similar to SOMDEJ._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable SOMDEJ._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1257) is too similar to SOMDEJ._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Variable SOMDEJ._transferFromExcluded(address,address,uint256).rTransferAmount (#1523) is too similar to SOMDEJ._transferBothExcluded(address,address,uint256).tTransferAmount (#1153)
Variable SOMDEJ.reflectionFromToken(uint256,bool).rTransferAmount (#1103) is too similar to SOMDEJ._transferFromExcluded(address,address,uint256).tTransferAmount (#1525)
Prevent variables from having similar names.

Additional information: link

SOMDEJ._MKTshare (#934) should be constant
SOMDEJ._decimals (#926) should be constant
SOMDEJ._name (#924) should be constant
SOMDEJ._symbol (#925) should be constant
SOMDEJ._tTotal (#920) should be constant
SOMDEJ.numTokensSellToAddToLiquidity (#943) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#507-510)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#516-523)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#525-527)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#530-535)
unlock() should be declared external:
- Ownable.unlock() (#538-546)
name() should be declared external:
- SOMDEJ.name() (#979-981)
symbol() should be declared external:
- SOMDEJ.symbol() (#983-985)
decimals() should be declared external:
- SOMDEJ.decimals() (#987-989)
totalSupply() should be declared external:
- SOMDEJ.totalSupply() (#991-993)
transfer(address,uint256) should be declared external:
- SOMDEJ.transfer(address,uint256) (#1000-1007)
allowance(address,address) should be declared external:
- SOMDEJ.allowance(address,address) (#1009-1016)
approve(address,uint256) should be declared external:
- SOMDEJ.approve(address,uint256) (#1018-1025)
transferFrom(address,address,uint256) should be declared external:
- SOMDEJ.transferFrom(address,address,uint256) (#1027-1042)
increaseAllowance(address,uint256) should be declared external:
- SOMDEJ.increaseAllowance(address,uint256) (#1044-1055)
decreaseAllowance(address,uint256) should be declared external:
- SOMDEJ.decreaseAllowance(address,uint256) (#1057-1071)
isExcludedFromReward(address) should be declared external:
- SOMDEJ.isExcludedFromReward(address) (#1073-1075)
totalFees() should be declared external:
- SOMDEJ.totalFees() (#1077-1079)
deliver(uint256) should be declared external:
- SOMDEJ.deliver(uint256) (#1081-1091)
reflectionFromToken(uint256,bool) should be declared external:
- SOMDEJ.reflectionFromToken(uint256,bool) (#1093-1106)
excludeFromReward(address) should be declared external:
- SOMDEJ.excludeFromReward(address) (#1121-1129)
excludeFromFee(address) should be declared external:
- SOMDEJ.excludeFromFee(address) (#1166-1168)
includeInFee(address) should be declared external:
- SOMDEJ.includeInFee(address) (#1170-1172)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SOMDEJ.setSwapAndLiquifyEnabled(bool) (#1186-1189)
isExcludedFromFee(address) should be declared external:
- SOMDEJ.isExcludedFromFee(address) (#1316-1318)
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 number of PancakeSwap swaps is low.


Token is deployed only at one blockchain

Contract has 4% buy tax and 3% sell tax.
Taxes are low and contract ownership is renounced.


Twitter account has relatively few followers


Unable to find Youtube account


Unable to find Discord account


Unable to find token contract audit


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


Token has a considerable age, but social accounts / website are missing or have few users


Young tokens have high risks of 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

Price for SDC

News for SDC