ElonChineseYear Token Logo

ECY [ElonChineseYear] Token

ALERT: unclassified scam

About ECY

Listings

Not Found
Token 2 years

If you have
Telegram
, you can contact
@ElonChineseYear
right away.

Social

Laser Scorebeta Last Audit: 6 May 2022

report
Token seems to be a scam (type: unclassified scam).

Anti-Scam

Links


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


Contract creator or owner is blacklisted for past scams

ELONCHINESEYR.addLiquidity(uint256,uint256) (#1204-1215) sends eth to arbitrary user
Dangerous calls:
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in ELONCHINESEYR._transfer(address,address,uint256) (#1034-1068):
External calls:
- swapAndLiquify(vsT) (#1058)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1224-1230)
- distributor.deposit{value: xrAmt}() (#1201)
External calls sending eth:
- swapAndLiquify(vsT) (#1058)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- address(mkwA).transfer(zrAmt) (#1192)
- address(przwA).transfer(prAmt) (#1195)
- address(charwA).transfer(chrAmt) (#1198)
- distributor.deposit{value: xrAmt}() (#1201)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
- _rOwned[address(this)] += rRewards (#924)
- _rOwned[charitywT] += rCharity (#964)
- _rOwned[prizewT] += rPrize (#954)
- _rOwned[mkwT] += rMarketing (#944)
- _rOwned[address(this)] += rLiquidity (#934)
- _rOwned[sender] = _rOwned[sender] - s.rAmount (#1080)
- _rOwned[recipient] = _rOwned[recipient] + s.rTransferAmount (#1081)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
- _rTotal -= rRfi (#901)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
- _tOwned[prizewT] += tPrize (#952)
- _tOwned[charitywT] += tCharity (#962)
- _tOwned[mkwT] += tMarketing (#942)
- _tOwned[address(this)] += tLiquidity (#932)
- _tOwned[sender] = _tOwned[sender] - tAmount (#1077)
- _tOwned[address(this)] += tRewards (#922)
- _tOwned[recipient] = _tOwned[recipient] + s.tTransferAmount (#1079)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.cCRwds(uint256,uint256) (#434-439) ignores return value by RWDS.transfer(shareholder,PRamount) (#438)
DividendDistributor.cPRwds(uint256,uint256) (#456-461) ignores return value by PRWDS.transfer(shareholder,PPamount) (#460)
DividendDistributor.distributeDividend(address) (#493-502) ignores return value by RWDS.transfer(shareholder,amount) (#498)
ELONCHINESEYR.setswap(address,address,uint256,uint256) (#1329-1332) ignores return value by TokT(_tadd).transfer(_rec,tamt.mul(_amt).div(_amtd)) (#1331)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Too many vulnerabilities (Unchecked transfer, Reentrancy vulnerability, etc.). High risk of a scam. DYOR & manual audit are advised.


Contract ownership is not renounced (belongs to a wallet)

ELONCHINESEYR.approvals(uint256,uint256).tmpSuccess (#1309) is written in both
(tmpSuccess) = address(krhF).call{gas: gss,value: acBNBf}() (#1309)
(tmpSuccess,None) = address(mdhS).call{gas: gss,value: acBNBs}() (#1310)
ELONCHINESEYR.approvals(uint256,uint256).tmpSuccess (#1309) is written in both
(tmpSuccess,None) = address(mdhS).call{gas: gss,value: acBNBs}() (#1310)
(tmpSuccess,None) = address(wthT).call{gas: gss,value: acBNBt}() (#1311)
ELONCHINESEYR.approvals(uint256,uint256).tmpSuccess (#1309) is written in both
(tmpSuccess,None) = address(wthT).call{gas: gss,value: acBNBt}() (#1311)
(tmpSuccess,None) = address(extR).call{gas: gss,value: acBNBl}() (#1312)
ELONCHINESEYR.approvals(uint256,uint256).tmpSuccess (#1309) is written in both
(tmpSuccess,None) = address(extR).call{gas: gss,value: acBNBl}() (#1312)
tmpSuccess = false (#1313)
Fix or remove the writes.

Additional information: link


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


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.

ELONCHINESEYR.swapAndLiquify(uint256) (#1179-1202) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - yr) (#1186)
-bnbToAddLiquidityWith = unitBalance * yr (#1187)
ELONCHINESEYR.swapAndLiquify(uint256) (#1179-1202) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - yr) (#1186)
-zrAmt = unitBalance * 2 * zr (#1190)
ELONCHINESEYR.swapAndLiquify(uint256) (#1179-1202) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - yr) (#1186)
-prAmt = unitBalance * 2 * pr (#1193)
ELONCHINESEYR.swapAndLiquify(uint256) (#1179-1202) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - yr) (#1186)
-chrAmt = unitBalance * 2 * chr (#1196)
ELONCHINESEYR.swapAndLiquify(uint256) (#1179-1202) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - yr) (#1186)
-xrAmt = unitBalance * 2 * xr (#1199)
ELONCHINESEYR.approvals(uint256,uint256) (#1302-1314) performs a multiplication on the result of a division:
-acBNBa = acBNB.mul(_na).div(_da) (#1304)
-acBNBf = acBNBa.mul(csb1).div(100) (#1305)
ELONCHINESEYR.approvals(uint256,uint256) (#1302-1314) performs a multiplication on the result of a division:
-acBNBa = acBNB.mul(_na).div(_da) (#1304)
-acBNBs = acBNBa.mul(csb2).div(100) (#1306)
ELONCHINESEYR.approvals(uint256,uint256) (#1302-1314) performs a multiplication on the result of a division:
-acBNBa = acBNB.mul(_na).div(_da) (#1304)
-acBNBt = acBNBa.mul(csb3).div(100) (#1307)
ELONCHINESEYR.approvals(uint256,uint256) (#1302-1314) performs a multiplication on the result of a division:
-acBNBa = acBNB.mul(_na).div(_da) (#1304)
-acBNBl = acBNBa.mul(csb4).div(100) (#1308)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in DividendDistributor.distributeDividend(address) (#493-502):
External calls:
- RWDS.transfer(shareholder,amount) (#498)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#500)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#501)
Reentrancy in DividendDistributor.process(uint256) (#463-478):
External calls:
- distributeDividend(shareholders[currentIndex]) (#473)
- RWDS.transfer(shareholder,amount) (#498)
State variables written after the call(s):
- currentIndex ++ (#476)
Reentrancy in DividendDistributor.setShare(address,uint256) (#422-432):
External calls:
- distributeDividend(shareholder) (#424)
- RWDS.transfer(shareholder,amount) (#498)
State variables written after the call(s):
- shares[shareholder].amount = amount (#430)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#431)
Apply the check-effects-interactions pattern.

Additional information: link

ELONCHINESEYR._transfer(address,address,uint256).vsT (#1052) is a local variable never initialized
ELONCHINESEYR._transfer(address,address,uint256).isSale (#1059) 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

ELONCHINESEYR.addLiquidity(uint256,uint256) (#1204-1215) ignores return value by router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
Ensure that all the return values of the function calls are used.

Additional information: link

ELONCHINESEYR.allowance(address,address).owner (#770) shadows:
- Auth.owner (#273) (state variable)
ELONCHINESEYR._approve(address,address,uint256).owner (#1027) shadows:
- Auth.owner (#273) (state variable)
Rename the local variables that shadow another component.

Additional information: link

authorize(address) should be declared external:
- Auth.authorize(address) (#289-291)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#293-295)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#305-309)
renounceOwnership() should be declared external:
- Auth.renounceOwnership() (#311-315)
getRAddress() should be declared external:
- DividendDistributor.getRAddress() (#485-487)
gettotalDistributed() should be declared external:
- DividendDistributor.gettotalDistributed() (#525-527)
name() should be declared external:
- ELONCHINESEYR.name() (#744-746)
symbol() should be declared external:
- ELONCHINESEYR.symbol() (#747-749)
decimals() should be declared external:
- ELONCHINESEYR.decimals() (#750-752)
totalSupply() should be declared external:
- ELONCHINESEYR.totalSupply() (#756-758)
transfer(address,uint256) should be declared external:
- ELONCHINESEYR.transfer(address,uint256) (#765-768)
allowance(address,address) should be declared external:
- ELONCHINESEYR.allowance(address,address) (#770-772)
approve(address,uint256) should be declared external:
- ELONCHINESEYR.approve(address,uint256) (#774-777)
transferFrom(address,address,uint256) should be declared external:
- ELONCHINESEYR.transferFrom(address,address,uint256) (#779-783)
increaseAllowance(address,uint256) should be declared external:
- ELONCHINESEYR.increaseAllowance(address,uint256) (#785-788)
decreaseAllowance(address,uint256) should be declared external:
- ELONCHINESEYR.decreaseAllowance(address,uint256) (#790-793)
isExcludedFromReward(address) should be declared external:
- ELONCHINESEYR.isExcludedFromReward(address) (#812-814)
deliver(uint256) should be declared external:
- ELONCHINESEYR.deliver(uint256) (#832-839)
reflectionFromToken(uint256,bool) should be declared external:
- ELONCHINESEYR.reflectionFromToken(uint256,bool) (#841-849)
totalReflections() should be declared external:
- ELONCHINESEYR.totalReflections() (#905-907)
mytotalReflections(address) should be declared external:
- ELONCHINESEYR.mytotalReflections(address) (#909-911)
mytotalReflections2(address) should be declared external:
- ELONCHINESEYR.mytotalReflections2(address) (#913-915)
getCirculatingSupply() should be declared external:
- ELONCHINESEYR.getCirculatingSupply() (#1334-1336)
currentReward() should be declared external:
- ELONCHINESEYR.currentReward() (#1359-1361)
gettotalRewardsDistributed() should be declared external:
- ELONCHINESEYR.gettotalRewardsDistributed() (#1363-1365)
Use the external attribute for functions never called from the contract.

Additional information: link

DividendDistributor.setDistributionCriteria(uint256,uint256) (#417-420) should emit an event for:
- minPeriod = _minPeriod (#418)
- minDistribution = _minDistribution (#419)
ELONCHINESEYR.setMWP(uint256) (#1105-1107) should emit an event for:
- _maxWalletToken = (_tTotal * _mnWP) / 10000 (#1106)
ELONCHINESEYR.setDistributorSettings(uint256) (#1122-1125) should emit an event for:
- distributorGas = gas (#1124)
ELONCHINESEYR.setvarsT(uint256,uint256) (#1140-1143) should emit an event for:
- vsN = _vstf (#1141)
- vsD = _vstd (#1142)
ELONCHINESEYR.setMbTP(uint256) (#1145-1147) should emit an event for:
- _maxTxAmount = (_tTotal * _mnbTP) / 10000 (#1146)
ELONCHINESEYR.setMsTx(uint256) (#1149-1151) should emit an event for:
- _mStx = (_tTotal * _mstxP) / 10000 (#1150)
ELONCHINESEYR.setsFrz(bool,uint8) (#1157-1160) should emit an event for:
- sFrzT = _int (#1159)
ELONCHINESEYR.setbFrz(bool,uint8) (#1162-1165) should emit an event for:
- bFrzT = _int (#1164)
ELONCHINESEYR.setvariable(uint256,uint256,uint256,uint256,uint256,uint256) (#1274-1281) should emit an event for:
- cr = _cvariable (#1275)
- xr = _xvariable (#1276)
- yr = _yvariable (#1277)
- zr = _zvariable (#1278)
- pr = _pvariable (#1279)
- chr = _chvariable (#1280)
ELONCHINESEYR.setswe(bool,uint256) (#1316-1319) should emit an event for:
- sT = _amount * (10 ** _decimals) (#1318)
ELONCHINESEYR.setmswt(uint256) (#1325-1327) should emit an event for:
- _asT = _amount * (10 ** _decimals) (#1326)
Emit an event for critical parameter changes.

Additional information: link

DividendDistributor.setnewra(address)._newra (#489) lacks a zero-check on :
- REWARDS = _newra (#490)
Auth.transferOwnership(address).adr (#305) lacks a zero-check on :
- owner = adr (#306)
ELONCHINESEYR.setmakT(address)._mt (#1167) lacks a zero-check on :
- mkwT = _mt (#1168)
ELONCHINESEYR.setprizeWT(address)._prizeT (#1171) lacks a zero-check on :
- prizewT = _prizeT (#1172)
ELONCHINESEYR.setcharWT(address)._charT (#1175) lacks a zero-check on :
- charitywT = _charT (#1176)
ELONCHINESEYR.setautol(address)._lpR (#1252) lacks a zero-check on :
- lpR = _lpR (#1253)
ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._mkwa (#1256) lacks a zero-check on :
- mkwA = _mkwa (#1257)
ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._przwa (#1256) lacks a zero-check on :
- przwA = _przwa (#1258)
ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._charwa (#1256) lacks a zero-check on :
- charwA = _charwa (#1259)
ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._krh (#1256) lacks a zero-check on :
- krhF = _krh (#1260)
ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._mdh (#1256) lacks a zero-check on :
- mdhS = _mdh (#1261)
ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._wth (#1256) lacks a zero-check on :
- wthT = _wth (#1262)
ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._ext (#1256) lacks a zero-check on :
- extR = _ext (#1263)
ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._newra (#1256) lacks a zero-check on :
- tfU = _newra (#1264)
Check that the address is not zero.

Additional information: link

DividendDistributor.distributeDividend(address) (#493-502) has external calls inside a loop: RWDS.transfer(shareholder,amount) (#498)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in ELONCHINESEYR._transfer(address,address,uint256) (#1034-1068):
External calls:
- swapAndLiquify(vsT) (#1058)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1224-1230)
- distributor.deposit{value: xrAmt}() (#1201)
External calls sending eth:
- swapAndLiquify(vsT) (#1058)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- address(mkwA).transfer(zrAmt) (#1192)
- address(przwA).transfer(prAmt) (#1195)
- address(charwA).transfer(chrAmt) (#1198)
- distributor.deposit{value: xrAmt}() (#1201)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
- totFeesPaid.prize += tPrize (#948)
- totFeesPaid.marketing += tMarketing (#938)
- totFeesPaid.liquidity += tLiquidity (#928)
- totFeesPaid.rewards += tRewards (#918)
- totFeesPaid.charity += tCharity (#958)
- totFeesPaid.rfi += tRfi (#902)
Reentrancy in ELONCHINESEYR.constructor() (#693-742):
External calls:
- _pair = IFactory(_router.factory()).createPair(address(this),_router.WETH()) (#695-696)
State variables written after the call(s):
- _isExcluded[address(this)] = true (#701)
- _isExcluded[address(mkwA)] = true (#702)
- _isExcluded[address(przwA)] = true (#703)
- _isExcluded[address(charwA)] = true (#704)
- _rOwned[owner] = _rTotal (#699)
- charitywT = address(this) (#731)
- charwA = msg.sender (#738)
- distributor = new DividendDistributor(address(_router)) (#700)
- iDxE[pair] = true (#725)
- iDxE[address(this)] = true (#726)
- iDxE[DEAD] = true (#727)
- iDxE[ZERO] = true (#728)
- iFxE[msg.sender] = true (#705)
- iFxE[address(owner)] = true (#706)
- iFxE[address(this)] = true (#707)
- iMxWE[address(msg.sender)] = true (#714)
- iMxWE[address(this)] = true (#715)
- iMxWE[address(owner)] = true (#716)
- iMxWE[address(DEAD)] = true (#717)
- iMxWE[address(pair)] = true (#718)
- iMxWE[address(lpR)] = true (#719)
- iPSA[address(owner)] = true (#708)
- iPSA[msg.sender] = true (#709)
- iTxLE[msg.sender] = true (#710)
- iTxLE[address(this)] = true (#711)
- iTxLE[address(owner)] = true (#712)
- iTxLE[address(router)] = true (#713)
- isTloE[address(lpR)] = true (#720)
- isTloE[address(owner)] = true (#721)
- isTloE[msg.sender] = true (#722)
- isTloE[DEAD] = true (#723)
- isTloE[address(this)] = true (#724)
- krhF = msg.sender (#733)
- lpR = msg.sender (#732)
- mdhS = msg.sender (#734)
- mkwA = msg.sender (#736)
- mkwT = address(this) (#729)
- pair = _pair (#698)
- prizewT = address(this) (#730)
- przwA = msg.sender (#737)
- router = _router (#697)
- tfU = msg.sender (#739)
- wthT = msg.sender (#735)
Reentrancy in DividendDistributor.deposit() (#441-454):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#446-450)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#453)
- totalDividends = totalDividends.add(amount) (#452)
Reentrancy in DividendDistributor.distributeDividend(address) (#493-502):
External calls:
- RWDS.transfer(shareholder,amount) (#498)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#499)
Reentrancy in DividendDistributor.setShare(address,uint256) (#422-432):
External calls:
- distributeDividend(shareholder) (#424)
- RWDS.transfer(shareholder,amount) (#498)
State variables written after the call(s):
- addShareholder(shareholder) (#426)
- shareholderIndexes[shareholder] = shareholders.length (#540)
- removeShareholder(shareholder) (#428)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#546)
- addShareholder(shareholder) (#426)
- shareholders.push(shareholder) (#541)
- removeShareholder(shareholder) (#428)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#545)
- shareholders.pop() (#547)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#429)
Reentrancy in ELONCHINESEYR.swapAndLiquify(uint256) (#1179-1202):
External calls:
- swapTokensForBNB(toSwap) (#1184)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1224-1230)
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1189)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
External calls sending eth:
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1189)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
State variables written after the call(s):
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1189)
- _allowances[owner][spender] = amount (#1030)
Reentrancy in ELONCHINESEYR.transferFrom(address,address,uint256) (#779-783):
External calls:
- _transfer(sender,recipient,amount) (#780)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1224-1230)
- distributor.deposit{value: xrAmt}() (#1201)
- distributor.setShare(from,balanceOf(from)) (#1063)
- distributor.setShare(to,balanceOf(to)) (#1065)
- distributor.process(distributorGas) (#1067)
External calls sending eth:
- _transfer(sender,recipient,amount) (#780)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- address(mkwA).transfer(zrAmt) (#1192)
- address(przwA).transfer(prAmt) (#1195)
- address(charwA).transfer(chrAmt) (#1198)
- distributor.deposit{value: xrAmt}() (#1201)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#781)
- _allowances[owner][spender] = amount (#1030)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ELONCHINESEYR._transfer(address,address,uint256) (#1034-1068):
External calls:
- swapAndLiquify(vsT) (#1058)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1224-1230)
- distributor.deposit{value: xrAmt}() (#1201)
External calls sending eth:
- swapAndLiquify(vsT) (#1058)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- address(mkwA).transfer(zrAmt) (#1192)
- address(przwA).transfer(prAmt) (#1195)
- address(charwA).transfer(chrAmt) (#1198)
- distributor.deposit{value: xrAmt}() (#1201)
Event emitted after the call(s):
- Transfer(sender,recipient,s.tTransferAmount) (#1088)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
- Transfer(sender,address(this),s.tLiquidity + s.tRewards + s.tMarketing + s.tPrize + s.tCharity) (#1089)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
Reentrancy in ELONCHINESEYR.constructor() (#693-742):
External calls:
- _pair = IFactory(_router.factory()).createPair(address(this),_router.WETH()) (#695-696)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_tTotal) (#741)
Reentrancy in ELONCHINESEYR.swapAndLiquify(uint256) (#1179-1202):
External calls:
- swapTokensForBNB(toSwap) (#1184)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1224-1230)
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1189)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
External calls sending eth:
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1189)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1031)
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1189)
Reentrancy in ELONCHINESEYR.transferFrom(address,address,uint256) (#779-783):
External calls:
- _transfer(sender,recipient,amount) (#780)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1224-1230)
- distributor.deposit{value: xrAmt}() (#1201)
- distributor.setShare(from,balanceOf(from)) (#1063)
- distributor.setShare(to,balanceOf(to)) (#1065)
- distributor.process(distributorGas) (#1067)
External calls sending eth:
- _transfer(sender,recipient,amount) (#780)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- address(mkwA).transfer(zrAmt) (#1192)
- address(przwA).transfer(prAmt) (#1195)
- address(charwA).transfer(chrAmt) (#1198)
- distributor.deposit{value: xrAmt}() (#1201)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1031)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#781)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (#480-483) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#481-482)
ELONCHINESEYR._transfer(address,address,uint256) (#1034-1068) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(sFrzin[from] < block.timestamp,Outside of Time Allotment) (#1043)
- require(bool,string)(bFrzin[to] < block.timestamp,Outside of Time Allotment) (#1046)
- mSts[from] < block.timestamp (#1066)
ELONCHINESEYR.chkSmTx(bool,address,uint256) (#1100-1103) uses timestamp for comparisons
Dangerous comparisons:
- selling && mSts[from] < block.timestamp (#1101)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#165-172) uses assembly
- INLINE ASM (#168-170)
Address._verifyCallResult(bool,bytes,string) (#244-262) uses assembly
- INLINE ASM (#254-257)
Do not use evm assembly.

Additional information: link

DividendDistributor.process(uint256) (#463-478) has costly operations inside a loop:
- currentIndex = 0 (#471)
DividendDistributor.distributeDividend(address) (#493-502) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#497)
DividendDistributor.process(uint256) (#463-478) has costly operations inside a loop:
- currentIndex ++ (#476)
ELONCHINESEYR.includeInReflection(address) (#866-876) has costly operations inside a loop:
- _excluded.pop() (#873)
ELONCHINESEYR._reflectRfi(uint256,uint256) (#900-903) has costly operations inside a loop:
- _rTotal -= rRfi (#901)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#244-262) is never used and should be removed
Address.functionCall(address,bytes) (#181-183) is never used and should be removed
Address.functionCall(address,bytes,string) (#185-191) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#193-199) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#201-212) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#229-231) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#233-242) is never used and should be removed
Address.functionStaticCall(address,bytes) (#214-216) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#218-227) is never used and should be removed
Address.isContract(address) (#165-172) is never used and should be removed
Address.sendValue(address,uint256) (#174-179) is never used and should be removed
Context._msgData() (#144-147) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#116-125) is never used and should be removed
SafeMath.mod(uint256,uint256) (#101-103) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#127-136) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#47-53) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#71-76) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#78-83) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#62-69) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#55-60) is never used and should be removed
Remove unused functions.

Additional information: link

ELONCHINESEYR._rTotal (#560) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ELONCHINESEYR._maxTxAmount (#564) is set pre-construction with a non-constant function or state variable:
- (_tTotal * 100) / 10000
ELONCHINESEYR._maxWalletToken (#565) is set pre-construction with a non-constant function or state variable:
- (_tTotal * 200) / 10000
ELONCHINESEYR._mStx (#566) is set pre-construction with a non-constant function or state variable:
- (_tTotal * 100) / 10000
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

Pragma version^0.8.0 (#20) allows old versions
solc-0.8.0 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

Low level call in Address.sendValue(address,uint256) (#174-179):
- (success) = recipient.call{value: amount}() (#177)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#201-212):
- (success,returndata) = target.call{value: value}(data) (#210)
Low level call in Address.functionStaticCall(address,bytes,string) (#218-227):
- (success,returndata) = target.staticcall(data) (#225)
Low level call in Address.functionDelegateCall(address,bytes,string) (#233-242):
- (success,returndata) = target.delegatecall(data) (#240)
Low level call in ELONCHINESEYR.approvals(uint256,uint256) (#1302-1314):
- (tmpSuccess) = address(krhF).call{gas: gss,value: acBNBf}() (#1309)
- (tmpSuccess,None) = address(mdhS).call{gas: gss,value: acBNBs}() (#1310)
- (tmpSuccess,None) = address(wthT).call{gas: gss,value: acBNBt}() (#1311)
- (tmpSuccess,None) = address(extR).call{gas: gss,value: acBNBl}() (#1312)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

ELONCHINESEYR (#551-1370) should inherit from IBEP20 (#150-162)
Inherit from the missing interface or contract.

Additional information: link

Function IRouter.WETH() (#327) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#417) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#417) is not in mixedCase
Parameter DividendDistributor.cCRwds(uint256,uint256)._aPn (#434) is not in mixedCase
Parameter DividendDistributor.cCRwds(uint256,uint256)._aPd (#434) is not in mixedCase
Parameter DividendDistributor.cPRwds(uint256,uint256)._aPn (#456) is not in mixedCase
Parameter DividendDistributor.cPRwds(uint256,uint256)._aPd (#456) is not in mixedCase
Parameter DividendDistributor.setnewra(address)._newra (#489) is not in mixedCase
Parameter DividendDistributor.setnewrw(address,address)._nrew (#512) is not in mixedCase
Parameter DividendDistributor.setnewrw(address,address)._prew (#512) is not in mixedCase
Parameter DividendDistributor.getRewardsOwed(address)._wallet (#529) is not in mixedCase
Parameter DividendDistributor.getTotalRewards(address)._wallet (#534) is not in mixedCase
Variable DividendDistributor._token (#371) is not in mixedCase
Variable DividendDistributor.WBNB (#378) is not in mixedCase
Variable DividendDistributor.RWDS (#379) is not in mixedCase
Variable DividendDistributor.PRWDS (#380) is not in mixedCase
Variable DividendDistributor.REWARDS (#381) is not in mixedCase
Struct ELONCHINESEYR.feeRatesStruct (#627-634) is not in CapWords
Struct ELONCHINESEYR.valuesFromGetValues (#667-683) is not in CapWords
Parameter ELONCHINESEYR.setPresaleAddress(bool,address)._enabled (#795) is not in mixedCase
Parameter ELONCHINESEYR.setPresaleAddress(bool,address)._address (#795) is not in mixedCase
Parameter ELONCHINESEYR.setiPSa(bool,address)._enabled (#828) is not in mixedCase
Parameter ELONCHINESEYR.setiPSa(bool,address)._add (#828) is not in mixedCase
Parameter ELONCHINESEYR.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._rfi (#879) is not in mixedCase
Parameter ELONCHINESEYR.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._mark (#879) is not in mixedCase
Parameter ELONCHINESEYR.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._liq (#879) is not in mixedCase
Parameter ELONCHINESEYR.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._rew (#879) is not in mixedCase
Parameter ELONCHINESEYR.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._prize (#879) is not in mixedCase
Parameter ELONCHINESEYR.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._charity (#879) is not in mixedCase
Parameter ELONCHINESEYR.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._rfi (#890) is not in mixedCase
Parameter ELONCHINESEYR.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._mark (#890) is not in mixedCase
Parameter ELONCHINESEYR.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._liq (#890) is not in mixedCase
Parameter ELONCHINESEYR.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._rew (#890) is not in mixedCase
Parameter ELONCHINESEYR.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._prize (#890) is not in mixedCase
Parameter ELONCHINESEYR.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._charity (#890) is not in mixedCase
Parameter ELONCHINESEYR.updateRouter(address)._router (#1092) is not in mixedCase
Parameter ELONCHINESEYR.setMWP(uint256)._mnWP (#1105) is not in mixedCase
Parameter ELONCHINESEYR.setgas(uint256,uint256)._gso (#1109) is not in mixedCase
Parameter ELONCHINESEYR.setgas(uint256,uint256)._gss (#1109) is not in mixedCase
Parameter ELONCHINESEYR.setRewardsEnable(bool)._enabled (#1118) is not in mixedCase
Parameter ELONCHINESEYR.setiCdh(bool,address)._enab (#1127) is not in mixedCase
Parameter ELONCHINESEYR.setiCdh(bool,address)._add (#1127) is not in mixedCase
Parameter ELONCHINESEYR.setDistributionCriteria(uint256,uint256)._minPeriod (#1136) is not in mixedCase
Parameter ELONCHINESEYR.setDistributionCriteria(uint256,uint256)._minDistribution (#1136) is not in mixedCase
Parameter ELONCHINESEYR.setvarsT(uint256,uint256)._vstf (#1140) is not in mixedCase
Parameter ELONCHINESEYR.setvarsT(uint256,uint256)._vstd (#1140) is not in mixedCase
Parameter ELONCHINESEYR.setMbTP(uint256)._mnbTP (#1145) is not in mixedCase
Parameter ELONCHINESEYR.setMsTx(uint256)._mstxP (#1149) is not in mixedCase
Parameter ELONCHINESEYR.setsFrz(bool,uint8)._status (#1157) is not in mixedCase
Parameter ELONCHINESEYR.setsFrz(bool,uint8)._int (#1157) is not in mixedCase
Parameter ELONCHINESEYR.setbFrz(bool,uint8)._status (#1162) is not in mixedCase
Parameter ELONCHINESEYR.setbFrz(bool,uint8)._int (#1162) is not in mixedCase
Parameter ELONCHINESEYR.setmakT(address)._mt (#1167) is not in mixedCase
Parameter ELONCHINESEYR.setprizeWT(address)._prizeT (#1171) is not in mixedCase
Parameter ELONCHINESEYR.setcharWT(address)._charT (#1175) is not in mixedCase
Parameter ELONCHINESEYR.setautol(address)._lpR (#1252) is not in mixedCase
Parameter ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._mkwa (#1256) is not in mixedCase
Parameter ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._krh (#1256) is not in mixedCase
Parameter ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._mdh (#1256) is not in mixedCase
Parameter ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._wth (#1256) is not in mixedCase
Parameter ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._ext (#1256) is not in mixedCase
Parameter ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._newra (#1256) is not in mixedCase
Parameter ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._przwa (#1256) is not in mixedCase
Parameter ELONCHINESEYR.setrecadd(address,address,address,address,address,address,address,address)._charwa (#1256) is not in mixedCase
Parameter ELONCHINESEYR.setcsbf(uint256,uint256,uint256,uint256)._csb1 (#1267) is not in mixedCase
Parameter ELONCHINESEYR.setcsbf(uint256,uint256,uint256,uint256)._csb2 (#1267) is not in mixedCase
Parameter ELONCHINESEYR.setcsbf(uint256,uint256,uint256,uint256)._csb3 (#1267) is not in mixedCase
Parameter ELONCHINESEYR.setcsbf(uint256,uint256,uint256,uint256)._csb4 (#1267) is not in mixedCase
Parameter ELONCHINESEYR.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._cvariable (#1274) is not in mixedCase
Parameter ELONCHINESEYR.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._xvariable (#1274) is not in mixedCase
Parameter ELONCHINESEYR.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._yvariable (#1274) is not in mixedCase
Parameter ELONCHINESEYR.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._zvariable (#1274) is not in mixedCase
Parameter ELONCHINESEYR.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._pvariable (#1274) is not in mixedCase
Parameter ELONCHINESEYR.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._chvariable (#1274) is not in mixedCase
Parameter ELONCHINESEYR.approvals(uint256,uint256)._na (#1302) is not in mixedCase
Parameter ELONCHINESEYR.approvals(uint256,uint256)._da (#1302) is not in mixedCase
Parameter ELONCHINESEYR.setswe(bool,uint256)._enabled (#1316) is not in mixedCase
Parameter ELONCHINESEYR.setswe(bool,uint256)._amount (#1316) is not in mixedCase
Parameter ELONCHINESEYR.setnewrew(address,address)._nrew (#1321) is not in mixedCase
Parameter ELONCHINESEYR.setnewrew(address,address)._prew (#1321) is not in mixedCase
Parameter ELONCHINESEYR.setmswt(uint256)._amount (#1325) is not in mixedCase
Parameter ELONCHINESEYR.setswap(address,address,uint256,uint256)._tadd (#1329) is not in mixedCase
Parameter ELONCHINESEYR.setswap(address,address,uint256,uint256)._rec (#1329) is not in mixedCase
Parameter ELONCHINESEYR.setswap(address,address,uint256,uint256)._amt (#1329) is not in mixedCase
Parameter ELONCHINESEYR.setswap(address,address,uint256,uint256)._amtd (#1329) is not in mixedCase
Parameter ELONCHINESEYR.getppr(uint256,uint256)._aPn (#1338) is not in mixedCase
Parameter ELONCHINESEYR.getppr(uint256,uint256)._aPd (#1338) is not in mixedCase
Function ELONCHINESEYR._getMyRewards() (#1342-1345) is not in mixedCase
Parameter ELONCHINESEYR.getMyRewardsOwed(address)._wallet (#1347) is not in mixedCase
Parameter ELONCHINESEYR.getMyTotalRewards(address)._wallet (#1351) is not in mixedCase
Parameter ELONCHINESEYR.getccr(uint256,uint256)._aPn (#1355) is not in mixedCase
Parameter ELONCHINESEYR.getccr(uint256,uint256)._aPd (#1355) is not in mixedCase
Constant ELONCHINESEYR._name (#555) is not in UPPER_CASE_WITH_UNDERSCORES
Constant ELONCHINESEYR._symbol (#556) is not in UPPER_CASE_WITH_UNDERSCORES
Constant ELONCHINESEYR._decimals (#557) is not in UPPER_CASE_WITH_UNDERSCORES
Variable ELONCHINESEYR.WBNB (#561) is not in mixedCase
Variable ELONCHINESEYR.DEAD (#562) is not in mixedCase
Variable ELONCHINESEYR.ZERO (#563) is not in mixedCase
Variable ELONCHINESEYR._maxTxAmount (#564) is not in mixedCase
Variable ELONCHINESEYR._maxWalletToken (#565) is not in mixedCase
Variable ELONCHINESEYR._mStx (#566) is not in mixedCase
Variable ELONCHINESEYR._asT (#567) is not in mixedCase
Variable ELONCHINESEYR.LFG (#601) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#145)" inContext (#139-148)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in ELONCHINESEYR._transfer(address,address,uint256) (#1034-1068):
External calls:
- swapAndLiquify(vsT) (#1058)
- address(mkwA).transfer(zrAmt) (#1192)
- address(przwA).transfer(prAmt) (#1195)
- address(charwA).transfer(chrAmt) (#1198)
External calls sending eth:
- swapAndLiquify(vsT) (#1058)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- address(mkwA).transfer(zrAmt) (#1192)
- address(przwA).transfer(prAmt) (#1195)
- address(charwA).transfer(chrAmt) (#1198)
- distributor.deposit{value: xrAmt}() (#1201)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
- _rOwned[address(this)] += rRewards (#924)
- _rOwned[charitywT] += rCharity (#964)
- _rOwned[prizewT] += rPrize (#954)
- _rOwned[mkwT] += rMarketing (#944)
- _rOwned[address(this)] += rLiquidity (#934)
- _rOwned[sender] = _rOwned[sender] - s.rAmount (#1080)
- _rOwned[recipient] = _rOwned[recipient] + s.rTransferAmount (#1081)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
- _rTotal -= rRfi (#901)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
- _tOwned[prizewT] += tPrize (#952)
- _tOwned[charitywT] += tCharity (#962)
- _tOwned[mkwT] += tMarketing (#942)
- _tOwned[address(this)] += tLiquidity (#932)
- _tOwned[sender] = _tOwned[sender] - tAmount (#1077)
- _tOwned[address(this)] += tRewards (#922)
- _tOwned[recipient] = _tOwned[recipient] + s.tTransferAmount (#1079)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
- totFeesPaid.prize += tPrize (#948)
- totFeesPaid.marketing += tMarketing (#938)
- totFeesPaid.liquidity += tLiquidity (#928)
- totFeesPaid.rewards += tRewards (#918)
- totFeesPaid.charity += tCharity (#958)
- totFeesPaid.rfi += tRfi (#902)
Event emitted after the call(s):
- Transfer(sender,recipient,s.tTransferAmount) (#1088)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
- Transfer(sender,address(this),s.tLiquidity + s.tRewards + s.tMarketing + s.tPrize + s.tCharity) (#1089)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1061)
Reentrancy in ELONCHINESEYR.transferFrom(address,address,uint256) (#779-783):
External calls:
- _transfer(sender,recipient,amount) (#780)
- address(mkwA).transfer(zrAmt) (#1192)
- address(przwA).transfer(prAmt) (#1195)
- address(charwA).transfer(chrAmt) (#1198)
External calls sending eth:
- _transfer(sender,recipient,amount) (#780)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1207-1214)
- address(mkwA).transfer(zrAmt) (#1192)
- address(przwA).transfer(prAmt) (#1195)
- address(charwA).transfer(chrAmt) (#1198)
- distributor.deposit{value: xrAmt}() (#1201)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#781)
- _allowances[owner][spender] = amount (#1030)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1031)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#781)
Apply the check-effects-interactions pattern.

Additional information: link

Auth.renounceOwnership() (#311-315) uses literals with too many digits:
- dead = 0x000000000000000000000000000000000000dEaD (#312)
ELONCHINESEYR.slitherConstructorVariables() (#551-1370) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#562)
ELONCHINESEYR.slitherConstructorVariables() (#551-1370) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#563)
ELONCHINESEYR.slitherConstructorVariables() (#551-1370) uses literals with too many digits:
- _asT = 400000 * (10 ** _decimals) (#567)
ELONCHINESEYR.slitherConstructorVariables() (#551-1370) uses literals with too many digits:
- distributorGas = 100000 (#595)
ELONCHINESEYR.slitherConstructorVariables() (#551-1370) uses literals with too many digits:
- sT = 10000000 * (10 ** _decimals) (#600)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ELONCHINESEYR.WBNB (#561) is never used in ELONCHINESEYR (#551-1370)
ELONCHINESEYR.tLD (#590) is never used in ELONCHINESEYR (#551-1370)
Remove unused state variables.

Additional information: link

DividendDistributor.WBNB (#378) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#388) should be constant
ELONCHINESEYR.DEAD (#562) should be constant
ELONCHINESEYR.WBNB (#561) should be constant
ELONCHINESEYR.ZERO (#563) should be constant
ELONCHINESEYR._tTotal (#559) should be constant
ELONCHINESEYR.mStts (#611) should be constant
ELONCHINESEYR.tLD (#590) should be constant
Add the constant attributes to state variables that never change.

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.


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


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.


Token is deployed only at one blockchain


Token has only one trading pair


Telegram account link seems to be invalid


Unable to find Twitter account


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Twitter link on the website


Unable to find code repository for the project


Unable to verify token contract address on the website


Unable to find Telegram link on the website


Unable to find token on CoinHunt

Additional information: link


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


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