Aurora dimension Token Logo

Aurora [Aurora dimension] Token

About Aurora

Listings

Token 2 years

Excellent virtual reality technology

Simulation technology, computer graphics, man-machine interface technology, multimedia technology, sensor technology, network technology and other technologies are a challenging cross cutting-edge subject and research field. Virtual reality technology (VR) mainly includes simulation environment, perception, natural skills and sensing equipment. Simulation environment is a real-time and dynamic three-dimensional realistic image generated by computer.

Natural skills and sensing equipment. Simulation environment is a real-time and dynamic three-dimensional realistic image generated by computer.

Social

Laser Scorebeta Last Audit: 15 January 2022

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...)

Reentrancy in Aurora._transfer(address,address,uint256) (#1136-1213):
External calls:
- swapAndLiquify(swapTokens) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1251-1257)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1165)
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
- address(address(_buyBackWalletAddress1)).transfer(buyBackFees1) (#1230)
- address(address(_buyBackWalletAddress2)).transfer(buyBackFees2) (#1234)
- address(address(_buyBackWalletAddress3)).transfer(buyBackFees3) (#1238)
State variables written after the call(s):
- super._transfer(from,blackHole,hole) (#1186)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- super._transfer(from,_randomAddres,randomFee) (#1190)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- super._transfer(from,address(this),liquidityFees) (#1193)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- super._transfer(from,blackHole,hole_scope_0) (#1198)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- super._transfer(from,address(this),liquidityFees_scope_1) (#1202)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- super._transfer(from,to,amount) (#1211)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- swapAndLiquifyEnabled = false (#1206)
- swapping = false (#1167)
Apply the check-effects-interactions pattern.

Additional information: link

Redundant expression "this (#10)" inContext (#4-14)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Aurora._transfer(address,address,uint256) (#1136-1213) performs a multiplication on the result of a division:
-fees = amount.mul(saleTotalFees).div(100) (#1183)
-hole_scope_0 = fees.mul(blackHoleFee1).div(buyTotalFees) (#1197)
Aurora._transfer(address,address,uint256) (#1136-1213) performs a multiplication on the result of a division:
-fees = amount.mul(saleTotalFees).div(100) (#1183)
-hole = fees.mul(blackHoleFee2).div(saleTotalFees) (#1185)
Aurora._transfer(address,address,uint256) (#1136-1213) performs a multiplication on the result of a division:
-fees = amount.mul(saleTotalFees).div(100) (#1183)
-randomFee = fees.mul(randomUserFee).div(saleTotalFees) (#1189)
Consider ordering multiplication before division.

Additional information: link

ERC20.allowance(address,address).owner (#414) shadows:
- Ownable.owner() (#277-279) (function)
ERC20._approve(address,address,uint256).owner (#619) shadows:
- Ownable.owner() (#277-279) (function)
Rename the local variables that shadow another component.

Additional information: link

Aurora.clearStuckBalance(uint256,address).adr (#1269) lacks a zero-check on :
- address(adr).transfer((amountETH * amountPercentage) / 100) (#1271-1273)
Check that the address is not zero.

Additional information: link

Reentrancy in Aurora._transfer(address,address,uint256) (#1136-1213):
External calls:
- swapAndLiquify(swapTokens) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1251-1257)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1165)
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
- address(address(_buyBackWalletAddress1)).transfer(buyBackFees1) (#1230)
- address(address(_buyBackWalletAddress2)).transfer(buyBackFees2) (#1234)
- address(address(_buyBackWalletAddress3)).transfer(buyBackFees3) (#1238)
State variables written after the call(s):
- _burnAmount += hole (#1187)
- _burnAmount += hole_scope_0 (#1199)
Reentrancy in Aurora.constructor() (#1070-1096):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1075-1076)
State variables written after the call(s):
- _mint(owner(),10000 * 10 ** 12 * 10 ** 18) (#1095)
- _balances[account] = _balances[account].add(amount) (#573)
- excludeFromFees(owner(),true) (#1084)
- _isExcludedFromFees[account] = excluded (#1108)
- excludeFromFees(_liquidityAddres,true) (#1085)
- _isExcludedFromFees[account] = excluded (#1108)
- excludeFromFees(address(this),true) (#1086)
- _isExcludedFromFees[account] = excluded (#1108)
- excludeFromFees(0x22C22CffaC3cF942CC128225D43E6146dFBEA5BF,true) (#1087)
- _isExcludedFromFees[account] = excluded (#1108)
- excludeFromFees(0x16F31C620fCC1ac8b45a33b7780A43448a243629,true) (#1088)
- _isExcludedFromFees[account] = excluded (#1108)
- excludeFromFees(0x9F9bd85fF8aE28B34dC442C922d90290Cd1Ba504,true) (#1089)
- _isExcludedFromFees[account] = excluded (#1108)
- excludeFromFees(0xdFddA7a79911fc160fD82822a3a9BA6BF1dA5A19,true) (#1090)
- _isExcludedFromFees[account] = excluded (#1108)
- excludeFromFees(0x74c130ea241303b96DEA6BE6Bb8AD36De927A0a2,true) (#1091)
- _isExcludedFromFees[account] = excluded (#1108)
- excludeFromFees(0x2493499562AF8B5a326541188A566070357ed8E5,true) (#1092)
- _isExcludedFromFees[account] = excluded (#1108)
- excludeFromFees(0xE427002C67A6f736395AD2570Cfce4e35F2aaE95,true) (#1093)
- _isExcludedFromFees[account] = excluded (#1108)
- _mint(owner(),10000 * 10 ** 12 * 10 ** 18) (#1095)
- _totalSupply = _totalSupply.add(amount) (#572)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1081)
- automatedMarketMakerPairs[pair] = value (#1129)
- uniswapV2Pair = _uniswapV2Pair (#1079)
- uniswapV2Router = _uniswapV2Router (#1078)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Aurora._transfer(address,address,uint256) (#1136-1213):
External calls:
- swapAndLiquify(swapTokens) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1251-1257)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1165)
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
- address(address(_buyBackWalletAddress1)).transfer(buyBackFees1) (#1230)
- address(address(_buyBackWalletAddress2)).transfer(buyBackFees2) (#1234)
- address(address(_buyBackWalletAddress3)).transfer(buyBackFees3) (#1238)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,blackHole,hole) (#1186)
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,address(this),liquidityFees) (#1193)
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,to,amount) (#1211)
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,_randomAddres,randomFee) (#1190)
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,blackHole,hole_scope_0) (#1198)
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,address(this),liquidityFees_scope_1) (#1202)
Reentrancy in Aurora.constructor() (#1070-1096):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1075-1076)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(owner(),true) (#1084)
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(address(this),true) (#1086)
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(_liquidityAddres,true) (#1085)
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(0x2493499562AF8B5a326541188A566070357ed8E5,true) (#1092)
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(0x74c130ea241303b96DEA6BE6Bb8AD36De927A0a2,true) (#1091)
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(0xE427002C67A6f736395AD2570Cfce4e35F2aaE95,true) (#1093)
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(0xdFddA7a79911fc160fD82822a3a9BA6BF1dA5A19,true) (#1090)
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(0x9F9bd85fF8aE28B34dC442C922d90290Cd1Ba504,true) (#1089)
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(0x16F31C620fCC1ac8b45a33b7780A43448a243629,true) (#1088)
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(0x22C22CffaC3cF942CC128225D43E6146dFBEA5BF,true) (#1087)
- Transfer(address(0),account,amount) (#574)
- _mint(owner(),10000 * 10 ** 12 * 10 ** 18) (#1095)
Reentrancy in Aurora.swapAndLiquify(uint256) (#1216-1240):
External calls:
- swapTokensForETH(contractTokenBalance) (#1217)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1251-1257)
External calls sending eth:
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
Event emitted after the call(s):
- SwapAndSendTo(_marketingWalletAddress1,marketingFees1,marking1) (#1223)
Reentrancy in Aurora.swapAndLiquify(uint256) (#1216-1240):
External calls:
- swapTokensForETH(contractTokenBalance) (#1217)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1251-1257)
External calls sending eth:
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
Event emitted after the call(s):
- SwapAndSendTo(_marketingWalletAddress2,marketingFees2,marking2) (#1227)
Reentrancy in Aurora.swapAndLiquify(uint256) (#1216-1240):
External calls:
- swapTokensForETH(contractTokenBalance) (#1217)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1251-1257)
External calls sending eth:
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
- address(address(_buyBackWalletAddress1)).transfer(buyBackFees1) (#1230)
Event emitted after the call(s):
- SwapAndSendTo(_buyBackWalletAddress1,buyBackFees1,buyback1) (#1231)
Reentrancy in Aurora.swapAndLiquify(uint256) (#1216-1240):
External calls:
- swapTokensForETH(contractTokenBalance) (#1217)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1251-1257)
External calls sending eth:
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
- address(address(_buyBackWalletAddress1)).transfer(buyBackFees1) (#1230)
- address(address(_buyBackWalletAddress2)).transfer(buyBackFees2) (#1234)
Event emitted after the call(s):
- SwapAndSendTo(_buyBackWalletAddress2,buyBackFees2,buyback2) (#1235)
Reentrancy in Aurora.swapAndLiquify(uint256) (#1216-1240):
External calls:
- swapTokensForETH(contractTokenBalance) (#1217)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1251-1257)
External calls sending eth:
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
- address(address(_buyBackWalletAddress1)).transfer(buyBackFees1) (#1230)
- address(address(_buyBackWalletAddress2)).transfer(buyBackFees2) (#1234)
- address(address(_buyBackWalletAddress3)).transfer(buyBackFees3) (#1238)
Event emitted after the call(s):
- SwapAndSendTo(_buyBackWalletAddress3,buyBackFees3,buyback3) (#1239)
Apply the check-effects-interactions pattern.

Additional information: link

Context._msgData() (#9-13) is never used and should be removed
ERC20._burn(address,uint256) (#592-603) is never used and should be removed
SafeMath.mod(uint256,uint256) (#781-783) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#797-804) is never used and should be removed
Remove unused functions.

Additional information: link

Aurora.buyTotalFees (#1036) is set pre-construction with a non-constant function or state variable:
- marketingFee1.add(marketingFee2).add(blackHoleFee1)
Aurora.saleTotalFees (#1037) is set pre-construction with a non-constant function or state variable:
- buyBackFee1.add(buyBackFee2).add(buyBackFee3).add(blackHoleFee2).add(randomUserFee)
Aurora.totalFees (#1038) is set pre-construction with a non-constant function or state variable:
- buyTotalFees.add(saleTotalFees)
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() (#49) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#51) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#82) is not in mixedCase
Function ERC20.Approve(address,uint256) (#577-579) is not in mixedCase
Function IUniswapV2Router01.WETH() (#810) is not in mixedCase
Parameter Aurora.setSwapAndLiquifyEnabled(bool)._enabled (#1124) is not in mixedCase
Variable Aurora._maxTxAmount (#1023) is not in mixedCase
Variable Aurora._burnAmount (#1025) is not in mixedCase
Constant Aurora.blackHole (#1047) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Reentrancy in Aurora._transfer(address,address,uint256) (#1136-1213):
External calls:
- swapAndLiquify(swapTokens) (#1165)
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
- address(address(_buyBackWalletAddress1)).transfer(buyBackFees1) (#1230)
- address(address(_buyBackWalletAddress2)).transfer(buyBackFees2) (#1234)
- address(address(_buyBackWalletAddress3)).transfer(buyBackFees3) (#1238)
State variables written after the call(s):
- super._transfer(from,blackHole,hole) (#1186)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- super._transfer(from,_randomAddres,randomFee) (#1190)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- super._transfer(from,address(this),liquidityFees) (#1193)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- super._transfer(from,blackHole,hole_scope_0) (#1198)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- super._transfer(from,address(this),liquidityFees_scope_1) (#1202)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- super._transfer(from,to,amount) (#1211)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#550-553)
- _balances[recipient] = _balances[recipient].add(amount) (#554)
- _burnAmount += hole (#1187)
- _burnAmount += hole_scope_0 (#1199)
- swapAndLiquifyEnabled = false (#1206)
- swapping = false (#1167)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,address(this),liquidityFees) (#1193)
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,blackHole,hole_scope_0) (#1198)
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,address(this),liquidityFees_scope_1) (#1202)
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,blackHole,hole) (#1186)
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,_randomAddres,randomFee) (#1190)
- Transfer(sender,recipient,amount) (#555)
- super._transfer(from,to,amount) (#1211)
Reentrancy in Aurora.swapAndLiquify(uint256) (#1216-1240):
External calls:
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
Event emitted after the call(s):
- SwapAndSendTo(_marketingWalletAddress1,marketingFees1,marking1) (#1223)
Reentrancy in Aurora.swapAndLiquify(uint256) (#1216-1240):
External calls:
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
Event emitted after the call(s):
- SwapAndSendTo(_marketingWalletAddress2,marketingFees2,marking2) (#1227)
Reentrancy in Aurora.swapAndLiquify(uint256) (#1216-1240):
External calls:
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
- address(address(_buyBackWalletAddress1)).transfer(buyBackFees1) (#1230)
Event emitted after the call(s):
- SwapAndSendTo(_buyBackWalletAddress1,buyBackFees1,buyback1) (#1231)
Reentrancy in Aurora.swapAndLiquify(uint256) (#1216-1240):
External calls:
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
- address(address(_buyBackWalletAddress1)).transfer(buyBackFees1) (#1230)
- address(address(_buyBackWalletAddress2)).transfer(buyBackFees2) (#1234)
Event emitted after the call(s):
- SwapAndSendTo(_buyBackWalletAddress2,buyBackFees2,buyback2) (#1235)
Reentrancy in Aurora.swapAndLiquify(uint256) (#1216-1240):
External calls:
- address(address(_marketingWalletAddress1)).transfer(marketingFees1) (#1222)
- address(address(_marketingWalletAddress2)).transfer(marketingFees2) (#1226)
- address(address(_buyBackWalletAddress1)).transfer(buyBackFees1) (#1230)
- address(address(_buyBackWalletAddress2)).transfer(buyBackFees2) (#1234)
- address(address(_buyBackWalletAddress3)).transfer(buyBackFees3) (#1238)
Event emitted after the call(s):
- SwapAndSendTo(_buyBackWalletAddress3,buyBackFees3,buyback3) (#1239)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#815) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#816)
Variable Aurora._buyBackWalletAddress1 (#1042) is too similar to Aurora._buyBackWalletAddress2 (#1043)
Variable Aurora._buyBackWalletAddress1 (#1042) is too similar to Aurora._buyBackWalletAddress3 (#1044)
Variable Aurora._buyBackWalletAddress2 (#1043) is too similar to Aurora._buyBackWalletAddress3 (#1044)
Variable Aurora._marketingWalletAddress1 (#1040) is too similar to Aurora._marketingWalletAddress2 (#1041)
Variable Aurora.blackHoleFee1 (#1032) is too similar to Aurora.blackHoleFee2 (#1033)
Variable Aurora.buyBackFee1 (#1029) is too similar to Aurora.buyBackFee2 (#1030)
Variable Aurora.buyBackFee1 (#1029) is too similar to Aurora.buyBackFee3 (#1031)
Variable Aurora.buyBackFee2 (#1030) is too similar to Aurora.buyBackFee3 (#1031)
Variable Aurora.swapAndLiquify(uint256).buyBackFees1 (#1229) is too similar to Aurora.swapAndLiquify(uint256).buyBackFees2 (#1233)
Variable Aurora.swapAndLiquify(uint256).buyBackFees1 (#1229) is too similar to Aurora.swapAndLiquify(uint256).buyBackFees3 (#1237)
Variable Aurora.swapAndLiquify(uint256).buyBackFees2 (#1233) is too similar to Aurora.swapAndLiquify(uint256).buyBackFees3 (#1237)
Variable Aurora.marketingFee1 (#1027) is too similar to Aurora.marketingFee2 (#1028)
Variable Aurora.swapAndLiquify(uint256).marketingFees1 (#1221) is too similar to Aurora.swapAndLiquify(uint256).marketingFees2 (#1225)
Prevent variables from having similar names.

Additional information: link

Aurora.slitherConstructorConstantVariables() (#1013-1281) uses literals with too many digits:
- blackHole = 0x0000000000000000000000000000000000000001 (#1047)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Aurora._buyBackWalletAddress1 (#1042) should be constant
Aurora._buyBackWalletAddress2 (#1043) should be constant
Aurora._buyBackWalletAddress3 (#1044) should be constant
Aurora._liquidityAddres (#1045) should be constant
Aurora._marketingWalletAddress1 (#1040) should be constant
Aurora._marketingWalletAddress2 (#1041) should be constant
Aurora._maxTxAmount (#1023) should be constant
Aurora._randomAddres (#1046) should be constant
Aurora.blackHoleFee1 (#1032) should be constant
Aurora.blackHoleFee2 (#1033) should be constant
Aurora.buyBackFee1 (#1029) should be constant
Aurora.buyBackFee2 (#1030) should be constant
Aurora.buyBackFee3 (#1031) should be constant
Aurora.marketingFee1 (#1027) should be constant
Aurora.marketingFee2 (#1028) should be constant
Aurora.randomUserFee (#1034) should be constant
Aurora.stopAtAmount (#1022) should be constant
Aurora.swapTokensAtAmount (#1021) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#296-299)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#305-312)
name() should be declared external:
- ERC20.name() (#344-346)
symbol() should be declared external:
- ERC20.symbol() (#352-354)
decimals() should be declared external:
- ERC20.decimals() (#369-371)
totalSupply() should be declared external:
- ERC20.totalSupply() (#376-378)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#401-409)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#414-422)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#431-439)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#454-469)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#483-494)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#510-524)
updateUniswapV2Router(address) should be declared external:
- Aurora.updateUniswapV2Router(address) (#1102-1105)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- Aurora.excludeMultipleAccountsFromFees(address[],bool) (#1112-1118)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- Aurora.setAutomatedMarketMakerPair(address,bool) (#1120-1122)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Aurora.setSwapAndLiquifyEnabled(bool) (#1124-1126)
isExcludedFromFees(address) should be declared external:
- Aurora.isExcludedFromFees(address) (#1132-1134)
rescueToken(address,uint256) should be declared external:
- Aurora.rescueToken(address,uint256) (#1261-1267)
withdraw() should be declared external:
- Aurora.withdraw() (#1276-1278)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute liquidity.


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


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of price dump / death


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for Aurora

News for Aurora