Caliente Token Logo

CAL [Caliente] Token

About CAL

Listings

Token 2 years
white paper

Caliente Finance ($CAL) is a brand new token, focused on amateur adult content creators, and them earning the most by using blockchain technology.

Social

Laser Scorebeta Last Audit: 30 November 2021

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

Caliente.addLiquidity(uint256,uint256) (Caliente.sol#428-441) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (Caliente.sol#433-440)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in Caliente._transfer(address,address,uint256) (Caliente.sol#289-364):
External calls:
- swapAndLiquify(liquidityTokens) (Caliente.sol#338)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (Caliente.sol#433-440)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (Caliente.sol#419-425)
- swapAndSendToMarketingWallet(marketingTokens) (Caliente.sol#341)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (Caliente.sol#419-425)
External calls sending eth:
- swapAndLiquify(liquidityTokens) (Caliente.sol#338)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (Caliente.sol#433-440)
- swapAndSendToMarketingWallet(marketingTokens) (Caliente.sol#341)
- address(marketingWallet).transfer(transferredBalance) (Caliente.sol#401)
State variables written after the call(s):
- swapAndSendToMarketingWallet(marketingTokens) (Caliente.sol#341)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (Caliente.sol#503)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (Caliente.sol#510)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (Caliente.sol#543)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (Caliente.sol#544)
- _tokenTransfer(from,to,amount,takeFee,increaseFee) (Caliente.sol#363)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (Caliente.sol#503)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (Caliente.sol#510)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (Caliente.sol#543)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (Caliente.sol#544)
- swapAndSendToMarketingWallet(marketingTokens) (Caliente.sol#341)
- _rTotal = _rTotal.sub(rRewards) (Caliente.sol#496)
- _tokenTransfer(from,to,amount,takeFee,increaseFee) (Caliente.sol#363)
- _rTotal = _rTotal.sub(rRewards) (Caliente.sol#496)
- _tokenTransfer(from,to,amount,takeFee,increaseFee) (Caliente.sol#363)
- _tFeeTotal = _tFeeTotal.add(tRewards) (Caliente.sol#497)
- swapAndSendToMarketingWallet(marketingTokens) (Caliente.sol#341)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (Caliente.sol#504)
- _tOwned[address(this)] = _tOwned[address(this)].add(tMarketing) (Caliente.sol#511)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (Caliente.sol#548)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (Caliente.sol#551)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (Caliente.sol#554)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (Caliente.sol#555)
- _tokenTransfer(from,to,amount,takeFee,increaseFee) (Caliente.sol#363)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (Caliente.sol#504)
- _tOwned[address(this)] = _tOwned[address(this)].add(tMarketing) (Caliente.sol#511)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (Caliente.sol#548)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (Caliente.sol#551)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (Caliente.sol#554)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (Caliente.sol#555)
- inSwapAndLiquify = false (Caliente.sol#343)
- _tokenTransfer(from,to,amount,takeFee,increaseFee) (Caliente.sol#363)
- increaseFeeMode = increaseFee (Caliente.sol#539)
- increaseFeeMode = false (Caliente.sol#563)
- swapAndSendToMarketingWallet(marketingTokens) (Caliente.sol#341)
- liquidityFee = previousLiquidityFee (Caliente.sol#472)
- liquidityFee = 0 (Caliente.sol#466)
- _tokenTransfer(from,to,amount,takeFee,increaseFee) (Caliente.sol#363)
- liquidityFee = previousLiquidityFee (Caliente.sol#472)
- liquidityFee = 0 (Caliente.sol#466)
- swapAndSendToMarketingWallet(marketingTokens) (Caliente.sol#341)
- marketingFee = previousMarketingFee (Caliente.sol#473)
- marketingFee = 0 (Caliente.sol#467)
- _tokenTransfer(from,to,amount,takeFee,increaseFee) (Caliente.sol#363)
- marketingFee = previousMarketingFee (Caliente.sol#473)
- marketingFee = 0 (Caliente.sol#467)
- _tokenTransfer(from,to,amount,takeFee,increaseFee) (Caliente.sol#363)
- previousLiquidityFee = liquidityFee (Caliente.sol#462)
- _tokenTransfer(from,to,amount,takeFee,increaseFee) (Caliente.sol#363)
- previousMarketingFee = marketingFee (Caliente.sol#463)
- _tokenTransfer(from,to,amount,takeFee,increaseFee) (Caliente.sol#363)
- previousRewardsFee = rewardsFee (Caliente.sol#461)
- _tokenTransfer(from,to,amount,takeFee,increaseFee) (Caliente.sol#363)
- rewardsFee = previousRewardsFee (Caliente.sol#471)
- rewardsFee = 0 (Caliente.sol#465)
Apply the check-effects-interactions pattern.

Additional information: link

Caliente.updateASPMaxTransactionAmount(uint256) (Caliente.sol#168-174) contains a tautology or contradiction:
- require(bool,string)(newAmount >= 0 && newAmount <= totalSupply(),ASPMaxTransactionAmount must between 0% and 100% of total supply.) (Caliente.sol#170)
Fix the incorrect comparison by changing the value type or the comparison.

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.

Caliente.addLiquidity(uint256,uint256) (Caliente.sol#428-441) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (Caliente.sol#433-440)
Ensure that all the return values of the function calls are used.

Additional information: link

Caliente.updateMinSwapLimit(uint256) (Caliente.sol#283-287) should emit an event for:
- swapTokensAtAmount = newValue (Caliente.sol#286)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Caliente.swapAndSendToMarketingWallet(uint256) (Caliente.sol#386-407):
External calls:
- swapTokensForEth(half) (Caliente.sol#395)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (Caliente.sol#419-425)
External calls sending eth:
- address(marketingWallet).transfer(transferredBalance) (Caliente.sol#401)
State variables written after the call(s):
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (Caliente.sol#503)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (Caliente.sol#510)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (Caliente.sol#543)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (Caliente.sol#544)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- _rTotal = _rTotal.sub(rRewards) (Caliente.sol#496)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- _tFeeTotal = _tFeeTotal.add(tRewards) (Caliente.sol#497)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (Caliente.sol#504)
- _tOwned[address(this)] = _tOwned[address(this)].add(tMarketing) (Caliente.sol#511)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (Caliente.sol#548)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (Caliente.sol#551)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (Caliente.sol#554)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (Caliente.sol#555)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- increaseFeeMode = increaseFee (Caliente.sol#539)
- increaseFeeMode = false (Caliente.sol#563)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- liquidityFee = previousLiquidityFee (Caliente.sol#472)
- liquidityFee = 0 (Caliente.sol#466)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- marketingFee = previousMarketingFee (Caliente.sol#473)
- marketingFee = 0 (Caliente.sol#467)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- previousLiquidityFee = liquidityFee (Caliente.sol#462)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- previousMarketingFee = marketingFee (Caliente.sol#463)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- previousRewardsFee = rewardsFee (Caliente.sol#461)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- rewardsFee = previousRewardsFee (Caliente.sol#471)
- rewardsFee = 0 (Caliente.sol#465)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Caliente.swapAndSendToMarketingWallet(uint256) (Caliente.sol#386-407):
External calls:
- swapTokensForEth(half) (Caliente.sol#395)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (Caliente.sol#419-425)
External calls sending eth:
- address(marketingWallet).transfer(transferredBalance) (Caliente.sol#401)
Event emitted after the call(s):
- SwapAndSendToMarketingWallet(otherHalf,transferredBalance) (Caliente.sol#406)
- Transfer(sender,recipient,tTransferAmount) (Caliente.sol#565)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
Apply the check-effects-interactions pattern.

Additional information: link

SafeMath.mod(uint256,uint256,string) (SafeMath.sol#142-145) is never used and should be removed
Remove unused functions.

Additional information: link

Caliente.swapTokensAtAmount (Caliente.sol#51) is set pre-construction with a non-constant function or state variable:
- 180000 * (10 ** tokenDecimals)
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

solc-0.8.6 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Function IUniswapV2Router01.WETH() (IUniswapV2Router.sol#7) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (Context.sol#21)" inContext (Context.sol#15-25)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in Caliente.swapAndSendToMarketingWallet(uint256) (Caliente.sol#386-407):
External calls:
- address(marketingWallet).transfer(transferredBalance) (Caliente.sol#401)
State variables written after the call(s):
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (Caliente.sol#503)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (Caliente.sol#510)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (Caliente.sol#543)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (Caliente.sol#544)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- _rTotal = _rTotal.sub(rRewards) (Caliente.sol#496)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- _tFeeTotal = _tFeeTotal.add(tRewards) (Caliente.sol#497)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (Caliente.sol#504)
- _tOwned[address(this)] = _tOwned[address(this)].add(tMarketing) (Caliente.sol#511)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (Caliente.sol#548)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (Caliente.sol#551)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (Caliente.sol#554)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (Caliente.sol#555)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- increaseFeeMode = increaseFee (Caliente.sol#539)
- increaseFeeMode = false (Caliente.sol#563)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- liquidityFee = previousLiquidityFee (Caliente.sol#472)
- liquidityFee = 0 (Caliente.sol#466)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- marketingFee = previousMarketingFee (Caliente.sol#473)
- marketingFee = 0 (Caliente.sol#467)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- previousLiquidityFee = liquidityFee (Caliente.sol#462)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- previousMarketingFee = marketingFee (Caliente.sol#463)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- previousRewardsFee = rewardsFee (Caliente.sol#461)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
- rewardsFee = previousRewardsFee (Caliente.sol#471)
- rewardsFee = 0 (Caliente.sol#465)
Event emitted after the call(s):
- SwapAndSendToMarketingWallet(otherHalf,transferredBalance) (Caliente.sol#406)
- Transfer(sender,recipient,tTransferAmount) (Caliente.sol#565)
- _tokenTransfer(address(this),marketingWallet,otherHalf,false,false) (Caliente.sol#404)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (IUniswapV2Router.sol#12) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (IUniswapV2Router.sol#13)
Prevent variables from having similar names.

Additional information: link

Caliente.slitherConstructorVariables() (Caliente.sol#12-568) uses literals with too many digits:
- maxHoldingAmount = 20000000 * (10 ** tokenDecimals) (Caliente.sol#50)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Caliente.tokenDecimals (Caliente.sol#39) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (Ownable.sol#52-56)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


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


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


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

Additional information: link


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for CAL