THETRYUM, decentralized knowledge for all
We Have The Vision To Create An Intelligent And Thriving Community That Will Pursue Professional, Financial And Personal Growth From Decentralized Studies.
THETRYM.swapBack() (#544-574) sends eth to arbitrary user
Dangerous calls:
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in THETRYM._transferFrom(address,address,uint256) (#445-495):
External calls:
- swapBack() (#468)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#555)
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
- triggerAutoBuyback() (#470)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
External calls sending eth:
- swapBack() (#468)
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
- triggerAutoBuyback() (#470)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amountWithFee,Insufficient Balance) (#474)
- _burn(sender,burnFeeAmount) (#475)
- _balances[account] = _balances[account].sub(amount) (#665)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#478)
- amountReceived = takeFee(sender,recipient,amountWithFee) (#477)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#532)
- _burn(sender,burnFeeAmount) (#475)
- _totalSupply = _totalSupply.sub(amount) (#666)
- triggerAutoBuyback() (#470)
- inSwap = true (#385)
- inSwap = false (#385)
Apply the check-effects-interactions pattern.
Additional information: link
DividendDistributor.distributeDividend(address) (#266-277) ignores return value by REWARD.transfer(shareholder,amount) (#272)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
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.
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
THETRYM.swapBack() (#544-574) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
Ensure that all the return values of the function calls are used.
Additional information: link
THETRYM.swapBack() (#544-574) uses literals with too many digits:
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
THETRYM.swapBack() (#544-574) uses literals with too many digits:
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
THETRYM.setDistributorSettings(uint256) (#737-740) uses literals with too many digits:
- require(bool)(gas < 5000000) (#738)
THETRYM.slitherConstructorVariables() (#313-772) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#318)
THETRYM.slitherConstructorVariables() (#313-772) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#319)
THETRYM.slitherConstructorVariables() (#313-772) uses literals with too many digits:
- _totalSupply = 100000000 * (10 ** _decimals) (#325)
THETRYM.slitherConstructorVariables() (#313-772) uses literals with too many digits:
- distributorGas = 1000000 (#376)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
THETRYM.REWARD (#316) is never used in THETRYM (#313-772)
Remove unused state variables.
Additional information: link
Reentrancy in THETRYM._transferFrom(address,address,uint256) (#445-495):
External calls:
- swapBack() (#468)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#555)
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
- triggerAutoBuyback() (#470)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
External calls sending eth:
- swapBack() (#468)
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
- triggerAutoBuyback() (#470)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (#600)
- triggerAutoBuyback() (#470)
- Transfer(sender,address(this),feeAmount) (#533)
- amountReceived = takeFee(sender,recipient,amountWithFee) (#477)
- Transfer(account,address(0),amount) (#667)
- _burn(sender,burnFeeAmount) (#475)
Reentrancy in THETRYM._transferFrom(address,address,uint256) (#445-495):
External calls:
- swapBack() (#468)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#555)
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
- triggerAutoBuyback() (#470)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
- distributor.setShare(sender,_balances[sender]) (#480)
- distributor.setShare(recipient,_balances[recipient]) (#482)
- distributor.process(distributorGas) (#484)
External calls sending eth:
- swapBack() (#468)
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
- triggerAutoBuyback() (#470)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (#493)
Reentrancy in THETRYM.constructor() (#387-409):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#389)
Event emitted after the call(s):
- Transfer(address(0),_inicial,_totalSupply) (#408)
Reentrancy in THETRYM.swapBack() (#544-574):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#555)
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#572)
Reentrancy in THETRYM.triggerAutoBuyback() (#596-605):
External calls:
- buyTokens(autoBuybackAmount,DEAD) (#597)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (#600)
Reentrancy in THETRYM.triggerManualBuyback(uint256,bool) (#584-590):
External calls:
- buyTokens(amount,DEAD) (#585)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (#588)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in DividendDistributor.distributeDividend(address) (#266-277):
External calls:
- REWARD.transfer(shareholder,amount) (#272)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#274)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#275)
Reentrancy in DividendDistributor.process(uint256) (#239-259):
External calls:
- distributeDividend(shareholders[currentIndex]) (#251)
- REWARD.transfer(shareholder,amount) (#272)
State variables written after the call(s):
- currentIndex ++ (#256)
Reentrancy in DividendDistributor.setShare(address,uint256) (#207-221):
External calls:
- distributeDividend(shareholder) (#209)
- REWARD.transfer(shareholder,amount) (#272)
State variables written after the call(s):
- shares[shareholder].amount = amount (#219)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#220)
Apply the check-effects-interactions pattern.
Additional information: link
DividendDistributor.setDistributionCriteria(uint256,uint256) (#202-205) should emit an event for:
- minPeriod = _minPeriod (#203)
- minDistribution = _minDistribution (#204)
THETRYM.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool) (#618-626) should emit an event for:
- autoBuybackCap = _cap (#620)
- autoBuybackAmount = _amount (#622)
THETRYM.setBuybackMultiplierSettings(uint256,uint256,uint256) (#628-633) should emit an event for:
- buybackMultiplierNumerator = numerator (#630)
- buybackMultiplierDenominator = denominator (#631)
- buybackMultiplierLength = length (#632)
THETRYM.setTxLimit(uint256) (#643-646) should emit an event for:
- _maxTxAmount = amount (#645)
THETRYM.setFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256) (#678-698) should emit an event for:
- liquidityFee = _liquidityFee (#689)
- reflectionFee = _reflectionFee (#691)
- marketingFee = _marketingFee (#692)
- projectFee = _projectFee (#693)
- totalFee = _liquidityFee.add(_buybackFee).add(_reflectionFee).add(_marketingFee).add(_projectFee) (#695)
- extraFeeOnSell = _extraFeeOnSell (#696)
- feeDenominator = _feeDenominator (#697)
THETRYM.setSwapBackSettings(bool,uint256) (#706-709) should emit an event for:
- swapThreshold = _amount (#708)
THETRYM.setTargetLiquidity(uint256,uint256) (#711-714) should emit an event for:
- targetLiquidity = _target (#712)
- targetLiquidityDenominator = _denominator (#713)
Emit an event for critical parameter changes.
Additional information: link
Auth.transferOwnership(address).adr (#90) lacks a zero-check on :
- owner = adr (#90)
THETRYM.setFeeReceivers(address,address,address)._developmentReceiver (#700) lacks a zero-check on :
- developmentReceiver = _developmentReceiver (#701)
THETRYM.setFeeReceivers(address,address,address)._marketingFeeReceiver (#700) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#702)
THETRYM.setFeeReceivers(address,address,address)._projectFeeReceiver (#700) lacks a zero-check on :
- projectFeeReceiver = _projectFeeReceiver (#703)
Check that the address is not zero.
Additional information: link
DividendDistributor.distributeDividend(address) (#266-277) has external calls inside a loop: REWARD.transfer(shareholder,amount) (#272)
Favor pull over push strategy for external calls.
Additional information: link
Reentrancy in THETRYM._transferFrom(address,address,uint256) (#445-495):
External calls:
- swapBack() (#468)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#555)
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
- triggerAutoBuyback() (#470)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
External calls sending eth:
- swapBack() (#468)
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
- triggerAutoBuyback() (#470)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
State variables written after the call(s):
- triggerAutoBuyback() (#470)
- buybackMultiplierTriggeredAt = block.timestamp (#599)
- launch() (#472)
- launchedAt = block.number (#640)
Reentrancy in THETRYM._transferFrom(address,address,uint256) (#445-495):
External calls:
- swapBack() (#468)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#555)
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
- triggerAutoBuyback() (#470)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
- distributor.setShare(sender,_balances[sender]) (#480)
- distributor.setShare(recipient,_balances[recipient]) (#482)
- distributor.process(distributorGas) (#484)
External calls sending eth:
- swapBack() (#468)
- distributor.deposit{value: amountBNBReflection}() (#563)
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,developmentReceiver,block.timestamp) (#571)
- triggerAutoBuyback() (#470)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
State variables written after the call(s):
- cooldownTimer[recipient] = block.timestamp + cooldownTimerInterval (#490)
Reentrancy in THETRYM.constructor() (#387-409):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#389)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = type()(uint256).max (#390)
- _balances[_inicial] = _totalSupply (#407)
- developmentReceiver = msg.sender (#404)
- distributor = new DividendDistributor(address(router)) (#391)
- isDividendExempt[pair] = true (#401)
- isDividendExempt[address(this)] = true (#402)
- isDividendExempt[DEAD] = true (#403)
- isFeeExempt[_inicial] = true (#399)
- isTimelockExempt[msg.sender] = true (#393)
- isTimelockExempt[DEAD] = true (#394)
- isTimelockExempt[address(this)] = true (#395)
- isTxLimitExempt[_inicial] = true (#400)
- marketingFeeReceiver = msg.sender (#405)
- projectFeeReceiver = msg.sender (#406)
Reentrancy in DividendDistributor.deposit() (#223-237):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#228-233)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#236)
- totalDividends = totalDividends.add(amount) (#235)
Reentrancy in DividendDistributor.distributeDividend(address) (#266-277):
External calls:
- REWARD.transfer(shareholder,amount) (#272)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#273)
Reentrancy in DividendDistributor.setShare(address,uint256) (#207-221):
External calls:
- distributeDividend(shareholder) (#209)
- REWARD.transfer(shareholder,amount) (#272)
State variables written after the call(s):
- addShareholder(shareholder) (#212)
- shareholderIndexes[shareholder] = shareholders.length (#298)
- removeShareholder(shareholder) (#215)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#304)
- addShareholder(shareholder) (#212)
- shareholders.push(shareholder) (#299)
- removeShareholder(shareholder) (#215)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#303)
- shareholders.pop() (#305)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#218)
Reentrancy in THETRYM.triggerAutoBuyback() (#596-605):
External calls:
- buyTokens(autoBuybackAmount,DEAD) (#597)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
State variables written after the call(s):
- autoBuybackAccumulator = autoBuybackAccumulator.add(autoBuybackAmount) (#603)
- autoBuybackBlockLast = block.number (#602)
- autoBuybackEnabled = false (#604)
- buybackMultiplierTriggeredAt = block.timestamp (#599)
Reentrancy in THETRYM.triggerManualBuyback(uint256,bool) (#584-590):
External calls:
- buyTokens(amount,DEAD) (#585)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#611)
State variables written after the call(s):
- buybackMultiplierTriggeredAt = block.timestamp (#587)
Apply the check-effects-interactions pattern.
Additional information: link
DividendDistributor.shouldDistribute(address) (#261-264) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#262-263)
THETRYM._transferFrom(address,address,uint256) (#445-495) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)((heldTokens + amount) <= _maxWalletToken,Total Holding is currently limited, you can not buy that much.) (#452)
- require(bool)(_balances[sender] > 0) (#472)
- require(bool,string)(cooldownTimer[recipient] < block.timestamp,Please wait for cooldown between buys) (#489)
THETRYM.getTotalFee(bool) (#514-522) uses timestamp for comparisons
Dangerous comparisons:
- selling && buybackMultiplierTriggeredAt.add(buybackMultiplierLength) > block.timestamp (#517)
THETRYM.shouldSwapBack() (#537-542) uses timestamp for comparisons
Dangerous comparisons:
- msg.sender != pair && ! inSwap && swapEnabled && _balances[address(this)] >= swapThreshold (#538-541)
THETRYM._burn(address,uint256) (#662-668) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(amount <= _balances[account]) (#664)
THETRYM.isOverLiquified(uint256,uint256) (#750-752) uses timestamp for comparisons
Dangerous comparisons:
- getLiquidityBacking(accuracy) > target (#751)
Avoid relying on block.timestamp.
Additional information: link
DividendDistributor.process(uint256) (#239-259) has costly operations inside a loop:
- currentIndex = 0 (#247)
DividendDistributor.distributeDividend(address) (#266-277) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#271)
DividendDistributor.process(uint256) (#239-259) has costly operations inside a loop:
- currentIndex ++ (#256)
Use a local variable to hold the loop computation result.
Additional information: link
THETRYM._maxTxAmount (#326) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 200
THETRYM._maxWalletToken (#329) is set pre-construction with a non-constant function or state variable:
- (_totalSupply * 3) / 100
THETRYM.swapThreshold (#383) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 400
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.11 (#7) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.13 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 THETRYM.swapBack() (#544-574):
- (success) = address(marketingFeeReceiver).call{gas: 100000,value: amountBNBMarketing}() (#564)
- (success2) = address(projectFeeReceiver).call{gas: 100000,value: amountBNBProject}() (#567)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IDEXRouter.WETH() (#104) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#202) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#202) is not in mixedCase
Variable DividendDistributor._token (#155) is not in mixedCase
Variable DividendDistributor.REWARD (#163) is not in mixedCase
Variable DividendDistributor.WBNB (#164) is not in mixedCase
Parameter THETRYM.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._enabled (#618) is not in mixedCase
Parameter THETRYM.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._cap (#618) is not in mixedCase
Parameter THETRYM.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._amount (#618) is not in mixedCase
Parameter THETRYM.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._period (#618) is not in mixedCase
Parameter THETRYM.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._autoBuybackMultiplier (#618) is not in mixedCase
Parameter THETRYM.setFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)._liquidityFee (#678) is not in mixedCase
Parameter THETRYM.setFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)._buybackFee (#678) is not in mixedCase
Parameter THETRYM.setFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)._reflectionFee (#678) is not in mixedCase
Parameter THETRYM.setFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)._marketingFee (#678) is not in mixedCase
Parameter THETRYM.setFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)._projectFee (#678) is not in mixedCase
Parameter THETRYM.setFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)._burnFee (#678) is not in mixedCase
Parameter THETRYM.setFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)._extraFeeOnSell (#678) is not in mixedCase
Parameter THETRYM.setFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)._feeDenominator (#678) is not in mixedCase
Parameter THETRYM.setFeeReceivers(address,address,address)._developmentReceiver (#700) is not in mixedCase
Parameter THETRYM.setFeeReceivers(address,address,address)._marketingFeeReceiver (#700) is not in mixedCase
Parameter THETRYM.setFeeReceivers(address,address,address)._projectFeeReceiver (#700) is not in mixedCase
Parameter THETRYM.setSwapBackSettings(bool,uint256)._enabled (#706) is not in mixedCase
Parameter THETRYM.setSwapBackSettings(bool,uint256)._amount (#706) is not in mixedCase
Parameter THETRYM.setTargetLiquidity(uint256,uint256)._target (#711) is not in mixedCase
Parameter THETRYM.setTargetLiquidity(uint256,uint256)._denominator (#711) is not in mixedCase
Parameter THETRYM.setDistributionCriteria(uint256,uint256)._minPeriod (#721) is not in mixedCase
Parameter THETRYM.setDistributionCriteria(uint256,uint256)._minDistribution (#721) is not in mixedCase
Parameter THETRYM.tradingStatus(bool)._status (#755) is not in mixedCase
Parameter THETRYM.setDividendToken(address)._newContract (#759) is not in mixedCase
Parameter THETRYM.cooldownEnabled(bool,uint8)._status (#764) is not in mixedCase
Parameter THETRYM.cooldownEnabled(bool,uint8)._interval (#764) is not in mixedCase
Variable THETRYM.REWARD (#316) is not in mixedCase
Variable THETRYM.WBNB (#317) is not in mixedCase
Variable THETRYM.DEAD (#318) is not in mixedCase
Variable THETRYM.ZERO (#319) is not in mixedCase
Constant THETRYM._name (#321) is not in UPPER_CASE_WITH_UNDERSCORES
Constant THETRYM._symbol (#322) is not in UPPER_CASE_WITH_UNDERSCORES
Constant THETRYM._decimals (#323) is not in UPPER_CASE_WITH_UNDERSCORES
Variable THETRYM._totalSupply (#325) is not in mixedCase
Variable THETRYM._maxTxAmount (#326) is not in mixedCase
Variable THETRYM._maxWalletToken (#329) is not in mixedCase
Variable THETRYM._balances (#331) is not in mixedCase
Variable THETRYM._allowances (#332) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#108) is too similar to IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#109)
Prevent variables from having similar names.
Additional information: link
DividendDistributor.WBNB (#164) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#177) should be constant
THETRYM.DEAD (#318) should be constant
THETRYM.REWARD (#316) should be constant
THETRYM.WBNB (#317) should be constant
THETRYM.ZERO (#319) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
authorize(address) should be declared external:
- Auth.authorize(address) (#82)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#84)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#90-93)
getUnpaidEarnings(address) should be declared external:
- THETRYM.getUnpaidEarnings(address) (#733-735)
tradingStatus(bool) should be declared external:
- THETRYM.tradingStatus(bool) (#755-757)
cooldownEnabled(bool,uint8) should be declared external:
- THETRYM.cooldownEnabled(bool,uint8) (#764-767)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find whitepaper link on the website
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
Telegram account link seems to be invalid
Twitter account has less than 100 followers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts