TrusterCoin is a utility token for use on tokenization platforms at a time when business people face one of the greatest challenges in history. The platform will allow the creation of new tokenization tokenization of small, medium to large companies through blockchain technology.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in TrusterCoin._transfer(address,address,uint256) (#1005-1049):
External calls:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#961)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1139)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1130)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1150)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#877)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1131)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1151)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1141)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#879)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _rTotal = _rTotal.sub(rFee) (#916)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#963)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1149)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#876)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1140)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#878)
Apply the check-effects-interactions pattern.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
TrusterCoin.slitherConstructorVariables() (#696-1161) performs a multiplication on the result of a division:
-_maxTxAmount = (3000 / 200) * 10 ** 6 * 10 ** 9 (#730)
TrusterCoin.slitherConstructorVariables() (#696-1161) performs a multiplication on the result of a division:
-numTokensSellToAddToLiquidity = (3000 / 2000) * 10 ** 6 * 10 ** 9 (#731)
Consider ordering multiplication before division.
Additional information: link
TrusterCoin.addLiquidity(uint256,uint256) (#1092-1105) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
Ensure that all the return values of the function calls are used.
Additional information: link
TrusterCoin.allowance(address,address).owner (#793) shadows:
- Ownable.owner() (#427-429) (function)
TrusterCoin._approve(address,address,uint256).owner (#997) shadows:
- Ownable.owner() (#427-429) (function)
Rename the local variables that shadow another component.
Additional information: link
TrusterCoin.setTaxFeePercent(uint256) (#893-895) should emit an event for:
- _taxFee = taxFee (#894)
TrusterCoin.setLiquidityFeePercent(uint256) (#897-899) should emit an event for:
- _liquidityFee = liquidityFee (#898)
TrusterCoin.setMaxTxPercent(uint256) (#901-905) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#902-904)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in TrusterCoin._transfer(address,address,uint256) (#1005-1049):
External calls:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _liquidityFee = _previousLiquidityFee (#990)
- _liquidityFee = 0 (#985)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _previousLiquidityFee = _liquidityFee (#982)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _previousTaxFee = _taxFee (#981)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _tFeeTotal = _tFeeTotal.add(tFee) (#917)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- _taxFee = _previousTaxFee (#989)
- _taxFee = 0 (#984)
Reentrancy in TrusterCoin.constructor() (#747-765):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#754-755)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#761)
- _isExcludedFromFee[address(this)] = true (#762)
- uniswapV2Router = _uniswapV2Router (#758)
Reentrancy in TrusterCoin.swapAndLiquify(uint256) (#1051-1072):
External calls:
- swapTokensForEth(half) (#1063)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
- addLiquidity(otherHalf,newBalance) (#1069)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1069)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1069)
- _allowances[owner][spender] = amount (#1001)
Reentrancy in TrusterCoin.transferFrom(address,address,uint256) (#802-806):
External calls:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
External calls sending eth:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#804)
- _allowances[owner][spender] = amount (#1001)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in TrusterCoin._transfer(address,address,uint256) (#1005-1049):
External calls:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1036)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1134)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- Transfer(sender,recipient,tTransferAmount) (#1154)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- Transfer(sender,recipient,tTransferAmount) (#1144)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
- Transfer(sender,recipient,tTransferAmount) (#882)
- _tokenTransfer(from,to,amount,takeFee) (#1048)
Reentrancy in TrusterCoin.constructor() (#747-765):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#754-755)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#764)
Reentrancy in TrusterCoin.swapAndLiquify(uint256) (#1051-1072):
External calls:
- swapTokensForEth(half) (#1063)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
- addLiquidity(otherHalf,newBalance) (#1069)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1069)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1002)
- addLiquidity(otherHalf,newBalance) (#1069)
- SwapAndLiquify(half,newBalance,otherHalf) (#1071)
Reentrancy in TrusterCoin.transferFrom(address,address,uint256) (#802-806):
External calls:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1083-1089)
External calls sending eth:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1097-1104)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1002)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#804)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#474-479) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#476)
Avoid relying on block.timestamp.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#372-393) is never used and should be removed
Address.functionCall(address,bytes) (#332-334) is never used and should be removed
Address.functionCall(address,bytes,string) (#342-344) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#357-359) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#367-370) is never used and should be removed
Address.isContract(address) (#279-288) is never used and should be removed
Address.sendValue(address,uint256) (#306-312) is never used and should be removed
Context._msgData() (#251-254) is never used and should be removed
SafeMath.mod(uint256,uint256) (#224-226) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#240-243) is never used and should be removed
Remove unused functions.
Additional information: link
TrusterCoin._rTotal (#711) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
TrusterCoin._previousTaxFee (#719) is set pre-construction with a non-constant function or state variable:
- _taxFee
TrusterCoin._previousLiquidityFee (#722) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
TrusterCoin.includeInReward(address) (#862-873) has costly operations inside a loop:
- _excluded.pop() (#869)
Use a local variable to hold the loop computation result.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#306-312):
- (success) = recipient.call{value: amount}() (#310)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#372-393):
- (success,returndata) = target.call{value: weiValue}(data) (#376)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Address.isContract(address) (#279-288) uses assembly
- INLINE ASM (#286)
Address._functionCallWithValue(address,bytes,uint256,string) (#372-393) uses assembly
- INLINE ASM (#385-388)
Do not use evm assembly.
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#518) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#519) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#536) is not in mixedCase
Function IUniswapV2Router01.WETH() (#558) is not in mixedCase
Parameter TrusterCoin.setSwapAndLiquifyEnabled(bool)._enabled (#907) is not in mixedCase
Parameter TrusterCoin.calculateTaxFee(uint256)._amount (#966) is not in mixedCase
Parameter TrusterCoin.calculateLiquidityFee(uint256)._amount (#972) is not in mixedCase
Variable TrusterCoin._taxFee (#718) is not in mixedCase
Variable TrusterCoin._liquidityFee (#721) is not in mixedCase
Variable TrusterCoin._maxTxAmount (#730) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#252)" inContext (#246-255)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#563) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#564)
Variable TrusterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to TrusterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable TrusterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to TrusterCoin._getValues(uint256).tTransferAmount (#921)
Variable TrusterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to TrusterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable TrusterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to TrusterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable TrusterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to TrusterCoin._getValues(uint256).tTransferAmount (#921)
Variable TrusterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to TrusterCoin._getTValues(uint256).tTransferAmount (#929)
Variable TrusterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to TrusterCoin._getTValues(uint256).tTransferAmount (#929)
Variable TrusterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to TrusterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable TrusterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to TrusterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable TrusterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to TrusterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable TrusterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to TrusterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable TrusterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to TrusterCoin._getValues(uint256).tTransferAmount (#921)
Variable TrusterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to TrusterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable TrusterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to TrusterCoin._getTValues(uint256).tTransferAmount (#929)
Variable TrusterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to TrusterCoin._getTValues(uint256).tTransferAmount (#929)
Variable TrusterCoin._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to TrusterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable TrusterCoin._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to TrusterCoin._getValues(uint256).tTransferAmount (#921)
Variable TrusterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to TrusterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable TrusterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to TrusterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable TrusterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to TrusterCoin._getTValues(uint256).tTransferAmount (#929)
Variable TrusterCoin._getValues(uint256).rTransferAmount (#922) is too similar to TrusterCoin._getTValues(uint256).tTransferAmount (#929)
Variable TrusterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to TrusterCoin._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable TrusterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to TrusterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable TrusterCoin._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to TrusterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable TrusterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to TrusterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable TrusterCoin._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to TrusterCoin._getTValues(uint256).tTransferAmount (#929)
Variable TrusterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to TrusterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable TrusterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to TrusterCoin._getValues(uint256).tTransferAmount (#921)
Variable TrusterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to TrusterCoin._getValues(uint256).tTransferAmount (#921)
Variable TrusterCoin._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to TrusterCoin._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable TrusterCoin._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to TrusterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable TrusterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to TrusterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable TrusterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to TrusterCoin._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable TrusterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to TrusterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable TrusterCoin._getValues(uint256).rTransferAmount (#922) is too similar to TrusterCoin._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable TrusterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to TrusterCoin._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable TrusterCoin._getValues(uint256).rTransferAmount (#922) is too similar to TrusterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#875)
Variable TrusterCoin._getValues(uint256).rTransferAmount (#922) is too similar to TrusterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable TrusterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to TrusterCoin._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable TrusterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#875) is too similar to TrusterCoin._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable TrusterCoin._getValues(uint256).rTransferAmount (#922) is too similar to TrusterCoin._getValues(uint256).tTransferAmount (#921)
Variable TrusterCoin._getValues(uint256).rTransferAmount (#922) is too similar to TrusterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Prevent variables from having similar names.
Additional information: link
TrusterCoin._decimals (#716) should be constant
TrusterCoin._name (#714) should be constant
TrusterCoin._symbol (#715) should be constant
TrusterCoin._tTotal (#710) should be constant
TrusterCoin.numTokensSellToAddToLiquidity (#731) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#446-449)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#455-459)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#461-463)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#466-471)
unlock() should be declared external:
- Ownable.unlock() (#474-479)
name() should be declared external:
- TrusterCoin.name() (#767-769)
symbol() should be declared external:
- TrusterCoin.symbol() (#771-773)
decimals() should be declared external:
- TrusterCoin.decimals() (#775-777)
totalSupply() should be declared external:
- TrusterCoin.totalSupply() (#779-781)
transfer(address,uint256) should be declared external:
- TrusterCoin.transfer(address,uint256) (#788-791)
allowance(address,address) should be declared external:
- TrusterCoin.allowance(address,address) (#793-795)
approve(address,uint256) should be declared external:
- TrusterCoin.approve(address,uint256) (#797-800)
transferFrom(address,address,uint256) should be declared external:
- TrusterCoin.transferFrom(address,address,uint256) (#802-806)
increaseAllowance(address,uint256) should be declared external:
- TrusterCoin.increaseAllowance(address,uint256) (#808-811)
decreaseAllowance(address,uint256) should be declared external:
- TrusterCoin.decreaseAllowance(address,uint256) (#813-816)
isExcludedFromReward(address) should be declared external:
- TrusterCoin.isExcludedFromReward(address) (#818-820)
totalFees() should be declared external:
- TrusterCoin.totalFees() (#822-824)
deliver(uint256) should be declared external:
- TrusterCoin.deliver(uint256) (#826-833)
reflectionFromToken(uint256,bool) should be declared external:
- TrusterCoin.reflectionFromToken(uint256,bool) (#835-844)
excludeFromReward(address) should be declared external:
- TrusterCoin.excludeFromReward(address) (#852-860)
excludeFromFee(address) should be declared external:
- TrusterCoin.excludeFromFee(address) (#885-887)
includeInFee(address) should be declared external:
- TrusterCoin.includeInFee(address) (#889-891)
setSwapAndLiquifyEnabled(bool) should be declared external:
- TrusterCoin.setSwapAndLiquifyEnabled(bool) (#907-910)
isExcludedFromFee(address) should be declared external:
- TrusterCoin.isExcludedFromFee(address) (#993-995)
Use the external attribute for functions never called from the contract.
Additional information: link
Token is deployed only at one blockchain
Token has only one trading pair
Token makes many airdrops and seems to be a phishing / airdrop scam
Additional information: link
Contract has 3% buy tax and 2% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Unable to crawl data from the website
Unable to find KYC or doxxing proof
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link 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
Unable to find token on CoinHunt
Additional information: link
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has a considerable age, but we're still unable to find its website
Token has a considerable age, but social accounts / website are missing or have few users
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Last post in Twitter was more than 180 days ago
Twitter account has relatively few followers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts