Steam Exchange Token Logo

SteamX [Steam Exchange] Token

About SteamX

Listings

Token 2 years
CoinGecko 3 years
CoinMarketCap 2 years
[CoinGecko] alert: Steam Exchange (STEAMX) has recently migrated from their old contract to a new one. For more information, please visit their Telegram channel.
white paper

A revolutionary approach in the Crypto Industry. A first of its kind Exchange Solution, building new foundations in Crypto Security. Made in Canada, by Canadians, to deliver to the World!

Steam Exchange is a Centralized Exchange based in Ontario, Canada.

SteamX Token will serve two purposes:
1) Provide initial holders to Steam Exchange when launched
2) Make the market for Steam Exchange when launched

Steam Exchange is a revolution. Canada has had the short end of the stick when it comes to Centralized Exchanges and regulations. With major CEX exiting key provinces in Ontario, Canada is left with few options, and quite frankly, those options do not offer the solution Canada deserves. Steam Exchange strives to do what the best exchanges do, and do it better!

Starting with Canada, walk into any Steam Exchange location to open and manage your Steam Exchange account. Steam Exchange will offer best in class courses and training for new investors in the Crypto Space!

This project is not optional for Canada... it is mandatory! Canada deserves greatness, and Steam Exchange aims to deliver!

Laser Scorebeta Last Audit: 3 August 2023

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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

SteamX.swapAndLiquify(uint256) (#1216-1267) sends eth to arbitrary user
Dangerous calls:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
SteamX.checkContractBalance() (#1064-1068) sends eth to arbitrary user
Dangerous calls:
- _contract.transfer(address(this).balance) (#1067)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in SteamX.swapAndLiquify(uint256) (#1216-1267):
External calls:
- swapTokensForEth(half) (#1229)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
External calls sending eth:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
State variables written after the call(s):
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _liquidityFee = _previousLiquidityFee (#1150)
- _liquidityFee = 0 (#1143)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _marketingFee = _previousMarketingFee (#1152)
- _marketingFee = 0 (#1145)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _platformFee = _previousPlatformFee (#1151)
- _platformFee = 0 (#1144)
Reentrancy in SteamX._transfer(address,address,uint256) (#1167-1213):
External calls:
- pinkAntiBot.onPreTransferCheck(from,to,amount) (#1175)
- swapAndLiquify(contractTokenBalance) (#1200)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1200)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _liquidityFee = _previousLiquidityFee (#1150)
- _liquidityFee = 0 (#1143)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _marketingFee = _previousMarketingFee (#1152)
- _marketingFee = 0 (#1145)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _platformFee = _previousPlatformFee (#1151)
- _platformFee = 0 (#1144)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _previousLiquidityFee = _liquidityFee (#1138)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _previousMarketingFee = _marketingFee (#1140)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _previousPlatformFee = _platformFee (#1139)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _previousTaxFee = _taxFee (#1137)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1116)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1370)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1361)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1362)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1381)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#968)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1382)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1372)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#970)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _rTotal = _rTotal.sub(rFee) (#1071)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1072)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1118)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1380)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#967)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1371)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#969)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- _taxFee = _previousTaxFee (#1149)
- _taxFee = 0 (#1142)
Reentrancy in SteamX.swapAndLiquify(uint256) (#1216-1267):
External calls:
- swapTokensForEth(half) (#1229)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
External calls sending eth:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
State variables written after the call(s):
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _liquidityFee = _previousLiquidityFee (#1150)
- _liquidityFee = 0 (#1143)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _marketingFee = _previousMarketingFee (#1152)
- _marketingFee = 0 (#1145)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _platformFee = _previousPlatformFee (#1151)
- _platformFee = 0 (#1144)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _previousLiquidityFee = _liquidityFee (#1138)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _previousMarketingFee = _marketingFee (#1140)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _previousPlatformFee = _platformFee (#1139)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _previousTaxFee = _taxFee (#1137)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1116)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1370)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1361)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1362)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1381)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#968)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1382)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1372)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#970)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _rTotal = _rTotal.sub(rFee) (#1071)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1072)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1118)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1380)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#967)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1371)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#969)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- _taxFee = _previousTaxFee (#1149)
- _taxFee = 0 (#1142)
Apply the check-effects-interactions pattern.

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.


Contract ownership is not renounced (belongs to a wallet)

SteamX._symbol (#748) should be constant
SteamX._name (#747) should be constant
SteamX._decimals (#749) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

SteamX.swapAndLiquify(uint256) (#1216-1267) performs a multiplication on the result of a division:
-platformPortion = otherHalf.div(totalLiqFee).mul(_platformFee) (#1236)
SteamX.swapAndLiquify(uint256) (#1216-1267) performs a multiplication on the result of a division:
-marketingPortion = otherHalf.div(totalLiqFee).mul(_marketingFee) (#1239)
SteamX.swapAndLiquify(uint256) (#1216-1267) performs a multiplication on the result of a division:
-platformBalance = newBalance.div(totalLiqFee).mul(_platformFee) (#1235)
SteamX.swapAndLiquify(uint256) (#1216-1267) performs a multiplication on the result of a division:
-marketingBalance = newBalance.div(totalLiqFee).mul(_marketingFee) (#1238)
Consider ordering multiplication before division.

Additional information: link

SteamX.addLiquidity(uint256,uint256,address) (#1288-1301) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
Ensure that all the return values of the function calls are used.

Additional information: link

SteamX.allowance(address,address).owner (#868) shadows:
- Ownable.owner() (#435-437) (function)
SteamX._approve(address,address,uint256).owner (#1159) shadows:
- Ownable.owner() (#435-437) (function)
Rename the local variables that shadow another component.

Additional information: link

SteamX.setMarketingFeePercent(uint256) (#1026-1031) should emit an event for:
- _marketingFee = 0 (#1027)
- _marketingFee = marketingFee (#1029)
SteamX.setTaxFeePercent(uint256) (#1019-1024) should emit an event for:
- _taxFee = 0 (#1020)
- _taxFee = taxFee (#1022)
SteamX.setPlatformFeePercent(uint256) (#1012-1017) should emit an event for:
- _platformFee = 0 (#1013)
- _platformFee = platformFee (#1015)
SteamX.setMaxTxAmount(uint256) (#908-910) should emit an event for:
- _maxTxAmount = maxTxAmount (#909)
SteamX.afterPresale(uint256) (#1055-1059) should emit an event for:
- _maxTxAmount = maxTx * 10 ** 9 (#1056)
SteamX.setMinTokensToSwap(uint256) (#996-998) should emit an event for:
- numTokensSellToAddToLiquidity = _minTokens * 10 ** 9 (#997)
SteamX.setMaxTx(uint256) (#912-914) should emit an event for:
- _maxTxAmount = maxTx * 10 ** 9 (#913)
SteamX.setLiquidityFeePercent(uint256) (#1033-1038) should emit an event for:
- _liquidityFee = 0 (#1034)
- _liquidityFee = liquidityFee (#1036)
Emit an event for critical parameter changes.

Additional information: link

SteamX.checkContractBalance()._contract (#1066) lacks a zero-check on :
- _contract.transfer(address(this).balance) (#1067)
SteamX.setMarketingAddress(address).marketing (#992) lacks a zero-check on :
- _marketingAddress = marketing (#993)
SteamX.setPlatformAddress(address).platform (#988) lacks a zero-check on :
- _platformAddress = platform (#989)
Check that the address is not zero.

Additional information: link

Reentrancy in SteamX._transfer(address,address,uint256) (#1167-1213):
External calls:
- pinkAntiBot.onPreTransferCheck(from,to,amount) (#1175)
- swapAndLiquify(contractTokenBalance) (#1200)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1200)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
State variables written after the call(s):
- swapAndLiquify(contractTokenBalance) (#1200)
- _allowances[owner][spender] = amount (#1163)
Reentrancy in SteamX.swapAndLiquify(uint256) (#1216-1267):
External calls:
- swapTokensForEth(half) (#1229)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
External calls sending eth:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
State variables written after the call(s):
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _previousLiquidityFee = _liquidityFee (#1138)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _previousMarketingFee = _marketingFee (#1140)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _previousPlatformFee = _platformFee (#1139)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _previousTaxFee = _taxFee (#1137)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1116)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1370)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1361)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1362)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1381)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#968)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1382)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1372)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#970)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _rTotal = _rTotal.sub(rFee) (#1071)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1072)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1118)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1380)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#967)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1371)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#969)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- _taxFee = _previousTaxFee (#1149)
- _taxFee = 0 (#1142)
Reentrancy in SteamX.swapAndLiquify(uint256) (#1216-1267):
External calls:
- swapTokensForEth(half) (#1229)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1259)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
External calls sending eth:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1259)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
State variables written after the call(s):
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1259)
- _allowances[owner][spender] = amount (#1163)
Reentrancy in SteamX.transferFrom(address,address,uint256) (#877-882):
External calls:
- _transfer(sender,recipient,amount) (#879)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (#1175)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
External calls sending eth:
- _transfer(sender,recipient,amount) (#879)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#880)
- _allowances[owner][spender] = amount (#1163)
Reentrancy in SteamX.swapAndLiquify(uint256) (#1216-1267):
External calls:
- swapTokensForEth(half) (#1229)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
External calls sending eth:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
State variables written after the call(s):
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- _allowances[owner][spender] = amount (#1163)
Reentrancy in SteamX.swapAndLiquify(uint256) (#1216-1267):
External calls:
- swapTokensForEth(half) (#1229)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1259)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1263)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
External calls sending eth:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1259)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1263)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
State variables written after the call(s):
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1263)
- _allowances[owner][spender] = amount (#1163)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SteamX.swapAndLiquify(uint256) (#1216-1267):
External calls:
- swapTokensForEth(half) (#1229)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
External calls sending eth:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1365)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- Transfer(sender,recipient,tTransferAmount) (#1375)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- Transfer(sender,recipient,tTransferAmount) (#1385)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- Transfer(sender,recipient,tTransferAmount) (#973)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
- Transfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion) (#1249)
Reentrancy in SteamX.swapAndLiquify(uint256) (#1216-1267):
External calls:
- swapTokensForEth(half) (#1229)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1259)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1263)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
External calls sending eth:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1259)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1263)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1164)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1263)
- SwapAndLiquify(half,newBalance,otherHalf) (#1266)
Reentrancy in SteamX.swapAndLiquify(uint256) (#1216-1267):
External calls:
- swapTokensForEth(half) (#1229)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
External calls sending eth:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1164)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
Reentrancy in SteamX.swapAndLiquify(uint256) (#1216-1267):
External calls:
- swapTokensForEth(half) (#1229)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1259)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
External calls sending eth:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1259)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1164)
- addLiquidity(marketingPortion,marketingBalance,_marketingAddress) (#1259)
Reentrancy in SteamX.swapAndLiquify(uint256) (#1216-1267):
External calls:
- swapTokensForEth(half) (#1229)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
External calls sending eth:
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- addLiquidity(platformPortion,platformBalance,_platformAddress) (#1251)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1365)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- Transfer(sender,recipient,tTransferAmount) (#1375)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- Transfer(sender,recipient,tTransferAmount) (#1385)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- Transfer(sender,recipient,tTransferAmount) (#973)
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
- Transfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion) (#1257)
Reentrancy in SteamX.transferFrom(address,address,uint256) (#877-882):
External calls:
- _transfer(sender,recipient,amount) (#879)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (#1175)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
External calls sending eth:
- _transfer(sender,recipient,amount) (#879)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1164)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#880)
Reentrancy in SteamX._transfer(address,address,uint256) (#1167-1213):
External calls:
- pinkAntiBot.onPreTransferCheck(from,to,amount) (#1175)
- swapAndLiquify(contractTokenBalance) (#1200)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1279-1285)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1200)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1293-1300)
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1164)
- swapAndLiquify(contractTokenBalance) (#1200)
- SwapAndLiquify(half,newBalance,otherHalf) (#1266)
- swapAndLiquify(contractTokenBalance) (#1200)
- Transfer(sender,recipient,tTransferAmount) (#1365)
- swapAndLiquify(contractTokenBalance) (#1200)
- Transfer(sender,recipient,tTransferAmount) (#1365)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- Transfer(sender,recipient,tTransferAmount) (#1385)
- swapAndLiquify(contractTokenBalance) (#1200)
- Transfer(sender,recipient,tTransferAmount) (#1385)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- Transfer(sender,recipient,tTransferAmount) (#1375)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- Transfer(sender,recipient,tTransferAmount) (#1375)
- swapAndLiquify(contractTokenBalance) (#1200)
- Transfer(sender,recipient,tTransferAmount) (#973)
- _tokenTransfer(from,to,amount,takeFee) (#1212)
- Transfer(sender,recipient,tTransferAmount) (#973)
- swapAndLiquify(contractTokenBalance) (#1200)
- Transfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion) (#1249)
- swapAndLiquify(contractTokenBalance) (#1200)
- Transfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion) (#1257)
- swapAndLiquify(contractTokenBalance) (#1200)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#486-491) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#488)
SteamX.transferFrom(address,address,uint256) (#877-882) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[sender],Wallet is still locked) (#878)
SteamX.transfer(address,uint256) (#862-866) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[_msgSender()],Wallet is still locked) (#863)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#285-294) uses assembly
- INLINE ASM (#292)
Address._functionCallWithValue(address,bytes,uint256,string) (#378-399) uses assembly
- INLINE ASM (#391-394)
Do not use evm assembly.

Additional information: link

SteamX._transfer(address,address,uint256) (#1167-1213) compares to a boolean constant:
-_isExcludedFromMaxTx[from] == false && _isExcludedFromMaxTx[to] == false (#1176)
Remove the equality to the boolean constant.

Additional information: link

Address.sendValue(address,uint256) (#312-318) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#363-365) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#244-247) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#373-376) is never used and should be removed
Context._msgData() (#255-258) is never used and should be removed
SafeMath.mod(uint256,uint256) (#228-230) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#378-399) is never used and should be removed
Address.isContract(address) (#285-294) is never used and should be removed
Address.functionCall(address,bytes,string) (#348-350) is never used and should be removed
Address.functionCall(address,bytes) (#338-340) is never used and should be removed
Remove unused functions.

Additional information: link

SteamX._rTotal (#743) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _totalSupply))
SteamX._previousTaxFee (#753) is set pre-construction with a non-constant function or state variable:
- _taxFee
SteamX._previousPlatformFee (#759) is set pre-construction with a non-constant function or state variable:
- _platformFee
SteamX._previousLiquidityFee (#756) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
SteamX._previousMarketingFee (#762) is set pre-construction with a non-constant function or state variable:
- _marketingFee
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._functionCallWithValue(address,bytes,uint256,string) (#378-399):
- (success,returndata) = target.call{value: weiValue}(data) (#382)
Low level call in SteamX.swapAndLiquify(uint256) (#1216-1267):
- (sent,data) = _platformAddress.call{value: platformBalance}() (#1246)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1254)
Low level call in Address.sendValue(address,uint256) (#312-318):
- (success) = recipient.call{value: amount}() (#316)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable SteamX._platformAddress (#737) is not in mixedCase
Variable SteamX._platformFee (#758) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#533) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#550) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#532) is not in mixedCase
Variable SteamX._marketingAddress (#738) is not in mixedCase
Variable SteamX._maxTxAmount (#770) is not in mixedCase
Variable SteamX._taxFee (#752) is not in mixedCase
Parameter SteamX.setSwapAndLiquifyEnabled(bool)._enabled (#1040) is not in mixedCase
Variable SteamX._marketingFee (#761) is not in mixedCase
Function IUniswapV2Router01.WETH() (#572) is not in mixedCase
Parameter SteamX.calculateTaxFee(uint256)._amount (#1121) is not in mixedCase
Parameter SteamX.calculateLiquidityPlusFees(uint256)._amount (#1127) is not in mixedCase
Parameter SteamX.setMinTokensToSwap(uint256)._minTokens (#996) is not in mixedCase
Variable SteamX._liquidityFee (#755) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#256)" inContext (#250-259)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable SteamX._transferFromExcluded(address,address,uint256).rTransferAmount (#1379) is too similar to SteamX._getValues(uint256).tTransferAmount (#1076)
Variable SteamX.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to SteamX._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable SteamX._getValues(uint256).rTransferAmount (#1077) is too similar to SteamX._getValues(uint256).tTransferAmount (#1076)
Variable SteamX._transferStandard(address,address,uint256).rTransferAmount (#1360) is too similar to SteamX._transferToExcluded(address,address,uint256).tTransferAmount (#1369)
Variable SteamX._transferToExcluded(address,address,uint256).rTransferAmount (#1369) is too similar to SteamX._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable SteamX._transferToExcluded(address,address,uint256).rTransferAmount (#1369) is too similar to SteamX._transferFromExcluded(address,address,uint256).tTransferAmount (#1379)
Variable SteamX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1092) is too similar to SteamX._transferFromExcluded(address,address,uint256).tTransferAmount (#1379)
Variable SteamX._transferToExcluded(address,address,uint256).rTransferAmount (#1369) is too similar to SteamX._getTValues(uint256).tTransferAmount (#1084)
Variable SteamX._transferFromExcluded(address,address,uint256).rTransferAmount (#1379) is too similar to SteamX._getTValues(uint256).tTransferAmount (#1084)
Variable SteamX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1092) is too similar to SteamX._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable SteamX._getValues(uint256).rTransferAmount (#1077) is too similar to SteamX._transferToExcluded(address,address,uint256).tTransferAmount (#1369)
Variable SteamX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1092) is too similar to SteamX._transferToExcluded(address,address,uint256).tTransferAmount (#1369)
Variable SteamX._transferStandard(address,address,uint256).rTransferAmount (#1360) is too similar to SteamX._getValues(uint256).tTransferAmount (#1076)
Variable SteamX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1092) is too similar to SteamX._getTValues(uint256).tTransferAmount (#1084)
Variable SteamX._getValues(uint256).rTransferAmount (#1077) is too similar to SteamX._transferFromExcluded(address,address,uint256).tTransferAmount (#1379)
Variable SteamX._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SteamX._getTValues(uint256).tTransferAmount (#1084)
Variable SteamX._transferStandard(address,address,uint256).rTransferAmount (#1360) is too similar to SteamX._getTValues(uint256).tTransferAmount (#1084)
Variable SteamX._transferFromExcluded(address,address,uint256).rTransferAmount (#1379) is too similar to SteamX._transferToExcluded(address,address,uint256).tTransferAmount (#1369)
Variable SteamX._transferToExcluded(address,address,uint256).rTransferAmount (#1369) is too similar to SteamX._transferStandard(address,address,uint256).tTransferAmount (#1360)
Variable SteamX._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SteamX._getValues(uint256).tTransferAmount (#1076)
Variable SteamX._transferStandard(address,address,uint256).rTransferAmount (#1360) is too similar to SteamX._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable SteamX._transferStandard(address,address,uint256).rTransferAmount (#1360) is too similar to SteamX._transferStandard(address,address,uint256).tTransferAmount (#1360)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#577) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#578)
Variable SteamX._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SteamX._transferStandard(address,address,uint256).tTransferAmount (#1360)
Variable SteamX.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to SteamX._transferStandard(address,address,uint256).tTransferAmount (#1360)
Variable SteamX.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to SteamX._getTValues(uint256).tTransferAmount (#1084)
Variable SteamX._getValues(uint256).rTransferAmount (#1077) is too similar to SteamX._transferStandard(address,address,uint256).tTransferAmount (#1360)
Variable SteamX.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to SteamX._transferToExcluded(address,address,uint256).tTransferAmount (#1369)
Variable SteamX._transferToExcluded(address,address,uint256).rTransferAmount (#1369) is too similar to SteamX._getValues(uint256).tTransferAmount (#1076)
Variable SteamX._transferStandard(address,address,uint256).rTransferAmount (#1360) is too similar to SteamX._transferFromExcluded(address,address,uint256).tTransferAmount (#1379)
Variable SteamX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1092) is too similar to SteamX._transferStandard(address,address,uint256).tTransferAmount (#1360)
Variable SteamX._transferFromExcluded(address,address,uint256).rTransferAmount (#1379) is too similar to SteamX._transferStandard(address,address,uint256).tTransferAmount (#1360)
Variable SteamX.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to SteamX._getValues(uint256).tTransferAmount (#1076)
Variable SteamX._transferToExcluded(address,address,uint256).rTransferAmount (#1369) is too similar to SteamX._transferToExcluded(address,address,uint256).tTransferAmount (#1369)
Variable SteamX._getValues(uint256).rTransferAmount (#1077) is too similar to SteamX._getTValues(uint256).tTransferAmount (#1084)
Variable SteamX._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SteamX._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable SteamX.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to SteamX._transferFromExcluded(address,address,uint256).tTransferAmount (#1379)
Variable SteamX._getValues(uint256).rTransferAmount (#1077) is too similar to SteamX._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable SteamX._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1092) is too similar to SteamX._getValues(uint256).tTransferAmount (#1076)
Variable SteamX._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SteamX._transferFromExcluded(address,address,uint256).tTransferAmount (#1379)
Variable SteamX._transferFromExcluded(address,address,uint256).rTransferAmount (#1379) is too similar to SteamX._transferFromExcluded(address,address,uint256).tTransferAmount (#1379)
Variable SteamX._transferFromExcluded(address,address,uint256).rTransferAmount (#1379) is too similar to SteamX._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable SteamX._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SteamX._transferToExcluded(address,address,uint256).tTransferAmount (#1369)
Prevent variables from having similar names.

Additional information: link

SteamX.constructor() (#797-832) uses literals with too many digits:
- _isExcludedFromMaxTx[address(0x000000000000000000000000000000000000dEaD)] = true (#828)
SteamX.swapAndLiquify(uint256) (#1216-1267) uses literals with too many digits:
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion,false) (#1256)
SteamX.swapAndLiquify(uint256) (#1216-1267) uses literals with too many digits:
- Transfer(address(this),0x000000000000000000000000000000000000dEaD,marketingPortion) (#1257)
SteamX.swapAndLiquify(uint256) (#1216-1267) uses literals with too many digits:
- Transfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion) (#1249)
SteamX.slitherConstructorVariables() (#719-1389) uses literals with too many digits:
- _totalSupply = 100000000000 * 10 ** 9 (#742)
SteamX.slitherConstructorVariables() (#719-1389) uses literals with too many digits:
- _maxTxAmount = 175000000 * 10 ** 9 (#770)
SteamX.swapAndLiquify(uint256) (#1216-1267) uses literals with too many digits:
- _tokenTransfer(address(this),0x000000000000000000000000000000000000dEaD,platformPortion,false) (#1248)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

decimals() should be declared external:
- SteamX.decimals() (#849-851)
setPlatformAddress(address) should be declared external:
- SteamX.setPlatformAddress(address) (#988-990)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#458-461)
showMarketingaddress() should be declared external:
- SteamX.showMarketingaddress() (#1004-1006)
reflectionFromToken(uint256,bool) should be declared external:
- SteamX.reflectionFromToken(uint256,bool) (#925-934)
excludeFromFee(address) should be declared external:
- SteamX.excludeFromFee(address) (#976-978)
setMarketingAddress(address) should be declared external:
- SteamX.setMarketingAddress(address) (#992-994)
showPlatformAddress() should be declared external:
- SteamX.showPlatformAddress() (#1000-1002)
symbol() should be declared external:
- SteamX.symbol() (#845-847)
burn(address,uint256) should be declared external:
- SteamX.burn(address,uint256) (#1332-1335)
lockWallet(uint256) should be declared external:
- SteamX.lockWallet(uint256) (#902-904)
isExcludedFromReward(address) should be declared external:
- SteamX.isExcludedFromReward(address) (#894-896)
totalFees() should be declared external:
- SteamX.totalFees() (#898-900)
increaseAllowance(address,uint256) should be declared external:
- SteamX.increaseAllowance(address,uint256) (#884-887)
approve(address,uint256) should be declared external:
- SteamX.approve(address,uint256) (#872-875)
excludeFromReward(address) should be declared external:
- SteamX.excludeFromReward(address) (#942-950)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#467-471)
allowance(address,address) should be declared external:
- SteamX.allowance(address,address) (#868-870)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#473-475)
transferFrom(address,address,uint256) should be declared external:
- SteamX.transferFrom(address,address,uint256) (#877-882)
decreaseAllowance(address,uint256) should be declared external:
- SteamX.decreaseAllowance(address,uint256) (#889-892)
isExcludedFromMaxTx(address) should be declared external:
- SteamX.isExcludedFromMaxTx(address) (#980-982)
totalSupply() should be declared external:
- SteamX.totalSupply() (#853-855)
isExcludedFromFee(address) should be declared external:
- SteamX.isExcludedFromFee(address) (#1155-1157)
unlock() should be declared external:
- Ownable.unlock() (#486-491)
deliver(uint256) should be declared external:
- SteamX.deliver(uint256) (#916-923)
includeInFee(address) should be declared external:
- SteamX.includeInFee(address) (#1008-1010)
lockTimeOfWallet() should be declared external:
- SteamX.lockTimeOfWallet() (#837-839)
excludeOrIncludeFromMaxTx(address,bool) should be declared external:
- SteamX.excludeOrIncludeFromMaxTx(address,bool) (#984-986)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SteamX.setSwapAndLiquifyEnabled(bool) (#1040-1043)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#478-483)
transfer(address,uint256) should be declared external:
- SteamX.transfer(address,uint256) (#862-866)
name() should be declared external:
- SteamX.name() (#841-843)
Use the external attribute for functions never called from the contract.

Additional information: link

SteamX.includeInReward(address) (#952-963) has costly operations inside a loop:
- _excluded.pop() (#959)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:

Contract has 13% buy tax and 12% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.


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


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


Token is deployed only at one blockchain


Twitter account link seems to be invalid


Telegram account has relatively few subscribers


Unable to find token contract audit


Unable to find audit link on the website


Unable to find token on CoinHunt

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link

No disclosed threats

Price for SteamX