TCUB www.tiger-king.org Token Logo

TCUB [TCUB www.tiger-king.org] Token

About TCUB

Listings

Token 2 years
white paper

The legend of Joe Exotic has launched on the Ethereum blockchain! The man the world learned to call TIGER KING from the hit Netflix documentary is back, this time as a digital currency. The developers are thrilled to present Joe’s official cryptocurrency to the global public, endorsed by the man himself.

Joe will always be the Tiger King, but his colorful career has landed him with a hefty legal bill in a bid to fight a corrupt legal system. Now he also faces the expense of cancer treatment. Joe has received a percentage of $TKING supply secured during the stealth launch of the coin. Every buy will increase the value of his bag.

$TKING will see mainstream marketing exposure like no other coin before it.

$TKING features a liquidity lock, upcoming token burn in three months, a no-ownership, verified contract, and a professional marketing team to augment and amplify the efforts of Joe’s representatives.

We will never let Carole win! Find your inner Tiger as Joe, $TKING, and his legal team stage the comeback of the century! We will land the first tiger on the moon to free Joe! Team Joe for the win!

Social

Laser Scorebeta Last Audit: 3 January 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Anti-Scam

Links


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

Reentrancy in TCUB._transfer(address,address,uint256) (#988-1032):
External calls:
- swapAndLiquify(contractTokenBalance) (#1019)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1066-1072)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1019)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1031)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#944)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1113)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1122)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1133)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#860)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1114)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1124)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1134)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#862)
- _tokenTransfer(from,to,amount,takeFee) (#1031)
- _rTotal = _rTotal.sub(rFee) (#899)
- _tokenTransfer(from,to,amount,takeFee) (#1031)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#946)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1132)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#859)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1123)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#861)
Apply the check-effects-interactions pattern.

Additional information: link

Contract name (TCUB www.tiger-king.org) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

TCUB.includeInReward(address) (#845-856) has costly operations inside a loop:
- _excluded.pop() (#852)
Use a local variable to hold the loop computation result.

Additional information: link

TCUB.addLiquidity(uint256,uint256) (#1075-1088) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
Ensure that all the return values of the function calls are used.

Additional information: link

TCUB.allowance(address,address).owner (#776) shadows:
- Ownable.owner() (#412-414) (function)
TCUB._approve(address,address,uint256).owner (#980) shadows:
- Ownable.owner() (#412-414) (function)
Rename the local variables that shadow another component.

Additional information: link

TCUB.setTaxFeePercent(uint256) (#876-878) should emit an event for:
- _taxFee = taxFee (#877)
TCUB.setLiquidityFeePercent(uint256) (#880-882) should emit an event for:
- _liquidityFee = liquidityFee (#881)
TCUB.setMaxTxPercent(uint256) (#884-888) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#885-887)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in TCUB._transfer(address,address,uint256) (#988-1032):
External calls:
- swapAndLiquify(contractTokenBalance) (#1019)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1066-1072)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1019)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1031)
- _liquidityFee = _previousLiquidityFee (#973)
- _liquidityFee = 0 (#968)
- _tokenTransfer(from,to,amount,takeFee) (#1031)
- _previousLiquidityFee = _liquidityFee (#965)
- _tokenTransfer(from,to,amount,takeFee) (#1031)
- _previousTaxFee = _taxFee (#964)
- _tokenTransfer(from,to,amount,takeFee) (#1031)
- _tFeeTotal = _tFeeTotal.add(tFee) (#900)
- _tokenTransfer(from,to,amount,takeFee) (#1031)
- _taxFee = _previousTaxFee (#972)
- _taxFee = 0 (#967)
Reentrancy in TCUB.constructor() (#732-748):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#737-738)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#744)
- _isExcludedFromFee[address(this)] = true (#745)
- uniswapV2Router = _uniswapV2Router (#741)
Reentrancy in TCUB.swapAndLiquify(uint256) (#1034-1055):
External calls:
- swapTokensForEth(half) (#1046)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1066-1072)
- addLiquidity(otherHalf,newBalance) (#1052)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1052)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1052)
- _allowances[owner][spender] = amount (#984)
Reentrancy in TCUB.transferFrom(address,address,uint256) (#785-789):
External calls:
- _transfer(sender,recipient,amount) (#786)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1066-1072)
External calls sending eth:
- _transfer(sender,recipient,amount) (#786)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#787)
- _allowances[owner][spender] = amount (#984)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in TCUB._transfer(address,address,uint256) (#988-1032):
External calls:
- swapAndLiquify(contractTokenBalance) (#1019)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1066-1072)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1019)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1117)
- _tokenTransfer(from,to,amount,takeFee) (#1031)
- Transfer(sender,recipient,tTransferAmount) (#1137)
- _tokenTransfer(from,to,amount,takeFee) (#1031)
- Transfer(sender,recipient,tTransferAmount) (#1127)
- _tokenTransfer(from,to,amount,takeFee) (#1031)
- Transfer(sender,recipient,tTransferAmount) (#865)
- _tokenTransfer(from,to,amount,takeFee) (#1031)
Reentrancy in TCUB.constructor() (#732-748):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#737-738)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#747)
Reentrancy in TCUB.swapAndLiquify(uint256) (#1034-1055):
External calls:
- swapTokensForEth(half) (#1046)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1066-1072)
- addLiquidity(otherHalf,newBalance) (#1052)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1052)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#985)
- addLiquidity(otherHalf,newBalance) (#1052)
- SwapAndLiquify(half,newBalance,otherHalf) (#1054)
Reentrancy in TCUB.transferFrom(address,address,uint256) (#785-789):
External calls:
- _transfer(sender,recipient,amount) (#786)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1066-1072)
External calls sending eth:
- _transfer(sender,recipient,amount) (#786)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1080-1087)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#985)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#787)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#264-273) uses assembly
- INLINE ASM (#271)
Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) uses assembly
- INLINE ASM (#370-373)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) is never used and should be removed
Address.functionCall(address,bytes) (#317-319) is never used and should be removed
Address.functionCall(address,bytes,string) (#327-329) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#342-344) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#352-355) is never used and should be removed
Address.isContract(address) (#264-273) is never used and should be removed
Address.sendValue(address,uint256) (#291-297) is never used and should be removed
Context._msgData() (#236-239) is never used and should be removed
SafeMath.mod(uint256,uint256) (#209-211) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#225-228) is never used and should be removed
Remove unused functions.

Additional information: link

TCUB._rTotal (#696) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
TCUB._previousTaxFee (#704) is set pre-construction with a non-constant function or state variable:
- _taxFee
TCUB._previousLiquidityFee (#707) 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

Low level call in Address.sendValue(address,uint256) (#291-297):
- (success) = recipient.call{value: amount}() (#295)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#357-378):
- (success,returndata) = target.call{value: weiValue}(data) (#361)
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() (#503) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#504) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#521) is not in mixedCase
Function IUniswapV2Router01.WETH() (#543) is not in mixedCase
Parameter TCUB.setSwapAndLiquifyEnabled(bool)._enabled (#890) is not in mixedCase
Parameter TCUB.calculateTaxFee(uint256)._amount (#949) is not in mixedCase
Parameter TCUB.calculateLiquidityFee(uint256)._amount (#955) is not in mixedCase
Variable TCUB._taxFee (#703) is not in mixedCase
Variable TCUB._liquidityFee (#706) is not in mixedCase
Variable TCUB._maxTxAmount (#715) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#237)" inContext (#231-240)
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 (#548) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#549)
Variable TCUB.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to TCUB._transferStandard(address,address,uint256).tTransferAmount (#1112)
Variable TCUB.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to TCUB._getTValues(uint256).tTransferAmount (#912)
Variable TCUB._getValues(uint256).rTransferAmount (#905) is too similar to TCUB._getTValues(uint256).tTransferAmount (#912)
Variable TCUB._getValues(uint256).rTransferAmount (#905) is too similar to TCUB._transferStandard(address,address,uint256).tTransferAmount (#1112)
Variable TCUB._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#920) is too similar to TCUB._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable TCUB.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to TCUB._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable TCUB.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to TCUB._transferToExcluded(address,address,uint256).tTransferAmount (#1121)
Variable TCUB._transferStandard(address,address,uint256).rTransferAmount (#1112) is too similar to TCUB._getTValues(uint256).tTransferAmount (#912)
Variable TCUB._transferStandard(address,address,uint256).rTransferAmount (#1112) is too similar to TCUB._transferStandard(address,address,uint256).tTransferAmount (#1112)
Variable TCUB._transferFromExcluded(address,address,uint256).rTransferAmount (#1131) is too similar to TCUB._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable TCUB._getValues(uint256).rTransferAmount (#905) is too similar to TCUB._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable TCUB._getValues(uint256).rTransferAmount (#905) is too similar to TCUB._transferToExcluded(address,address,uint256).tTransferAmount (#1121)
Variable TCUB._transferToExcluded(address,address,uint256).rTransferAmount (#1121) is too similar to TCUB._getTValues(uint256).tTransferAmount (#912)
Variable TCUB._transferToExcluded(address,address,uint256).rTransferAmount (#1121) is too similar to TCUB._transferStandard(address,address,uint256).tTransferAmount (#1112)
Variable TCUB._transferStandard(address,address,uint256).rTransferAmount (#1112) is too similar to TCUB._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable TCUB._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to TCUB._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable TCUB._transferToExcluded(address,address,uint256).rTransferAmount (#1121) is too similar to TCUB._transferBothExcluded(address,address,uint256).tTransferAmount (#858)
Variable TCUB._transferToExcluded(address,address,uint256).rTransferAmount (#1121) is too similar to TCUB._transferToExcluded(address,address,uint256).tTransferAmount (#1121)
Variable TCUB._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#920) is too similar to TCUB._getTValues(uint256).tTransferAmount (#912)
Variable TCUB._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#920) is too similar to TCUB._transferStandard(address,address,uint256).tTransferAmount (#1112)
Variable TCUB._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to TCUB._getTValues(uint256).tTransferAmount (#912)
Variable TCUB._transferFromExcluded(address,address,uint256).rTransferAmount (#1131) is too similar to TCUB._transferFromExcluded(address,address,uint256).tTransferAmount (#1131)
Variable TCUB._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#920) is too similar to TCUB._getValues(uint256).tTransferAmount (#904)
Variable TCUB._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to TCUB._transferToExcluded(address,address,uint256).tTransferAmount (#1121)
Variable TCUB._transferStandard(address,address,uint256).rTransferAmount (#1112) is too similar to TCUB._getValues(uint256).tTransferAmount (#904)
Variable TCUB._transferFromExcluded(address,address,uint256).rTransferAmount (#1131) is too similar to TCUB._transferStandard(address,address,uint256).tTransferAmount (#1112)
Variable TCUB.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to TCUB._getValues(uint256).tTransferAmount (#904)
Variable TCUB._transferFromExcluded(address,address,uint256).rTransferAmount (#1131) is too similar to TCUB._getTValues(uint256).tTransferAmount (#912)
Variable TCUB._getValues(uint256).rTransferAmount (#905) is too similar to TCUB._getValues(uint256).tTransferAmount (#904)
Variable TCUB._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#920) is too similar to TCUB._transferFromExcluded(address,address,uint256).tTransferAmount (#1131)
Variable TCUB._transferFromExcluded(address,address,uint256).rTransferAmount (#1131) is too similar to TCUB._transferToExcluded(address,address,uint256).tTransferAmount (#1121)
Variable TCUB._transferStandard(address,address,uint256).rTransferAmount (#1112) is too similar to TCUB._transferFromExcluded(address,address,uint256).tTransferAmount (#1131)
Variable TCUB.reflectionFromToken(uint256,bool).rTransferAmount (#824) is too similar to TCUB._transferFromExcluded(address,address,uint256).tTransferAmount (#1131)
Variable TCUB._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to TCUB._getValues(uint256).tTransferAmount (#904)
Variable TCUB._transferToExcluded(address,address,uint256).rTransferAmount (#1121) is too similar to TCUB._getValues(uint256).tTransferAmount (#904)
Variable TCUB._getValues(uint256).rTransferAmount (#905) is too similar to TCUB._transferFromExcluded(address,address,uint256).tTransferAmount (#1131)
Variable TCUB._transferFromExcluded(address,address,uint256).rTransferAmount (#1131) is too similar to TCUB._getValues(uint256).tTransferAmount (#904)
Variable TCUB._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to TCUB._transferFromExcluded(address,address,uint256).tTransferAmount (#1131)
Variable TCUB._transferToExcluded(address,address,uint256).rTransferAmount (#1121) is too similar to TCUB._transferFromExcluded(address,address,uint256).tTransferAmount (#1131)
Variable TCUB._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#920) is too similar to TCUB._transferToExcluded(address,address,uint256).tTransferAmount (#1121)
Variable TCUB._transferStandard(address,address,uint256).rTransferAmount (#1112) is too similar to TCUB._transferToExcluded(address,address,uint256).tTransferAmount (#1121)
Variable TCUB._transferBothExcluded(address,address,uint256).rTransferAmount (#858) is too similar to TCUB._transferStandard(address,address,uint256).tTransferAmount (#1112)
Prevent variables from having similar names.

Additional information: link

TCUB.slitherConstructorVariables() (#681-1144) uses literals with too many digits:
- _tTotal = 500000000000 * 10 ** 9 (#695)
TCUB.slitherConstructorVariables() (#681-1144) uses literals with too many digits:
- _maxTxAmount = 5000000000 * 10 ** 9 (#715)
TCUB.slitherConstructorVariables() (#681-1144) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 5000000000 * 10 ** 9 (#716)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

TCUB._decimals (#701) should be constant
TCUB._name (#699) should be constant
TCUB._symbol (#700) should be constant
TCUB._tTotal (#695) should be constant
TCUB.numTokensSellToAddToLiquidity (#716) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#431-434)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#440-444)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#446-448)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#451-456)
unlock() should be declared external:
- Ownable.unlock() (#459-464)
name() should be declared external:
- TCUB.name() (#750-752)
symbol() should be declared external:
- TCUB.symbol() (#754-756)
decimals() should be declared external:
- TCUB.decimals() (#758-760)
totalSupply() should be declared external:
- TCUB.totalSupply() (#762-764)
transfer(address,uint256) should be declared external:
- TCUB.transfer(address,uint256) (#771-774)
allowance(address,address) should be declared external:
- TCUB.allowance(address,address) (#776-778)
approve(address,uint256) should be declared external:
- TCUB.approve(address,uint256) (#780-783)
transferFrom(address,address,uint256) should be declared external:
- TCUB.transferFrom(address,address,uint256) (#785-789)
increaseAllowance(address,uint256) should be declared external:
- TCUB.increaseAllowance(address,uint256) (#791-794)
decreaseAllowance(address,uint256) should be declared external:
- TCUB.decreaseAllowance(address,uint256) (#796-799)
isExcludedFromReward(address) should be declared external:
- TCUB.isExcludedFromReward(address) (#801-803)
totalFees() should be declared external:
- TCUB.totalFees() (#805-807)
deliver(uint256) should be declared external:
- TCUB.deliver(uint256) (#809-816)
reflectionFromToken(uint256,bool) should be declared external:
- TCUB.reflectionFromToken(uint256,bool) (#818-827)
excludeFromReward(address) should be declared external:
- TCUB.excludeFromReward(address) (#835-843)
excludeFromFee(address) should be declared external:
- TCUB.excludeFromFee(address) (#868-870)
includeInFee(address) should be declared external:
- TCUB.includeInFee(address) (#872-874)
setSwapAndLiquifyEnabled(bool) should be declared external:
- TCUB.setSwapAndLiquifyEnabled(bool) (#890-893)
isExcludedFromFee(address) should be declared external:
- TCUB.isExcludedFromFee(address) (#976-978)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Unable to find token contract audit


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


Young tokens have high risks of scam / price dump / death


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


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for TCUB

News for TCUB