3RCrypto Token Logo

TripleR [3RCrypto] Token

ALERT: honeypot scam

About TripleR

Listings

Token 2 years
white paper

3R is the First Triple Reward system - Reflections in BUSD, Rebuy,(Buyback), Rebase with Auto-Staking, Auto-Compounding & BUSD Reflection. Fixed APY - 385,945.80% through use of it's unique 3R protocol. It's also the first dual token reward that gives holders 8-9% BUSD Reflection, making it a double earning. If you missed EGC or Libero or Safuu, you must not missed this ! Because it is a combination of the two ! 3R is here to revolutionize the new crypto space.

Social

Laser Scorebeta Last Audit: 2 September 2022

report
Dangerous risk0%
Token seems to be a scam (type: honeypot scam).

TripleR.swapBack() (#901-937) sends eth to arbitrary user
Dangerous calls:
- (success) = address(treasuryReceiver).call{gas: 30000,value: amountETHToTreasuryAndSIF.mul(treasuryFee).div(treasuryFee.add(tripleRDividendFee))}() (#927-932)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in TripleR._transferFrom(address,address,uint256) (#780-823):
External calls:
- rebase() (#792)
- pairContract.sync() (#739)
- addLiquidity() (#796)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#878-884)
- router.addLiquidityETH{value: amountETHLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#889-896)
- swapBack() (#800)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#915-921)
- (success) = address(treasuryReceiver).call{gas: 30000,value: amountETHToTreasuryAndSIF.mul(treasuryFee).div(treasuryFee.add(tripleRDividendFee))}() (#927-932)
- distributor.deposit{value: amountETHToTreasuryAndSIF.mul(tripleRDividendFee).div(treasuryFee.add(tripleRDividendFee))}() (#934-936)
External calls sending eth:
- addLiquidity() (#796)
- router.addLiquidityETH{value: amountETHLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#889-896)
- swapBack() (#800)
- (success) = address(treasuryReceiver).call{gas: 30000,value: amountETHToTreasuryAndSIF.mul(treasuryFee).div(treasuryFee.add(tripleRDividendFee))}() (#927-932)
- distributor.deposit{value: amountETHToTreasuryAndSIF.mul(tripleRDividendFee).div(treasuryFee.add(tripleRDividendFee))}() (#934-936)
State variables written after the call(s):
- _gonBalances[sender] = _gonBalances[sender].sub(gonAmount) (#804)
- _gonBalances[recipient] = _gonBalances[recipient].add(gonAmountReceived) (#808-810)
- gonAmountReceived = takeFee(sender,recipient,gonAmount) (#805-807)
- _gonBalances[autofirePit] = _gonBalances[autofirePit].add(gonAmount.div(feeDenominator).mul(autofirePitFee)) (#843-845)
- _gonBalances[address(this)] = _gonBalances[address(this)].add(gonAmount.div(feeDenominator).mul(_treasuryFee.add(_tripleRDividendFee))) (#846-848)
- _gonBalances[autoLiquidityReceiver] = _gonBalances[autoLiquidityReceiver].add(gonAmount.div(feeDenominator).mul(liquidityFee)) (#849-851)
- swapBack() (#800)
- inSwap = true (#646)
- inSwap = false (#648)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.distributeDividend(address) (#480-491) ignores return value by BUSD.transfer(shareholder,amount) (#486)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

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.


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Contract ownership is not renounced (belongs to a wallet)

Reentrancy in DividendDistributor.distributeDividend(address) (#480-491):
External calls:
- BUSD.transfer(shareholder,amount) (#486)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#488)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#489)
Reentrancy in DividendDistributor.process(uint256) (#451-474):
External calls:
- distributeDividend(shareholders[currentIndex]) (#466)
- BUSD.transfer(shareholder,amount) (#486)
State variables written after the call(s):
- currentIndex ++ (#471)
Reentrancy in DividendDistributor.setShare(address,uint256) (#415-429):
External calls:
- distributeDividend(shareholder) (#417)
- BUSD.transfer(shareholder,amount) (#486)
State variables written after the call(s):
- shares[shareholder].amount = amount (#427)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#428)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in TripleR.addLiquidity() (#857-899):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#878-884)
- router.addLiquidityETH{value: amountETHLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#889-896)
External calls sending eth:
- router.addLiquidityETH{value: amountETHLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#889-896)
State variables written after the call(s):
- _lastAddLiquidityTime = block.timestamp (#898)
Reentrancy in TripleR.constructor() (#669-709):
External calls:
- pair = IPancakeSwapFactory(router.factory()).createPair(router.WETH(),address(this)) (#676-679)
State variables written after the call(s):
- _allowedFragments[address(this)][address(router)] = uint256(- 1) (#685)
- _autoAddLiquidity = true (#703)
- _autoRebase = false (#702)
- _gonBalances[treasuryReceiver] = TOTAL_GONS (#698)
- _gonsPerFragment = TOTAL_GONS.div(_totalSupply) (#699)
- _initRebaseStartTime = block.timestamp (#700)
- _isFeeExempt[treasuryReceiver] = true (#704)
- _isFeeExempt[address(this)] = true (#705)
- _lastRebasedTime = block.timestamp (#701)
- _transferOwnership(treasuryReceiver) (#707)
- _owner = newOwner (#563)
- _totalSupply = INITIAL_FRAGMENTS_SUPPLY (#697)
- autoLiquidityReceiver = 0xdC19f0c541C1d6EDD9c493c7a246C7107c813480 (#681)
- autofirePit = 0x000000000000000000000000000000000000dEaD (#683)
- distributor = new DividendDistributor(0x10ED43C718714eb63d5aA57B78B54704E256024E) (#688)
- isDividendExempt[msg.sender] = true (#692)
- isDividendExempt[pair] = true (#693)
- isDividendExempt[address(this)] = true (#694)
- isDividendExempt[DEAD] = true (#695)
- pairContract = IPancakeSwapPair(pair) (#686)
- treasuryReceiver = 0xC1917e433dbd0b9815B50F1CE8a09F80eA2aBcAE (#682)
- tripleRDividendReceiver = address(distributor) (#690)
Reentrancy in DividendDistributor.deposit() (#431-449):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#438-443)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#448)
- totalDividends = totalDividends.add(amount) (#447)
Reentrancy in DividendDistributor.distributeDividend(address) (#480-491):
External calls:
- BUSD.transfer(shareholder,amount) (#486)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#487)
Reentrancy in DividendDistributor.setShare(address,uint256) (#415-429):
External calls:
- distributeDividend(shareholder) (#417)
- BUSD.transfer(shareholder,amount) (#486)
State variables written after the call(s):
- addShareholder(shareholder) (#421)
- shareholderIndexes[shareholder] = shareholders.length (#513)
- removeShareholder(shareholder) (#423)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#519)
- addShareholder(shareholder) (#421)
- shareholders.push(shareholder) (#514)
- removeShareholder(shareholder) (#423)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#518)
- shareholders.pop() (#520)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#426)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in TripleR._transferFrom(address,address,uint256) (#780-823):
External calls:
- rebase() (#792)
- pairContract.sync() (#739)
- addLiquidity() (#796)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#878-884)
- router.addLiquidityETH{value: amountETHLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#889-896)
- swapBack() (#800)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#915-921)
- (success) = address(treasuryReceiver).call{gas: 30000,value: amountETHToTreasuryAndSIF.mul(treasuryFee).div(treasuryFee.add(tripleRDividendFee))}() (#927-932)
- distributor.deposit{value: amountETHToTreasuryAndSIF.mul(tripleRDividendFee).div(treasuryFee.add(tripleRDividendFee))}() (#934-936)
- distributor.setShare(sender,balanceOf(sender)) (#812)
- distributor.setShare(recipient,balanceOf(recipient)) (#813)
- distributor.process(distributorGas) (#815)
External calls sending eth:
- addLiquidity() (#796)
- router.addLiquidityETH{value: amountETHLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#889-896)
- swapBack() (#800)
- (success) = address(treasuryReceiver).call{gas: 30000,value: amountETHToTreasuryAndSIF.mul(treasuryFee).div(treasuryFee.add(tripleRDividendFee))}() (#927-932)
- distributor.deposit{value: amountETHToTreasuryAndSIF.mul(tripleRDividendFee).div(treasuryFee.add(tripleRDividendFee))}() (#934-936)
Event emitted after the call(s):
- Transfer(sender,recipient,gonAmountReceived.div(_gonsPerFragment)) (#817-821)
Reentrancy in TripleR._transferFrom(address,address,uint256) (#780-823):
External calls:
- rebase() (#792)
- pairContract.sync() (#739)
- addLiquidity() (#796)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#878-884)
- router.addLiquidityETH{value: amountETHLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#889-896)
- swapBack() (#800)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#915-921)
- (success) = address(treasuryReceiver).call{gas: 30000,value: amountETHToTreasuryAndSIF.mul(treasuryFee).div(treasuryFee.add(tripleRDividendFee))}() (#927-932)
- distributor.deposit{value: amountETHToTreasuryAndSIF.mul(tripleRDividendFee).div(treasuryFee.add(tripleRDividendFee))}() (#934-936)
External calls sending eth:
- addLiquidity() (#796)
- router.addLiquidityETH{value: amountETHLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#889-896)
- swapBack() (#800)
- (success) = address(treasuryReceiver).call{gas: 30000,value: amountETHToTreasuryAndSIF.mul(treasuryFee).div(treasuryFee.add(tripleRDividendFee))}() (#927-932)
- distributor.deposit{value: amountETHToTreasuryAndSIF.mul(tripleRDividendFee).div(treasuryFee.add(tripleRDividendFee))}() (#934-936)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount.div(_gonsPerFragment)) (#853)
- gonAmountReceived = takeFee(sender,recipient,gonAmount) (#805-807)
Reentrancy in TripleR.constructor() (#669-709):
External calls:
- pair = IPancakeSwapFactory(router.factory()).createPair(router.WETH(),address(this)) (#676-679)
Event emitted after the call(s):
- OwnershipTransferred(_owner,newOwner) (#562)
- _transferOwnership(treasuryReceiver) (#707)
- Transfer(address(0x0),treasuryReceiver,_totalSupply) (#708)
Reentrancy in TripleR.rebase() (#711-742):
External calls:
- pairContract.sync() (#739)
Event emitted after the call(s):
- LogRebase(epoch,_totalSupply) (#741)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (#476-478) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#477)
TripleR.rebase() (#711-742) uses timestamp for comparisons
Dangerous comparisons:
- deltaTimeFromInit < (31536000) (#720)
- deltaTimeFromInit >= (31536000) (#722)
- deltaTimeFromInit >= ((15 * 31536000) / 10) (#724)
- deltaTimeFromInit >= (7 * 31536000) (#726)
- i < times (#730)
TripleR.shouldRebase() (#965-972) uses timestamp for comparisons
Dangerous comparisons:
- _autoRebase && (_totalSupply < MAX_SUPPLY) && msg.sender != pair && ! inSwap && block.timestamp >= (_lastRebasedTime + 900) (#966-971)
TripleR.shouldAddLiquidity() (#974-980) uses timestamp for comparisons
Dangerous comparisons:
- _autoAddLiquidity && ! inSwap && msg.sender != pair && block.timestamp >= (_lastAddLiquidityTime + 172800) (#975-979)
Avoid relying on block.timestamp.

Additional information: link

DividendDistributor.process(uint256) (#451-474) has costly operations inside a loop:
- currentIndex = 0 (#462)
DividendDistributor.distributeDividend(address) (#480-491) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#485)
DividendDistributor.process(uint256) (#451-474) has costly operations inside a loop:
- currentIndex ++ (#471)
Use a local variable to hold the loop computation result.

Additional information: link

TripleR.totalFee (#623-626) is set pre-construction with a non-constant function or state variable:
- liquidityFee.add(treasuryFee).add(tripleRDividendFee).add(autofirePitFee)
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 TripleR.swapBack() (#901-937):
- (success) = address(treasuryReceiver).call{gas: 30000,value: amountETHToTreasuryAndSIF.mul(treasuryFee).div(treasuryFee.add(tripleRDividendFee))}() (#927-932)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IPancakeSwapPair.DOMAIN_SEPARATOR() (#165) is not in mixedCase
Function IPancakeSwapPair.PERMIT_TYPEHASH() (#166) is not in mixedCase
Function IPancakeSwapPair.MINIMUM_LIQUIDITY() (#183) is not in mixedCase
Function IPancakeSwapRouter.WETH() (#203) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#410) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#410) is not in mixedCase
Variable DividendDistributor._token (#359) is not in mixedCase
Variable DividendDistributor.BUSD (#370) is not in mixedCase
Parameter TripleR.setAutoRebase(bool)._flag (#988) is not in mixedCase
Parameter TripleR.setAutoAddLiquidity(bool)._flag (#997) is not in mixedCase
Parameter TripleR.checkFeeExempt(address)._addr (#1060) is not in mixedCase
Parameter TripleR.setDistributionCriteria(uint256,uint256)._minPeriod (#1075) is not in mixedCase
Parameter TripleR.setDistributionCriteria(uint256,uint256)._minDistribution (#1075) is not in mixedCase
Parameter TripleR.setFeeReceivers(address,address,address)._autoLiquidityReceiver (#1100) is not in mixedCase
Parameter TripleR.setFeeReceivers(address,address,address)._treasuryReceiver (#1101) is not in mixedCase
Parameter TripleR.setFeeReceivers(address,address,address)._autofirePit (#1102) is not in mixedCase
Parameter TripleR.setWhitelist(address)._addr (#1119) is not in mixedCase
Parameter TripleR.setBotBlacklist(address,bool)._botAddress (#1123) is not in mixedCase
Parameter TripleR.setBotBlacklist(address,bool)._flag (#1123) is not in mixedCase
Parameter TripleR.setLP(address)._address (#1128) is not in mixedCase
Variable TripleR._isFeeExempt (#603) is not in mixedCase
Variable TripleR.DEAD (#629) is not in mixedCase
Variable TripleR.ZERO (#630) is not in mixedCase
Variable TripleR._autoRebase (#656) is not in mixedCase
Variable TripleR._autoAddLiquidity (#657) is not in mixedCase
Variable TripleR._initRebaseStartTime (#658) is not in mixedCase
Variable TripleR._lastRebasedTime (#659) is not in mixedCase
Variable TripleR._lastAddLiquidityTime (#660) is not in mixedCase
Variable TripleR._totalSupply (#661) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IPancakeSwapRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#208) is too similar to IPancakeSwapRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#209)
Prevent variables from having similar names.

Additional information: link

TripleR.constructor() (#669-709) uses literals with too many digits:
- autofirePit = 0x000000000000000000000000000000000000dEaD (#683)
TripleR.slitherConstructorVariables() (#595-1148) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#629)
TripleR.slitherConstructorVariables() (#595-1148) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#630)
TripleR.slitherConstructorVariables() (#595-1148) uses literals with too many digits:
- distributorGas = 500000 (#637)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (#32) is never used in SafeMathInt (#30-64)
Remove unused state variables.

Additional information: link

DividendDistributor.dividendsPerShareAccuracyFactor (#388) should be constant
TripleR.DEAD (#629) should be constant
TripleR.ZERO (#630) should be constant
TripleR.autofirePitFee (#621) should be constant
TripleR.feeDenominator (#627) should be constant
TripleR.liquidityFee (#617) should be constant
TripleR.sellFee (#620) should be constant
TripleR.swapEnabled (#640) should be constant
TripleR.treasuryFee (#618) should be constant
TripleR.tripleRDividendFee (#619) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#538-540)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#551-554)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#556-558)
name() should be declared external:
- ERC20Detailed.name() (#582-584)
symbol() should be declared external:
- ERC20Detailed.symbol() (#586-588)
decimals() should be declared external:
- ERC20Detailed.decimals() (#590-592)
getLiquidityBacking(uint256) should be declared external:
- TripleR.getLiquidityBacking(uint256) (#1109-1117)
Use the external attribute for functions never called from the contract.

Additional information: link

TripleR.isContract(address) (#1140-1144) uses assembly
- INLINE ASM (#1142)
Do not use evm assembly.

Additional information: link

Pragma version^0.7.4 (#28) allows old versions
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

SafeMath.mod(uint256,uint256) (#115-118) is never used and should be removed
SafeMathInt.abs(int256) (#60-63) is never used and should be removed
SafeMathInt.add(int256,int256) (#54-58) is never used and should be removed
SafeMathInt.div(int256,int256) (#42-46) is never used and should be removed
SafeMathInt.mul(int256,int256) (#34-40) is never used and should be removed
SafeMathInt.sub(int256,int256) (#48-52) is never used and should be removed
Remove unused functions.

Additional information: link

TripleR.setFeeReceivers(address,address,address)._autoLiquidityReceiver (#1100) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (#1104)
TripleR.setFeeReceivers(address,address,address)._treasuryReceiver (#1101) lacks a zero-check on :
- treasuryReceiver = _treasuryReceiver (#1105)
TripleR.setFeeReceivers(address,address,address)._autofirePit (#1102) lacks a zero-check on :
- autofirePit = _autofirePit (#1106)
Check that the address is not zero.

Additional information: link

DividendDistributor.distributeDividend(address) (#480-491) has external calls inside a loop: BUSD.transfer(shareholder,amount) (#486)
Favor pull over push strategy for external calls.

Additional information: link

TripleR.rebase().rebaseRate (#714) 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

TripleR.rebase() (#711-742) performs a multiplication on the result of a division:
-times = deltaTime.div(900) (#717)
-epoch = times.mul(15) (#718)
TripleR.rebase() (#711-742) performs a multiplication on the result of a division:
-times = deltaTime.div(900) (#717)
-_lastRebasedTime = _lastRebasedTime.add(times.mul(900)) (#737)
TripleR.takeFee(address,address,uint256) (#825-855) performs a multiplication on the result of a division:
-feeAmount = gonAmount.div(feeDenominator).mul(_totalFee) (#841)
TripleR.takeFee(address,address,uint256) (#825-855) performs a multiplication on the result of a division:
-_gonBalances[autofirePit] = _gonBalances[autofirePit].add(gonAmount.div(feeDenominator).mul(autofirePitFee)) (#843-845)
TripleR.takeFee(address,address,uint256) (#825-855) performs a multiplication on the result of a division:
-_gonBalances[address(this)] = _gonBalances[address(this)].add(gonAmount.div(feeDenominator).mul(_treasuryFee.add(_tripleRDividendFee))) (#846-848)
TripleR.takeFee(address,address,uint256) (#825-855) performs a multiplication on the result of a division:
-_gonBalances[autoLiquidityReceiver] = _gonBalances[autoLiquidityReceiver].add(gonAmount.div(feeDenominator).mul(liquidityFee)) (#849-851)
TripleR.getLiquidityBacking(uint256) (#1109-1117) performs a multiplication on the result of a division:
-liquidityBalance = _gonBalances[pair].div(_gonsPerFragment) (#1114)
-accuracy.mul(liquidityBalance.mul(2)).div(getCirculatingSupply()) (#1115-1116)
Consider ordering multiplication before division.

Additional information: link

TripleR.addLiquidity() (#857-899) ignores return value by router.addLiquidityETH{value: amountETHLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#889-896)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendDistributor.setDistributionCriteria(uint256,uint256) (#410-413) should emit an event for:
- minPeriod = _minPeriod (#411)
- minDistribution = _minDistribution (#412)
Emit an event for critical parameter changes.

Additional information: link

Holders:

Contract has 16% buy tax and 77% sell tax.
Taxes are extremely high (over 30%)

Additional information: link


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


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


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


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair


Average 30d PancakeSwap liquidity is low.


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube 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 KYC or doxxing proof


Unable to find audit link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token is not listed at Mobula.Finance

Additional information: link


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

Additional information: link


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


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

Price for TripleR

News for TripleR