⚔️WELCOME TO APE OF ARENA !⚔️
🦍Apes Together Strong in the Arena 🦍
We are a moonshot token with plans to 1000x! 🚀
The team is Doxxed & Audited with a KYC soon with marketing that has targeted big influencers so far with many more to come and Times Square planned.
Ape Of Arena ($AOA) also has NFTs coming up called "APEX", these have several utilities such as:
♻️ PvP Arena (P2E Game) ⚔️
♻️ Exclusive Staking pools (Only accessible to APEX NFT owners!) 🚀
♻️ Tradeable on Marketplace
Our Schedule :
5% Airdrop start From 2022/02/07 - 2022/02/12
10% Private Sale start From 2022/02/10 - 2022/02/12
41% Pink Sale From 2022/02/12 - 2022/02/14
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
APE_OF_ARENA._isExcluded (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#902) is never initialized. It is used in:
- APE_OF_ARENA.balanceOf(address) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#983-986)
- APE_OF_ARENA._takeMarketing(uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1184-1190)
- APE_OF_ARENA._tokenTransfer(address,address,uint256,bool) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1293-1326)
APE_OF_ARENA._excluded (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#903) is never initialized. It is used in:
- APE_OF_ARENA._getCurrentSupply() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1169-1182)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
APE_OF_ARENA.updateMarketingWallet(address).newAddress (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1076) lacks a zero-check on :
- _marketingAddress = newAddress (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1077)
Check that the address is not zero.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#517-520)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#526-533)
name() should be declared external:
- APE_OF_ARENA.name() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#967-969)
symbol() should be declared external:
- APE_OF_ARENA.symbol() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#971-973)
decimals() should be declared external:
- APE_OF_ARENA.decimals() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#975-977)
totalSupply() should be declared external:
- APE_OF_ARENA.totalSupply() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#979-981)
balanceOf(address) should be declared external:
- APE_OF_ARENA.balanceOf(address) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#983-986)
transfer(address,uint256) should be declared external:
- APE_OF_ARENA.transfer(address,uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#988-995)
allowance(address,address) should be declared external:
- APE_OF_ARENA.allowance(address,address) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#997-1004)
approve(address,uint256) should be declared external:
- APE_OF_ARENA.approve(address,uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1006-1013)
transferFrom(address,address,uint256) should be declared external:
- APE_OF_ARENA.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1015-1030)
increaseAllowance(address,uint256) should be declared external:
- APE_OF_ARENA.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1032-1043)
decreaseAllowance(address,uint256) should be declared external:
- APE_OF_ARENA.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1045-1059)
excludeFromFee(address) should be declared external:
- APE_OF_ARENA.excludeFromFee(address) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1081-1083)
includeInFee(address) should be declared external:
- APE_OF_ARENA.includeInFee(address) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1085-1087)
isExcludedFromFee(address) should be declared external:
- APE_OF_ARENA.isExcludedFromFee(address) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1220-1222)
Use the external attribute for functions never called from the contract.
Additional information: link
APE_OF_ARENA.addLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1277-1290) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1282-1289)
Ensure that all the return values of the function calls are used.
Additional information: link
APE_OF_ARENA.allowance(address,address).owner (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#997) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#498-500) (function)
APE_OF_ARENA._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1225) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#498-500) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in APE_OF_ARENA.constructor() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#938-965):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#953-954)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#960)
- _isExcludedFromFee[address(this)] = true (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#961)
- _isExcludedFromFee[_marketingAddress] = true (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#962)
- uniswapV2Router = _uniswapV2Router (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#957)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in APE_OF_ARENA.constructor() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#938-965):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#953-954)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#964)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#307-318) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#314-316)
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#433-461) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#453-456)
Do not use evm assembly.
Additional information: link
APE_OF_ARENA.addLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1277-1290) is never used and should be removed
APE_OF_ARENA.swapTokensForEth(uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1259-1275) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#433-461) is never used and should be removed
Address.functionCall(address,bytes) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#368-373) is never used and should be removed
Address.functionCall(address,bytes,string) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#381-387) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#400-412) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#420-431) is never used and should be removed
Address.isContract(address) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#307-318) is never used and should be removed
Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#336-348) is never used and should be removed
Context._msgData() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#280-283) is never used and should be removed
SafeMath.mod(uint256,uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#249-251) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#265-272) is never used and should be removed
Remove unused functions.
Additional information: link
APE_OF_ARENA._rTotal (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#907) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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
Pragma version0.8.10 (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#22) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.10 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Low level call in Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#336-348):
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#343)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#433-461):
- (success,returndata) = target.call{value: weiValue}(data) (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#442-444)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#606) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#608) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#639) is not in mixedCase
Function IUniswapV2Router01.WETH() (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#687) is not in mixedCase
Contract APE_OF_ARENA (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#892-1429) is not in CapWords
Parameter APE_OF_ARENA.calculateTaxFee(uint256)._amount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1193) is not in mixedCase
Parameter APE_OF_ARENA.calculateMarketingFee(uint256)._amount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1197) is not in mixedCase
Variable APE_OF_ARENA._marketingAddress (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#910-911) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#281)" inContext (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#275-284)
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 (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#692) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#693)
Variable APE_OF_ARENA._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1388) is too similar to APE_OF_ARENA._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1334)
Variable APE_OF_ARENA._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1413) is too similar to APE_OF_ARENA._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1359)
Variable APE_OF_ARENA._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1388) is too similar to APE_OF_ARENA._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1359)
Variable APE_OF_ARENA._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1413) is too similar to APE_OF_ARENA._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1334)
Variable APE_OF_ARENA._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1338) is too similar to APE_OF_ARENA._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1136)
Variable APE_OF_ARENA._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1363) is too similar to APE_OF_ARENA._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1334)
Variable APE_OF_ARENA._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1413) is too similar to APE_OF_ARENA._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1409)
Variable APE_OF_ARENA._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1338) is too similar to APE_OF_ARENA._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1384)
Variable APE_OF_ARENA._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1363) is too similar to APE_OF_ARENA._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1359)
Variable APE_OF_ARENA._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1388) is too similar to APE_OF_ARENA._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1136)
Variable APE_OF_ARENA._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1388) is too similar to APE_OF_ARENA._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1384)
Variable APE_OF_ARENA._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1338) is too similar to APE_OF_ARENA._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1334)
Variable APE_OF_ARENA._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1158-1160) is too similar to APE_OF_ARENA._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1136)
Variable APE_OF_ARENA._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1363) is too similar to APE_OF_ARENA._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1409)
Variable APE_OF_ARENA._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1158-1160) is too similar to APE_OF_ARENA._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1384)
Variable APE_OF_ARENA._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1338) is too similar to APE_OF_ARENA._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1359)
Variable APE_OF_ARENA._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1338) is too similar to APE_OF_ARENA._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1409)
Variable APE_OF_ARENA._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1158-1160) is too similar to APE_OF_ARENA._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1334)
Variable APE_OF_ARENA._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1413) is too similar to APE_OF_ARENA._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1136)
Variable APE_OF_ARENA._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1413) is too similar to APE_OF_ARENA._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1384)
Variable APE_OF_ARENA._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1158-1160) is too similar to APE_OF_ARENA._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1359)
Variable APE_OF_ARENA._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1363) is too similar to APE_OF_ARENA._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1136)
Variable APE_OF_ARENA._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1388) is too similar to APE_OF_ARENA._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1409)
Variable APE_OF_ARENA._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1158-1160) is too similar to APE_OF_ARENA._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1409)
Variable APE_OF_ARENA._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1363) is too similar to APE_OF_ARENA._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#1384)
Prevent variables from having similar names.
Additional information: link
Ownable._previousOwner (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#478) is never used in APE_OF_ARENA (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#892-1429)
Remove unused state variables.
Additional information: link
APE_OF_ARENA._decimals (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#916) should be constant
APE_OF_ARENA._name (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#914) should be constant
APE_OF_ARENA._symbol (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#915) should be constant
APE_OF_ARENA._tTotal (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#906) should be constant
Ownable._previousOwner (crytic-export/etherscan-contracts/0x5feb5087e21cdfb689b17cd543ec6c3810bc898d.bscscan.com-APE_OF_ARENA.sol#478) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinGecko
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find code repository for the project
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Unable to find Youtube account
Unable to find Discord account