Vikings Inu Token Logo

VIKINGS [Vikings Inu] Token

About VIKINGS

Listings

Token 2 years
CoinMarketCap 2 years
white paper

VIKINGS INU a community driven project with 4% redistribution, a curated aggregation platform and Vikings Treasure Hunt Game. Inspired by Elon musk’s post on twitter, Viking inu now seeks to have it’s own metaverse.

VIKINGS will be integral to a global platform where meme, community, celebrity and other social currencies can be listed, compared and marketed. Leverage $VIKINGS’s utilities to help your coin become more popular.

Vikings share their bounty! Treasures are redistributed to holders in real-time. 4% of every transaction value is distributed to holders of $VIKINGS.

Social

Laser Scorebeta Last Audit: 22 February 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...)

VIKINGS.includeAccount(address) (#463-474) has costly operations inside a loop:
- _excluded.pop() (#470)
Use a local variable to hold the loop computation result.

Additional information: link

VIKINGS._getTValues(uint256) (#573-577) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(4) (#574)
Consider ordering multiplication before division.

Additional information: link

VIKINGS.allowance(address,address).owner (#388) shadows:
- Ownable.owner() (#289-291) (function)
VIKINGS._approve(address,address,uint256).owner (#476) shadows:
- Ownable.owner() (#289-291) (function)
Rename the local variables that shadow another component.

Additional information: link

VIKINGS.setMaxTxPercent(uint256) (#422-426) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#423-425)
VIKINGS.burnOwnerTokens(address,uint256) (#562-566) should emit an event for:
- _tTotal = _tTotal.sub(_amt) (#565)
Emit an event for critical parameter changes.

Additional information: link

VIKINGS.setUniswapPair(address).pair (#603) lacks a zero-check on :
- uniswapPair = pair (#604)
Check that the address is not zero.

Additional information: link

VIKINGS._transfer(address,address,uint256) (#484-512) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= lastBuy[sender] + transfertimeout,lock 20 seconds after purchase) (#498)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#155-164) uses assembly
- INLINE ASM (#162)
Address._functionCallWithValue(address,bytes,uint256,string) (#248-269) uses assembly
- INLINE ASM (#261-264)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#248-269) is never used and should be removed
Address.functionCall(address,bytes) (#208-210) is never used and should be removed
Address.functionCall(address,bytes,string) (#218-220) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#233-235) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#243-246) is never used and should be removed
Address.isContract(address) (#155-164) is never used and should be removed
Address.sendValue(address,uint256) (#182-188) is never used and should be removed
Context._msgData() (#10-13) is never used and should be removed
SafeMath.mod(uint256,uint256) (#115-117) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#131-134) is never used and should be removed
Remove unused functions.

Additional information: link

VIKINGS._rTotal (#340) 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

Low level call in Address.sendValue(address,uint256) (#182-188):
- (success) = recipient.call{value: amount}() (#186)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#248-269):
- (success,returndata) = target.call{value: weiValue}(data) (#252)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter VIKINGS.burnOwnerTokens(address,uint256)._amt (#562) is not in mixedCase
Function VIKINGS._transferFrom(address,address,uint256) (#568-571) is not in mixedCase
Parameter VIKINGS._transferFrom(address,address,uint256)._from (#568) is not in mixedCase
Parameter VIKINGS._transferFrom(address,address,uint256)._to (#568) is not in mixedCase
Parameter VIKINGS._transferFrom(address,address,uint256)._amt (#568) is not in mixedCase
Variable VIKINGS._maxTxAmount (#347) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable VIKINGS._getRValues(uint256,uint256,uint256).rTransferAmount (#582) is too similar to VIKINGS._transferBothExcluded(address,address,uint256).tTransferAmount (#541)
Variable VIKINGS._transferBothExcluded(address,address,uint256).rTransferAmount (#541) is too similar to VIKINGS._transferBothExcluded(address,address,uint256).tTransferAmount (#541)
Variable VIKINGS.reflectionFromToken(uint256,bool).rTransferAmount (#443) is too similar to VIKINGS._transferFromExcluded(address,address,uint256).tTransferAmount (#532)
Variable VIKINGS._transferStandard(address,address,uint256).rTransferAmount (#515) is too similar to VIKINGS._transferStandard(address,address,uint256).tTransferAmount (#515)
Variable VIKINGS._getRValues(uint256,uint256,uint256).rTransferAmount (#582) is too similar to VIKINGS._transferToExcluded(address,address,uint256).tTransferAmount (#523)
Variable VIKINGS._transferStandard(address,address,uint256).rTransferAmount (#515) is too similar to VIKINGS._getValues(uint256).tTransferAmount (#556)
Variable VIKINGS._getRValues(uint256,uint256,uint256).rTransferAmount (#582) is too similar to VIKINGS._getTValues(uint256).tTransferAmount (#575)
Variable VIKINGS._transferBothExcluded(address,address,uint256).rTransferAmount (#541) is too similar to VIKINGS._getTValues(uint256).tTransferAmount (#575)
Variable VIKINGS._getRValues(uint256,uint256,uint256).rTransferAmount (#582) is too similar to VIKINGS._transferFromExcluded(address,address,uint256).tTransferAmount (#532)
Variable VIKINGS._transferBothExcluded(address,address,uint256).rTransferAmount (#541) is too similar to VIKINGS._transferFromExcluded(address,address,uint256).tTransferAmount (#532)
Variable VIKINGS._transferStandard(address,address,uint256).rTransferAmount (#515) is too similar to VIKINGS._transferToExcluded(address,address,uint256).tTransferAmount (#523)
Variable VIKINGS._transferToExcluded(address,address,uint256).rTransferAmount (#523) is too similar to VIKINGS._getValues(uint256).tTransferAmount (#556)
Variable VIKINGS._transferToExcluded(address,address,uint256).rTransferAmount (#523) is too similar to VIKINGS._transferToExcluded(address,address,uint256).tTransferAmount (#523)
Variable VIKINGS.reflectionFromToken(uint256,bool).rTransferAmount (#443) is too similar to VIKINGS._getValues(uint256).tTransferAmount (#556)
Variable VIKINGS.reflectionFromToken(uint256,bool).rTransferAmount (#443) is too similar to VIKINGS._transferToExcluded(address,address,uint256).tTransferAmount (#523)
Variable VIKINGS._transferStandard(address,address,uint256).rTransferAmount (#515) is too similar to VIKINGS._transferFromExcluded(address,address,uint256).tTransferAmount (#532)
Variable VIKINGS._getRValues(uint256,uint256,uint256).rTransferAmount (#582) is too similar to VIKINGS._transferStandard(address,address,uint256).tTransferAmount (#515)
Variable VIKINGS._transferBothExcluded(address,address,uint256).rTransferAmount (#541) is too similar to VIKINGS._transferStandard(address,address,uint256).tTransferAmount (#515)
Variable VIKINGS._getValues(uint256).rTransferAmount (#558) is too similar to VIKINGS._getValues(uint256).tTransferAmount (#556)
Variable VIKINGS._getRValues(uint256,uint256,uint256).rTransferAmount (#582) is too similar to VIKINGS._getValues(uint256).tTransferAmount (#556)
Variable VIKINGS._transferBothExcluded(address,address,uint256).rTransferAmount (#541) is too similar to VIKINGS._getValues(uint256).tTransferAmount (#556)
Variable VIKINGS._getValues(uint256).rTransferAmount (#558) is too similar to VIKINGS._transferToExcluded(address,address,uint256).tTransferAmount (#523)
Variable VIKINGS._transferBothExcluded(address,address,uint256).rTransferAmount (#541) is too similar to VIKINGS._transferToExcluded(address,address,uint256).tTransferAmount (#523)
Variable VIKINGS._transferFromExcluded(address,address,uint256).rTransferAmount (#532) is too similar to VIKINGS._getTValues(uint256).tTransferAmount (#575)
Variable VIKINGS._transferToExcluded(address,address,uint256).rTransferAmount (#523) is too similar to VIKINGS._transferBothExcluded(address,address,uint256).tTransferAmount (#541)
Variable VIKINGS._transferFromExcluded(address,address,uint256).rTransferAmount (#532) is too similar to VIKINGS._getValues(uint256).tTransferAmount (#556)
Variable VIKINGS.reflectionFromToken(uint256,bool).rTransferAmount (#443) is too similar to VIKINGS._transferStandard(address,address,uint256).tTransferAmount (#515)
Variable VIKINGS.reflectionFromToken(uint256,bool).rTransferAmount (#443) is too similar to VIKINGS._getTValues(uint256).tTransferAmount (#575)
Variable VIKINGS._getValues(uint256).rTransferAmount (#558) is too similar to VIKINGS._transferFromExcluded(address,address,uint256).tTransferAmount (#532)
Variable VIKINGS._transferFromExcluded(address,address,uint256).rTransferAmount (#532) is too similar to VIKINGS._transferBothExcluded(address,address,uint256).tTransferAmount (#541)
Variable VIKINGS._transferStandard(address,address,uint256).rTransferAmount (#515) is too similar to VIKINGS._getTValues(uint256).tTransferAmount (#575)
Variable VIKINGS._getValues(uint256).rTransferAmount (#558) is too similar to VIKINGS._transferStandard(address,address,uint256).tTransferAmount (#515)
Variable VIKINGS._getValues(uint256).rTransferAmount (#558) is too similar to VIKINGS._getTValues(uint256).tTransferAmount (#575)
Variable VIKINGS._transferToExcluded(address,address,uint256).rTransferAmount (#523) is too similar to VIKINGS._transferFromExcluded(address,address,uint256).tTransferAmount (#532)
Variable VIKINGS._transferToExcluded(address,address,uint256).rTransferAmount (#523) is too similar to VIKINGS._transferStandard(address,address,uint256).tTransferAmount (#515)
Variable VIKINGS._transferToExcluded(address,address,uint256).rTransferAmount (#523) is too similar to VIKINGS._getTValues(uint256).tTransferAmount (#575)
Variable VIKINGS.reflectionFromToken(uint256,bool).rTransferAmount (#443) is too similar to VIKINGS._transferBothExcluded(address,address,uint256).tTransferAmount (#541)
Variable VIKINGS._transferFromExcluded(address,address,uint256).rTransferAmount (#532) is too similar to VIKINGS._transferFromExcluded(address,address,uint256).tTransferAmount (#532)
Variable VIKINGS._transferStandard(address,address,uint256).rTransferAmount (#515) is too similar to VIKINGS._transferBothExcluded(address,address,uint256).tTransferAmount (#541)
Variable VIKINGS._transferFromExcluded(address,address,uint256).rTransferAmount (#532) is too similar to VIKINGS._transferToExcluded(address,address,uint256).tTransferAmount (#523)
Variable VIKINGS._getValues(uint256).rTransferAmount (#558) is too similar to VIKINGS._transferBothExcluded(address,address,uint256).tTransferAmount (#541)
Variable VIKINGS._transferFromExcluded(address,address,uint256).rTransferAmount (#532) is too similar to VIKINGS._transferStandard(address,address,uint256).tTransferAmount (#515)
Prevent variables from having similar names.

Additional information: link

VIKINGS.slitherConstructorVariables() (#327-607) uses literals with too many digits:
- _tTotal = 100000000 * 10 ** 6 * 10 ** 9 (#339)
VIKINGS.slitherConstructorVariables() (#327-607) uses literals with too many digits:
- _maxTxAmount = 1000000 * 10 ** 6 * 10 ** 9 (#347)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

VIKINGS._decimals (#345) should be constant
VIKINGS._name (#343) should be constant
VIKINGS._symbol (#344) should be constant
VIKINGS.transfertimeout (#346) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#310-313)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#319-323)
name() should be declared external:
- VIKINGS.name() (#362-364)
symbol() should be declared external:
- VIKINGS.symbol() (#366-368)
decimals() should be declared external:
- VIKINGS.decimals() (#370-372)
totalSupply() should be declared external:
- VIKINGS.totalSupply() (#374-376)
balanceOf(address) should be declared external:
- VIKINGS.balanceOf(address) (#378-381)
transfer(address,uint256) should be declared external:
- VIKINGS.transfer(address,uint256) (#383-386)
allowance(address,address) should be declared external:
- VIKINGS.allowance(address,address) (#388-390)
approve(address,uint256) should be declared external:
- VIKINGS.approve(address,uint256) (#392-395)
transferFrom(address,address,uint256) should be declared external:
- VIKINGS.transferFrom(address,address,uint256) (#397-401)
increaseAllowance(address,uint256) should be declared external:
- VIKINGS.increaseAllowance(address,uint256) (#403-406)
decreaseAllowance(address,uint256) should be declared external:
- VIKINGS.decreaseAllowance(address,uint256) (#408-411)
isExcluded(address) should be declared external:
- VIKINGS.isExcluded(address) (#413-415)
totalFees() should be declared external:
- VIKINGS.totalFees() (#417-419)
reflect(uint256) should be declared external:
- VIKINGS.reflect(uint256) (#428-435)
reflectionFromToken(uint256,bool) should be declared external:
- VIKINGS.reflectionFromToken(uint256,bool) (#437-446)
burnOwnerTokens(address,uint256) should be declared external:
- VIKINGS.burnOwnerTokens(address,uint256) (#562-566)
_transferFrom(address,address,uint256) should be declared external:
- VIKINGS._transferFrom(address,address,uint256) (#568-571)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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


Average 30d PancakeSwap volume is low.


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


Token is deployed only at one blockchain

Contract has 4% buy tax and 3% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Youtube account


Unable to find Discord account


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 Telegram link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


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 VIKINGS

News for VIKINGS