Terranum Token Logo

TRN [Terranum] Token

ALERT: dead

About TRN

Listings

Not Found
Token 2 years
white paper

We are offering daily usable alternative cryptocurrency to regular currencies. What makes our coin so powerful is our Wallet app which you can use make/receive payments with it. It will be offering dynamic rewards when you have our coin in any wallet, but what makes it so special is our wallet app will have almost instant conversion to other currencies.

Social

Laser Scorebeta Last Audit: 19 May 2022

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).

Anti-Scam

Links


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

Reentrancy in Terranum._transfer(address,address,uint256) (#785-826):
External calls:
- swapAndLiquify(contractTokenBalance) (#813)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#857-863)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#813)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#825)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#724)
- _rOwned[_devWalletAddress] = _rOwned[_devWalletAddress].add(rDev) (#732)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#914)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#904)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#926)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#629)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#905)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#916)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#927)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#631)
- _tokenTransfer(from,to,amount,takeFee) (#825)
- _rTotal = _rTotal.sub(rFee) (#677)
- _tokenTransfer(from,to,amount,takeFee) (#825)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#726)
- _tOwned[_devWalletAddress] = _tOwned[_devWalletAddress].add(tDev) (#734)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#628)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#925)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#915)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#630)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Terranum.addLiquidity(uint256,uint256) (#866-879) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
Ensure that all the return values of the function calls are used.

Additional information: link

Terranum.setDevWalletAddress(address)._addr (#664) lacks a zero-check on :
- _devWalletAddress = _addr (#665)
Check that the address is not zero.

Additional information: link

Address.isContract(address) (#109-116) uses assembly
- INLINE ASM (#114)
Address._functionCallWithValue(address,bytes,uint256,string) (#147-166) uses assembly
- INLINE ASM (#158-161)
Do not use evm assembly.

Additional information: link

Terranum.includeInReward(address) (#614-625) has costly operations inside a loop:
- _excluded.pop() (#621)
Use a local variable to hold the loop computation result.

Additional information: link

Redundant expression "this (#100)" inContext (#94-103)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Terranum.allowance(address,address).owner (#545) shadows:
- Ownable.owner() (#185-187) (function)
Terranum._approve(address,address,uint256).owner (#777) shadows:
- Ownable.owner() (#185-187) (function)
Rename the local variables that shadow another component.

Additional information: link

Terranum.setTaxFeePercent(uint256) (#646-648) should emit an event for:
- _taxFee = taxFee (#647)
Terranum.setLiquidityFeePercent(uint256) (#650-652) should emit an event for:
- _liquidityFee = liquidityFee (#651)
Terranum.setDevFeePercent(uint256) (#654-656) should emit an event for:
- _devFee = devFee (#655)
Terranum.setMaxTxPercent(uint256) (#658-662) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#659-661)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Terranum._transfer(address,address,uint256) (#785-826):
External calls:
- swapAndLiquify(contractTokenBalance) (#813)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#857-863)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#813)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#825)
- _devFee = 0 (#764)
- _tokenTransfer(from,to,amount,takeFee) (#825)
- _liquidityFee = _previousLiquidityFee (#769)
- _liquidityFee = 0 (#763)
- _tokenTransfer(from,to,amount,takeFee) (#825)
- _previousDevFee = _devFee (#770)
- _previousDevFee = _devFee (#760)
- _tokenTransfer(from,to,amount,takeFee) (#825)
- _previousLiquidityFee = _liquidityFee (#759)
- _tokenTransfer(from,to,amount,takeFee) (#825)
- _previousTaxFee = _taxFee (#758)
- _tokenTransfer(from,to,amount,takeFee) (#825)
- _tFeeTotal = _tFeeTotal.add(tFee) (#678)
- _tokenTransfer(from,to,amount,takeFee) (#825)
- _taxFee = _previousTaxFee (#768)
- _taxFee = 0 (#762)
Reentrancy in Terranum.constructor() (#500-517):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#506-507)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#513)
- _isExcludedFromFee[address(this)] = true (#514)
- uniswapV2Router = _uniswapV2Router (#510)
Reentrancy in Terranum.swapAndLiquify(uint256) (#828-846):
External calls:
- swapTokensForEth(half) (#837)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#857-863)
- addLiquidity(otherHalf,newBalance) (#843)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#843)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#843)
- _allowances[owner][spender] = amount (#781)
Reentrancy in Terranum.transferFrom(address,address,uint256) (#554-558):
External calls:
- _transfer(sender,recipient,amount) (#555)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#857-863)
External calls sending eth:
- _transfer(sender,recipient,amount) (#555)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#556)
- _allowances[owner][spender] = amount (#781)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Terranum._transfer(address,address,uint256) (#785-826):
External calls:
- swapAndLiquify(contractTokenBalance) (#813)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#857-863)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#813)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#909)
- _tokenTransfer(from,to,amount,takeFee) (#825)
- Transfer(sender,recipient,tTransferAmount) (#931)
- _tokenTransfer(from,to,amount,takeFee) (#825)
- Transfer(sender,recipient,tTransferAmount) (#920)
- _tokenTransfer(from,to,amount,takeFee) (#825)
- Transfer(sender,recipient,tTransferAmount) (#635)
- _tokenTransfer(from,to,amount,takeFee) (#825)
Reentrancy in Terranum.constructor() (#500-517):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#506-507)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#516)
Reentrancy in Terranum.swapAndLiquify(uint256) (#828-846):
External calls:
- swapTokensForEth(half) (#837)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#857-863)
- addLiquidity(otherHalf,newBalance) (#843)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#843)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#782)
- addLiquidity(otherHalf,newBalance) (#843)
- SwapAndLiquify(half,newBalance,otherHalf) (#845)
Reentrancy in Terranum.transferFrom(address,address,uint256) (#554-558):
External calls:
- _transfer(sender,recipient,amount) (#555)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#857-863)
External calls sending eth:
- _transfer(sender,recipient,amount) (#555)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#871-878)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#782)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#556)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#147-166) is never used and should be removed
Address.functionCall(address,bytes) (#127-129) is never used and should be removed
Address.functionCall(address,bytes,string) (#132-134) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#137-139) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#142-145) is never used and should be removed
Address.isContract(address) (#109-116) is never used and should be removed
Address.sendValue(address,uint256) (#119-124) is never used and should be removed
Context._msgData() (#99-102) is never used and should be removed
SafeMath.mod(uint256,uint256) (#83-85) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#88-91) is never used and should be removed
Remove unused functions.

Additional information: link

Terranum._rTotal (#460) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Terranum._previousTaxFee (#468) is set pre-construction with a non-constant function or state variable:
- _taxFee
Terranum._previousLiquidityFee (#471) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Terranum._previousDevFee (#474) is set pre-construction with a non-constant function or state variable:
- _devFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#119-124):
- (success) = recipient.call{value: amount}() (#122)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#147-166):
- (success,returndata) = target.call{value: weiValue}(data) (#151)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#265) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#266) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#283) is not in mixedCase
Function IUniswapV2Router01.WETH() (#305) is not in mixedCase
Parameter Terranum.setDevWalletAddress(address)._addr (#664) is not in mixedCase
Parameter Terranum.setSwapAndLiquifyEnabled(bool)._enabled (#668) is not in mixedCase
Parameter Terranum.calculateTaxFee(uint256)._amount (#737) is not in mixedCase
Parameter Terranum.calculateLiquidityFee(uint256)._amount (#743) is not in mixedCase
Parameter Terranum.calculateDevFee(uint256)._amount (#749) is not in mixedCase
Variable Terranum._devWalletAddress (#456) is not in mixedCase
Variable Terranum._taxFee (#467) is not in mixedCase
Variable Terranum._liquidityFee (#470) is not in mixedCase
Variable Terranum._devFee (#473) is not in mixedCase
Variable Terranum._maxTxAmount (#483) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#310) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#311)
Variable Terranum._transferBothExcluded(address,address,uint256).rTransferAmount (#627) is too similar to Terranum._transferBothExcluded(address,address,uint256).tTransferAmount (#627)
Variable Terranum._transferFromExcluded(address,address,uint256).rTransferAmount (#924) is too similar to Terranum._transferFromExcluded(address,address,uint256).tTransferAmount (#924)
Variable Terranum._transferFromExcluded(address,address,uint256).rTransferAmount (#924) is too similar to Terranum._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable Terranum._getValues(uint256).rTransferAmount (#683) is too similar to Terranum._transferBothExcluded(address,address,uint256).tTransferAmount (#627)
Variable Terranum._transferBothExcluded(address,address,uint256).rTransferAmount (#627) is too similar to Terranum._getTValues(uint256).tTransferAmount (#691)
Variable Terranum._transferToExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Terranum._transferBothExcluded(address,address,uint256).tTransferAmount (#627)
Variable Terranum._transferBothExcluded(address,address,uint256).rTransferAmount (#627) is too similar to Terranum._transferFromExcluded(address,address,uint256).tTransferAmount (#924)
Variable Terranum._transferBothExcluded(address,address,uint256).rTransferAmount (#627) is too similar to Terranum._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable Terranum.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Terranum._transferBothExcluded(address,address,uint256).tTransferAmount (#627)
Variable Terranum._getValues(uint256).rTransferAmount (#683) is too similar to Terranum._getTValues(uint256).tTransferAmount (#691)
Variable Terranum._getValues(uint256).rTransferAmount (#683) is too similar to Terranum._transferToExcluded(address,address,uint256).tTransferAmount (#913)
Variable Terranum._getValues(uint256).rTransferAmount (#683) is too similar to Terranum._transferFromExcluded(address,address,uint256).tTransferAmount (#924)
Variable Terranum._transferToExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Terranum._getTValues(uint256).tTransferAmount (#691)
Variable Terranum._getValues(uint256).rTransferAmount (#683) is too similar to Terranum._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable Terranum._transferToExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Terranum._transferToExcluded(address,address,uint256).tTransferAmount (#913)
Variable Terranum._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to Terranum._getTValues(uint256).tTransferAmount (#691)
Variable Terranum._transferToExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Terranum._transferFromExcluded(address,address,uint256).tTransferAmount (#924)
Variable Terranum.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Terranum._getTValues(uint256).tTransferAmount (#691)
Variable Terranum._transferToExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Terranum._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable Terranum.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Terranum._transferFromExcluded(address,address,uint256).tTransferAmount (#924)
Variable Terranum._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to Terranum._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable Terranum._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to Terranum._transferFromExcluded(address,address,uint256).tTransferAmount (#924)
Variable Terranum.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Terranum._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable Terranum._transferFromExcluded(address,address,uint256).rTransferAmount (#924) is too similar to Terranum._getTValues(uint256).tTransferAmount (#691)
Variable Terranum._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#700) is too similar to Terranum._transferToExcluded(address,address,uint256).tTransferAmount (#913)
Variable Terranum.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Terranum._getValues(uint256).tTransferAmount (#682)
Variable Terranum._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#700) is too similar to Terranum._transferStandard(address,address,uint256).tTransferAmount (#903)
Variable Terranum._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to Terranum._transferToExcluded(address,address,uint256).tTransferAmount (#913)
Variable Terranum._transferBothExcluded(address,address,uint256).rTransferAmount (#627) is too similar to Terranum._getValues(uint256).tTransferAmount (#682)
Variable Terranum.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Terranum._transferToExcluded(address,address,uint256).tTransferAmount (#913)
Variable Terranum._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#700) is too similar to Terranum._getTValues(uint256).tTransferAmount (#691)
Variable Terranum._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#700) is too similar to Terranum._transferFromExcluded(address,address,uint256).tTransferAmount (#924)
Variable Terranum._transferBothExcluded(address,address,uint256).rTransferAmount (#627) is too similar to Terranum._transferToExcluded(address,address,uint256).tTransferAmount (#913)
Variable Terranum._transferFromExcluded(address,address,uint256).rTransferAmount (#924) is too similar to Terranum._transferBothExcluded(address,address,uint256).tTransferAmount (#627)
Variable Terranum._getValues(uint256).rTransferAmount (#683) is too similar to Terranum._getValues(uint256).tTransferAmount (#682)
Variable Terranum._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to Terranum._transferBothExcluded(address,address,uint256).tTransferAmount (#627)
Variable Terranum._transferToExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Terranum._getValues(uint256).tTransferAmount (#682)
Variable Terranum._transferFromExcluded(address,address,uint256).rTransferAmount (#924) is too similar to Terranum._getValues(uint256).tTransferAmount (#682)
Variable Terranum._transferStandard(address,address,uint256).rTransferAmount (#903) is too similar to Terranum._getValues(uint256).tTransferAmount (#682)
Variable Terranum._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#700) is too similar to Terranum._transferBothExcluded(address,address,uint256).tTransferAmount (#627)
Variable Terranum._transferFromExcluded(address,address,uint256).rTransferAmount (#924) is too similar to Terranum._transferToExcluded(address,address,uint256).tTransferAmount (#913)
Variable Terranum._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#700) is too similar to Terranum._getValues(uint256).tTransferAmount (#682)
Prevent variables from having similar names.

Additional information: link

Terranum.slitherConstructorVariables() (#443-938) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 5 (#459)
Terranum.slitherConstructorVariables() (#443-938) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 5 (#483)
Terranum.slitherConstructorVariables() (#443-938) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 50000000 * 10 ** 5 (#484)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Terranum._decimals (#465) should be constant
Terranum._name (#463) should be constant
Terranum._symbol (#464) should be constant
Terranum._tTotal (#459) should be constant
Terranum.numTokensSellToAddToLiquidity (#484) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#196-199)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#202-206)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#208-210)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#213-218)
unlock() should be declared external:
- Ownable.unlock() (#221-226)
name() should be declared external:
- Terranum.name() (#519-521)
symbol() should be declared external:
- Terranum.symbol() (#523-525)
decimals() should be declared external:
- Terranum.decimals() (#527-529)
totalSupply() should be declared external:
- Terranum.totalSupply() (#531-533)
transfer(address,uint256) should be declared external:
- Terranum.transfer(address,uint256) (#540-543)
allowance(address,address) should be declared external:
- Terranum.allowance(address,address) (#545-547)
approve(address,uint256) should be declared external:
- Terranum.approve(address,uint256) (#549-552)
transferFrom(address,address,uint256) should be declared external:
- Terranum.transferFrom(address,address,uint256) (#554-558)
increaseAllowance(address,uint256) should be declared external:
- Terranum.increaseAllowance(address,uint256) (#560-563)
decreaseAllowance(address,uint256) should be declared external:
- Terranum.decreaseAllowance(address,uint256) (#565-568)
isExcludedFromReward(address) should be declared external:
- Terranum.isExcludedFromReward(address) (#570-572)
totalFees() should be declared external:
- Terranum.totalFees() (#574-576)
deliver(uint256) should be declared external:
- Terranum.deliver(uint256) (#578-585)
reflectionFromToken(uint256,bool) should be declared external:
- Terranum.reflectionFromToken(uint256,bool) (#587-596)
excludeFromReward(address) should be declared external:
- Terranum.excludeFromReward(address) (#604-612)
excludeFromFee(address) should be declared external:
- Terranum.excludeFromFee(address) (#638-640)
includeInFee(address) should be declared external:
- Terranum.includeInFee(address) (#642-644)
setDevWalletAddress(address) should be declared external:
- Terranum.setDevWalletAddress(address) (#664-666)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Terranum.setSwapAndLiquifyEnabled(bool) (#668-671)
isExcludedFromFee(address) should be declared external:
- Terranum.isExcludedFromFee(address) (#773-775)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Average 30d 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.


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


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 7% buy tax and 4% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Twitter account link seems to be invalid


Telegram account has relatively few subscribers


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 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 token on CoinHunt

Additional information: link


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 Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token is marked as risky (blacklisted creator, fake name, dead project, etc.)

Additional information: link


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for TRN