Sportemon-Go Token Logo

SGO [Sportemon-Go] Token

About SGO

Listings

Token 3 years
CoinMarketCap 3 years
white paper

Sportemon Go was founded in 2021 by Ricky and Corey Jackson. With illustrious backgrounds in sports marketing and sporting software, the pair envisaged the creation of a platform to stand as a world premier in NFT augmented reality sports trading.

With a purpose to revolutionize both the gaming and NFT collectible industries, Sportemon Go will enable its users to hunt and collect NFTs of their favourite sporting heroes in both the real world and in real time. Creating the perfect synergy between our current world and the metaverse, participants will be able to interact at stadiums and sporting events like never before.

Sportemon Go is funded solely through its own cryptocurrency, a BEP20 token leveraging a smart contract on the Binance Block Chain network. This native cryptocurrency will power the entire economy within the platform allowing users to purchase NFT collectibles, form their ultimate team, participate in mini games, earn rewards and much more.

Social

Laser Scorebeta Last Audit: 4 May 2022

report
Token seems to be a scam (type: rug pull scam).

Anti-Scam

Links


Contract creator or owner is blacklisted for past scams

SportemonGo.checkContractBalance() (#986-990) sends eth to arbitrary user
Dangerous calls:
- _contract.transfer(address(this).balance) (#989)
SportemonGo.swapAndLiquify(uint256) (#1136-1187) sends eth to arbitrary user
Dangerous calls:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in SportemonGo._transfer(address,address,uint256) (#1089-1133):
External calls:
- swapAndLiquify(contractTokenBalance) (#1120)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1120)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _charityFee = _previousCharityFee (#1073)
- _charityFee = 0 (#1066)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _liquidityFee = _previousLiquidityFee (#1072)
- _liquidityFee = 0 (#1065)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _marketingAndDevBudget = _previousMarketingAndDevBudget (#1074)
- _marketingAndDevBudget = 0 (#1067)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _previousCharityFee = _charityFee (#1061)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _previousLiquidityFee = _liquidityFee (#1060)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _previousMarketingAndDevBudget = _marketingAndDevBudget (#1062)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _previousTaxFee = _taxFee (#1059)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1038)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1247)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1256)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1267)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#898)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1248)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1258)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1268)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#900)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _rTotal = _rTotal.sub(rFee) (#993)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _tFeeTotal = _tFeeTotal.add(tFee) (#994)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1040)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#897)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1266)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1257)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#899)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- _taxFee = _previousTaxFee (#1071)
- _taxFee = 0 (#1064)
Reentrancy in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
State variables written after the call(s):
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _charityFee = _previousCharityFee (#1073)
- _charityFee = 0 (#1066)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _liquidityFee = _previousLiquidityFee (#1072)
- _liquidityFee = 0 (#1065)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _marketingAndDevBudget = _previousMarketingAndDevBudget (#1074)
- _marketingAndDevBudget = 0 (#1067)
Reentrancy in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
State variables written after the call(s):
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _charityFee = _previousCharityFee (#1073)
- _charityFee = 0 (#1066)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _liquidityFee = _previousLiquidityFee (#1072)
- _liquidityFee = 0 (#1065)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _marketingAndDevBudget = _previousMarketingAndDevBudget (#1074)
- _marketingAndDevBudget = 0 (#1067)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _previousCharityFee = _charityFee (#1061)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _previousLiquidityFee = _liquidityFee (#1060)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _previousMarketingAndDevBudget = _marketingAndDevBudget (#1062)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _previousTaxFee = _taxFee (#1059)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1038)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1247)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1256)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1267)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#898)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1248)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1258)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1268)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#900)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _rTotal = _rTotal.sub(rFee) (#993)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _tFeeTotal = _tFeeTotal.add(tFee) (#994)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1040)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#897)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1266)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1257)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#899)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- _taxFee = _previousTaxFee (#1071)
- _taxFee = 0 (#1064)
Apply the check-effects-interactions pattern.

Additional information: link


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


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)

Contract name (Sportemon-Go) 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.

SportemonGo.includeInReward(address) (#882-893) has costly operations inside a loop:
- _excluded.pop() (#889)
Use a local variable to hold the loop computation result.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#293-299):
- (success) = recipient.call{value: amount}() (#297)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#359-380):
- (success,returndata) = target.call{value: weiValue}(data) (#363)
Low level call in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

SportemonGo.swapAndLiquify(uint256) (#1136-1187) performs a multiplication on the result of a division:
-charityBalance = newBalance.div(totalLiqFee).mul(_charityFee) (#1155)
SportemonGo.swapAndLiquify(uint256) (#1136-1187) performs a multiplication on the result of a division:
-charityPortion = otherHalf.div(totalLiqFee).mul(_charityFee) (#1156)
SportemonGo.swapAndLiquify(uint256) (#1136-1187) performs a multiplication on the result of a division:
-marketingBalance = newBalance.div(totalLiqFee).mul(_marketingAndDevBudget) (#1158)
SportemonGo.swapAndLiquify(uint256) (#1136-1187) performs a multiplication on the result of a division:
-marketingPortion = otherHalf.div(totalLiqFee).mul(_marketingAndDevBudget) (#1159)
Consider ordering multiplication before division.

Additional information: link

SportemonGo.addLiquidity(uint256,uint256,address) (#1208-1221) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
Ensure that all the return values of the function calls are used.

Additional information: link

SportemonGo.allowance(address,address).owner (#807) shadows:
- Ownable.owner() (#416-418) (function)
SportemonGo._approve(address,address,uint256).owner (#1081) shadows:
- Ownable.owner() (#416-418) (function)
Rename the local variables that shadow another component.

Additional information: link

SportemonGo.setCharityFeePercent(uint256) (#930-935) should emit an event for:
- _charityFee = 0 (#931)
- _charityFee = charityFee (#933)
SportemonGo.setTaxFeePercent(uint256) (#937-942) should emit an event for:
- _taxFee = 0 (#938)
- _taxFee = taxFee (#940)
SportemonGo.setMarketingDevFeePercent(uint256) (#944-949) should emit an event for:
- _marketingAndDevBudget = 0 (#945)
- _marketingAndDevBudget = marketingAndDevBudget (#947)
SportemonGo.setLiquidityFeePercent(uint256) (#951-956) should emit an event for:
- _liquidityFee = 0 (#952)
- _liquidityFee = liquidityFee (#954)
SportemonGo.setMaxTx(uint256) (#958-960) should emit an event for:
- _maxTxAmount = maxTx * 10 ** 9 (#959)
SportemonGo.afterPresale(uint256) (#977-981) should emit an event for:
- _maxTxAmount = maxTx * 10 ** 9 (#978)
Emit an event for critical parameter changes.

Additional information: link

SportemonGo.setCharityAddress(address).charity (#910) lacks a zero-check on :
- _charityAddress = charity (#911)
SportemonGo.setMarketingDevAddress(address).marketing (#914) lacks a zero-check on :
- _marketingDevAddress = marketing (#915)
SportemonGo.checkContractBalance()._contract (#988) lacks a zero-check on :
- _contract.transfer(address(this).balance) (#989)
Check that the address is not zero.

Additional information: link

Reentrancy in SportemonGo.constructor() (#757-773):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#762-763)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#769)
- _isExcludedFromFee[address(this)] = true (#770)
- uniswapV2Router = _uniswapV2Router (#766)
Reentrancy in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
State variables written after the call(s):
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _previousCharityFee = _charityFee (#1061)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _previousLiquidityFee = _liquidityFee (#1060)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _previousMarketingAndDevBudget = _marketingAndDevBudget (#1062)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _previousTaxFee = _taxFee (#1059)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1038)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1247)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1256)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1267)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#898)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1248)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1258)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1268)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#900)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _rTotal = _rTotal.sub(rFee) (#993)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _tFeeTotal = _tFeeTotal.add(tFee) (#994)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1040)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#897)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1266)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1257)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#899)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- _taxFee = _previousTaxFee (#1071)
- _taxFee = 0 (#1064)
Reentrancy in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
State variables written after the call(s):
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- _allowances[owner][spender] = amount (#1085)
Reentrancy in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1179)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1179)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
State variables written after the call(s):
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1179)
- _allowances[owner][spender] = amount (#1085)
Reentrancy in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1179)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1183)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1179)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1183)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
State variables written after the call(s):
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1183)
- _allowances[owner][spender] = amount (#1085)
Reentrancy in SportemonGo.transferFrom(address,address,uint256) (#816-821):
External calls:
- _transfer(sender,recipient,amount) (#818)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
External calls sending eth:
- _transfer(sender,recipient,amount) (#818)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#819)
- _allowances[owner][spender] = amount (#1085)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SportemonGo._transfer(address,address,uint256) (#1089-1133):
External calls:
- swapAndLiquify(contractTokenBalance) (#1120)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1120)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1251)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- Transfer(sender,recipient,tTransferAmount) (#1261)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- Transfer(sender,recipient,tTransferAmount) (#1271)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
- Transfer(sender,recipient,tTransferAmount) (#903)
- _tokenTransfer(from,to,amount,takeFee) (#1132)
Reentrancy in SportemonGo.constructor() (#757-773):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#762-763)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#772)
Reentrancy in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1251)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- Transfer(sender,recipient,tTransferAmount) (#1271)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- Transfer(sender,recipient,tTransferAmount) (#1261)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- Transfer(sender,recipient,tTransferAmount) (#903)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
- Transfer(address(this),0x0000000000000000000000000000000000000001,charityPortion) (#1169)
Reentrancy in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1086)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
Reentrancy in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1251)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- Transfer(sender,recipient,tTransferAmount) (#1271)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- Transfer(sender,recipient,tTransferAmount) (#1261)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- Transfer(sender,recipient,tTransferAmount) (#903)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
- Transfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion) (#1177)
Reentrancy in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1179)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1179)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1086)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1179)
Reentrancy in SportemonGo.swapAndLiquify(uint256) (#1136-1187):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1179)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1183)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1179)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1183)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1086)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1183)
- SwapAndLiquify(half,newBalance,otherHalf) (#1186)
Reentrancy in SportemonGo.transferFrom(address,address,uint256) (#816-821):
External calls:
- _transfer(sender,recipient,amount) (#818)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1199-1205)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
External calls sending eth:
- _transfer(sender,recipient,amount) (#818)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1213-1220)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1166)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1174)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1086)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#819)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#466-471) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#468)
SportemonGo.transfer(address,uint256) (#801-805) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[_msgSender()],Wallet is still locked) (#802)
SportemonGo.transferFrom(address,address,uint256) (#816-821) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[sender],Wallet is still locked) (#817)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#266-275) uses assembly
- INLINE ASM (#273)
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) uses assembly
- INLINE ASM (#372-375)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) is never used and should be removed
Address.functionCall(address,bytes) (#319-321) is never used and should be removed
Address.functionCall(address,bytes,string) (#329-331) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#354-357) is never used and should be removed
Address.isContract(address) (#266-275) is never used and should be removed
Address.sendValue(address,uint256) (#293-299) is never used and should be removed
Context._msgData() (#238-241) is never used and should be removed
SafeMath.mod(uint256,uint256) (#211-213) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#227-230) is never used and should be removed
Remove unused functions.

Additional information: link

SportemonGo._rTotal (#706) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SportemonGo._previousTaxFee (#714) is set pre-construction with a non-constant function or state variable:
- _taxFee
SportemonGo._previousLiquidityFee (#717) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
SportemonGo._previousCharityFee (#720) is set pre-construction with a non-constant function or state variable:
- _charityFee
SportemonGo._previousMarketingAndDevBudget (#723) is set pre-construction with a non-constant function or state variable:
- _marketingAndDevBudget
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

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#510) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#511) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#528) is not in mixedCase
Function IUniswapV2Router01.WETH() (#550) is not in mixedCase
Parameter SportemonGo.setSwapAndLiquifyEnabled(bool)._enabled (#962) is not in mixedCase
Parameter SportemonGo.calculateTaxFee(uint256)._amount (#1043) is not in mixedCase
Parameter SportemonGo.calculateLiquidityPlusCharityFee(uint256)._amount (#1049) is not in mixedCase
Variable SportemonGo._charityAddress (#701) is not in mixedCase
Variable SportemonGo._marketingDevAddress (#702) is not in mixedCase
Variable SportemonGo._taxFee (#713) is not in mixedCase
Variable SportemonGo._liquidityFee (#716) is not in mixedCase
Variable SportemonGo._charityFee (#719) is not in mixedCase
Variable SportemonGo._marketingAndDevBudget (#722) is not in mixedCase
Variable SportemonGo._maxTxAmount (#732) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#239)" inContext (#233-242)
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 (#555) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#556)
Variable SportemonGo._transferToExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to SportemonGo._getValues(uint256).tTransferAmount (#998)
Variable SportemonGo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1014) is too similar to SportemonGo._transferFromExcluded(address,address,uint256).tTransferAmount (#1265)
Variable SportemonGo.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to SportemonGo._getValues(uint256).tTransferAmount (#998)
Variable SportemonGo._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to SportemonGo._transferFromExcluded(address,address,uint256).tTransferAmount (#1265)
Variable SportemonGo._transferToExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to SportemonGo._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable SportemonGo._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to SportemonGo._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable SportemonGo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1014) is too similar to SportemonGo._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable SportemonGo._transferFromExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to SportemonGo._getValues(uint256).tTransferAmount (#998)
Variable SportemonGo._transferStandard(address,address,uint256).rTransferAmount (#1246) is too similar to SportemonGo._getValues(uint256).tTransferAmount (#998)
Variable SportemonGo._getValues(uint256).rTransferAmount (#999) is too similar to SportemonGo._transferToExcluded(address,address,uint256).tTransferAmount (#1255)
Variable SportemonGo._getValues(uint256).rTransferAmount (#999) is too similar to SportemonGo._getValues(uint256).tTransferAmount (#998)
Variable SportemonGo._transferStandard(address,address,uint256).rTransferAmount (#1246) is too similar to SportemonGo._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable SportemonGo._transferToExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to SportemonGo._transferFromExcluded(address,address,uint256).tTransferAmount (#1265)
Variable SportemonGo._getValues(uint256).rTransferAmount (#999) is too similar to SportemonGo._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable SportemonGo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1014) is too similar to SportemonGo._getValues(uint256).tTransferAmount (#998)
Variable SportemonGo.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to SportemonGo._transferFromExcluded(address,address,uint256).tTransferAmount (#1265)
Variable SportemonGo._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to SportemonGo._getValues(uint256).tTransferAmount (#998)
Variable SportemonGo._getValues(uint256).rTransferAmount (#999) is too similar to SportemonGo._getTValues(uint256).tTransferAmount (#1006)
Variable SportemonGo._transferToExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to SportemonGo._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable SportemonGo.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to SportemonGo._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable SportemonGo._transferFromExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to SportemonGo._transferFromExcluded(address,address,uint256).tTransferAmount (#1265)
Variable SportemonGo._transferStandard(address,address,uint256).rTransferAmount (#1246) is too similar to SportemonGo._transferFromExcluded(address,address,uint256).tTransferAmount (#1265)
Variable SportemonGo._transferFromExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to SportemonGo._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable SportemonGo._transferStandard(address,address,uint256).rTransferAmount (#1246) is too similar to SportemonGo._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable SportemonGo._getValues(uint256).rTransferAmount (#999) is too similar to SportemonGo._transferFromExcluded(address,address,uint256).tTransferAmount (#1265)
Variable SportemonGo._transferToExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to SportemonGo._transferToExcluded(address,address,uint256).tTransferAmount (#1255)
Variable SportemonGo._getValues(uint256).rTransferAmount (#999) is too similar to SportemonGo._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable SportemonGo._transferStandard(address,address,uint256).rTransferAmount (#1246) is too similar to SportemonGo._getTValues(uint256).tTransferAmount (#1006)
Variable SportemonGo._transferStandard(address,address,uint256).rTransferAmount (#1246) is too similar to SportemonGo._transferToExcluded(address,address,uint256).tTransferAmount (#1255)
Variable SportemonGo._transferFromExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to SportemonGo._getTValues(uint256).tTransferAmount (#1006)
Variable SportemonGo.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to SportemonGo._getTValues(uint256).tTransferAmount (#1006)
Variable SportemonGo._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to SportemonGo._getTValues(uint256).tTransferAmount (#1006)
Variable SportemonGo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1014) is too similar to SportemonGo._getTValues(uint256).tTransferAmount (#1006)
Variable SportemonGo._transferFromExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to SportemonGo._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable SportemonGo._transferFromExcluded(address,address,uint256).rTransferAmount (#1265) is too similar to SportemonGo._transferToExcluded(address,address,uint256).tTransferAmount (#1255)
Variable SportemonGo.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to SportemonGo._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable SportemonGo._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to SportemonGo._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable SportemonGo.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to SportemonGo._transferToExcluded(address,address,uint256).tTransferAmount (#1255)
Variable SportemonGo._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to SportemonGo._transferToExcluded(address,address,uint256).tTransferAmount (#1255)
Variable SportemonGo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1014) is too similar to SportemonGo._transferStandard(address,address,uint256).tTransferAmount (#1246)
Variable SportemonGo._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1014) is too similar to SportemonGo._transferToExcluded(address,address,uint256).tTransferAmount (#1255)
Variable SportemonGo._transferToExcluded(address,address,uint256).rTransferAmount (#1255) is too similar to SportemonGo._getTValues(uint256).tTransferAmount (#1006)
Prevent variables from having similar names.

Additional information: link

SportemonGo.swapAndLiquify(uint256) (#1136-1187) uses literals with too many digits:
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1168)
SportemonGo.swapAndLiquify(uint256) (#1136-1187) uses literals with too many digits:
- Transfer(address(this),0x0000000000000000000000000000000000000001,charityPortion) (#1169)
SportemonGo.swapAndLiquify(uint256) (#1136-1187) uses literals with too many digits:
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1176)
SportemonGo.swapAndLiquify(uint256) (#1136-1187) uses literals with too many digits:
- Transfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion) (#1177)
SportemonGo.slitherConstructorVariables() (#688-1275) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** 9 (#705)
SportemonGo.slitherConstructorVariables() (#688-1275) uses literals with too many digits:
- _maxTxAmount = 1000000000000000 * 10 ** 9 (#732)
SportemonGo.slitherConstructorVariables() (#688-1275) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 250000000000 * 10 ** 9 (#734)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SportemonGo._decimals (#711) should be constant
SportemonGo._name (#709) should be constant
SportemonGo._symbol (#710) should be constant
SportemonGo._tTotal (#705) should be constant
SportemonGo.numTokensSellToAddToLiquidity (#734) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#438-441)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#447-451)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#453-455)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#458-463)
unlock() should be declared external:
- Ownable.unlock() (#466-471)
lockTimeOfWallet() should be declared external:
- SportemonGo.lockTimeOfWallet() (#775-777)
name() should be declared external:
- SportemonGo.name() (#780-782)
symbol() should be declared external:
- SportemonGo.symbol() (#784-786)
decimals() should be declared external:
- SportemonGo.decimals() (#788-790)
totalSupply() should be declared external:
- SportemonGo.totalSupply() (#792-794)
transfer(address,uint256) should be declared external:
- SportemonGo.transfer(address,uint256) (#801-805)
allowance(address,address) should be declared external:
- SportemonGo.allowance(address,address) (#807-809)
approve(address,uint256) should be declared external:
- SportemonGo.approve(address,uint256) (#811-814)
transferFrom(address,address,uint256) should be declared external:
- SportemonGo.transferFrom(address,address,uint256) (#816-821)
increaseAllowance(address,uint256) should be declared external:
- SportemonGo.increaseAllowance(address,uint256) (#823-826)
decreaseAllowance(address,uint256) should be declared external:
- SportemonGo.decreaseAllowance(address,uint256) (#828-831)
isExcludedFromReward(address) should be declared external:
- SportemonGo.isExcludedFromReward(address) (#833-835)
totalFees() should be declared external:
- SportemonGo.totalFees() (#837-839)
lockWallet(uint256) should be declared external:
- SportemonGo.lockWallet(uint256) (#841-843)
deliver(uint256) should be declared external:
- SportemonGo.deliver(uint256) (#846-853)
reflectionFromToken(uint256,bool) should be declared external:
- SportemonGo.reflectionFromToken(uint256,bool) (#855-864)
excludeFromReward(address) should be declared external:
- SportemonGo.excludeFromReward(address) (#872-880)
excludeFromFee(address) should be declared external:
- SportemonGo.excludeFromFee(address) (#906-908)
setCharityAddress(address) should be declared external:
- SportemonGo.setCharityAddress(address) (#910-912)
setMarketingDevAddress(address) should be declared external:
- SportemonGo.setMarketingDevAddress(address) (#914-916)
showCharityaddress() should be declared external:
- SportemonGo.showCharityaddress() (#918-920)
showMarketingaddress() should be declared external:
- SportemonGo.showMarketingaddress() (#922-924)
includeInFee(address) should be declared external:
- SportemonGo.includeInFee(address) (#926-928)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SportemonGo.setSwapAndLiquifyEnabled(bool) (#962-965)
isExcludedFromFee(address) should be declared external:
- SportemonGo.isExcludedFromFee(address) (#1077-1079)
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.


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


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


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


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Token is deployed only at one blockchain


Unable to find Youtube account


Unable to find Discord account


Token was delisted from CoinGecko

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has no active CoinGecko listing / rank


Token has a considerable age, but average PancakeSwap 30d trading volume is low


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 CoinMarketCap rank

Price for SGO

News for SGO