VikingsChain Token Logo

VikC [VikingsChain] Token

About VikC

Listings

Token 4 years
CoinMarketCap 4 years

ABOUT VIKINGSCHAIN Legendary multiplayer battlegame that provides users to train heroes and win rewards in tournaments, utilizing the BSC technology. Game Launch https://vikingschain.com/wp-content/uploads/2021/09/vikingschain_introduction_video_1.mp4 features Game Features TRAIN AND BATTLE Raise and train your heroes for competitive battles Weapons Tiers User can equip their heroes with weapons, providing superior battle advantages during matches TOURNAMENTS Tournaments will

Social

Laser Scorebeta Last Audit: 15 August 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...)


Contract ownership is not renounced (belongs to a wallet)

RFISupportingMarketingBurnBP._transferHook(address,uint256) (#965-978) performs a multiplication on the result of a division:
-tTotalTakeAmount = amount.mul(totalFeesToTake).div(100) (#968)
-tTotalTakeAmountMarketing = tTotalTakeAmount.mul(marketingFee).div(totalFeesToTake) (#969)
Consider ordering multiplication before division.

Additional information: link

RFISupportingMarketingBurnBP.allowance(address,address).owner (#749) shadows:
- Ownable.owner() (#590-592) (function)
RFISupportingMarketingBurnBP._approve(address,address,uint256).owner (#803) shadows:
- Ownable.owner() (#590-592) (function)
Rename the local variables that shadow another component.

Additional information: link

RFISupportingMarketingBurnBP.constructor(string,string,uint8,uint256,uint256,uint256,uint256,address,address).marketingAddress_ (#698) lacks a zero-check on :
- marketingAddress = marketingAddress_ (#712)
RFISupportingMarketingBurnBP.setMarketingAddress(address).marketingAddress_ (#1011) lacks a zero-check on :
- marketingAddress = marketingAddress_ (#1013)
Check that the address is not zero.

Additional information: link

Reentrancy in RFISupportingMarketingBurnBP._transfer(address,address,uint256) (#811-840):
External calls:
- _beforeTokenTransfer(sender,recipient,amount) (#815)
- _botProtection._token0() == address(0) (#777)
- _botProtection.protect(from,to,amount) (#780)
State variables written after the call(s):
- amount = _transferHook(sender,amount) (#822)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#950)
- _rOwned[recipient] = _rOwned[recipient].add(rAmount) (#951)
- _transferFromExcluded(sender,recipient,amount) (#826)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#862)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#863)
- _transferToExcluded(sender,recipient,amount) (#828)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#852)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#854)
- _transferStandard(sender,recipient,amount) (#830)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#844)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#845)
- _transferBothExcluded(sender,recipient,amount) (#832)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#871)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#873)
- _transferStandard(sender,recipient,amount) (#834)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#844)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#845)
- _transferFromExcluded(sender,recipient,amount) (#826)
- _rTotal = _rTotal.sub(rFee) (#880)
- _transferToExcluded(sender,recipient,amount) (#828)
- _rTotal = _rTotal.sub(rFee) (#880)
- _transferStandard(sender,recipient,amount) (#830)
- _rTotal = _rTotal.sub(rFee) (#880)
- _transferBothExcluded(sender,recipient,amount) (#832)
- _rTotal = _rTotal.sub(rFee) (#880)
- _transferStandard(sender,recipient,amount) (#834)
- _rTotal = _rTotal.sub(rFee) (#880)
- _transferFromExcluded(sender,recipient,amount) (#826)
- _tFeeTotal = _tFeeTotal.add(tFee) (#881)
- _transferToExcluded(sender,recipient,amount) (#828)
- _tFeeTotal = _tFeeTotal.add(tFee) (#881)
- _transferStandard(sender,recipient,amount) (#830)
- _tFeeTotal = _tFeeTotal.add(tFee) (#881)
- _transferBothExcluded(sender,recipient,amount) (#832)
- _tFeeTotal = _tFeeTotal.add(tFee) (#881)
- _transferStandard(sender,recipient,amount) (#834)
- _tFeeTotal = _tFeeTotal.add(tFee) (#881)
- amount = _transferHook(sender,amount) (#822)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#954)
- _tOwned[recipient] = _tOwned[recipient].add(tAmount) (#958)
- _transferFromExcluded(sender,recipient,amount) (#826)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#861)
- _transferToExcluded(sender,recipient,amount) (#828)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#853)
- _transferBothExcluded(sender,recipient,amount) (#832)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#870)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#872)
- takeFee = false (#818)
- takeFee = true (#838)
Reentrancy in RFISupportingMarketingBurnBP.transferFrom(address,address,uint256) (#758-762):
External calls:
- _transfer(sender,recipient,amount) (#759)
- _botProtection._token0() == address(0) (#777)
- _botProtection.protect(from,to,amount) (#780)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#760)
- _allowances[owner][spender] = amount (#807)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in RFISupportingMarketingBurnBP._transfer(address,address,uint256) (#811-840):
External calls:
- _beforeTokenTransfer(sender,recipient,amount) (#815)
- _botProtection._token0() == address(0) (#777)
- _botProtection.protect(from,to,amount) (#780)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#847)
- _transferStandard(sender,recipient,amount) (#834)
- Transfer(sender,recipient,tTransferAmount) (#847)
- _transferStandard(sender,recipient,amount) (#830)
- Transfer(sender,recipient,tTransferAmount) (#856)
- _transferToExcluded(sender,recipient,amount) (#828)
- Transfer(sender,recipient,tTransferAmount) (#865)
- _transferFromExcluded(sender,recipient,amount) (#826)
- Transfer(sender,recipient,tAmount) (#960)
- amount = _transferHook(sender,amount) (#822)
- Transfer(sender,recipient,tTransferAmount) (#875)
- _transferBothExcluded(sender,recipient,amount) (#832)
Reentrancy in RFISupportingMarketingBurnBP.transferFrom(address,address,uint256) (#758-762):
External calls:
- _transfer(sender,recipient,amount) (#759)
- _botProtection._token0() == address(0) (#777)
- _botProtection.protect(from,to,amount) (#780)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#808)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#760)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#370-380) uses assembly
- INLINE ASM (#376-378)
Address._verifyCallResult(bool,bytes,string) (#533-553) uses assembly
- INLINE ASM (#545-548)
Do not use evm assembly.

Additional information: link

RFISupportingMarketingBurnBP.excludeAccountFromFee(address) (#1018-1022) compares to a boolean constant:
-require(bool,string)(_isExcludedFromFee[account] == false,Account already excluded from fee) (#1019)
RFISupportingMarketingBurnBP.includeAccountInFee(address) (#1031-1034) compares to a boolean constant:
-require(bool,string)(_isExcludedFromFee[account] == true,Account already included in fee) (#1032)
Remove the equality to the boolean constant.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#533-553) is never used and should be removed
Address.functionCall(address,bytes) (#423-425) is never used and should be removed
Address.functionCall(address,bytes,string) (#433-439) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#452-458) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#466-477) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#512-514) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#522-531) is never used and should be removed
Address.functionStaticCall(address,bytes) (#485-487) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#495-504) is never used and should be removed
Address.isContract(address) (#370-380) is never used and should be removed
Address.sendValue(address,uint256) (#398-403) is never used and should be removed
Context._msgData() (#22-24) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#304-313) is never used and should be removed
SafeMath.mod(uint256,uint256) (#264-266) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#330-339) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#135-141) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#177-182) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#189-194) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#160-170) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#148-153) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#5) allows old versions
Pragma version^0.8.0 (#32) allows old versions
Pragma version^0.8.0 (#117) allows old versions
Pragma version^0.8.0 (#347) allows old versions
Pragma version^0.8.0 (#561) allows old versions
Pragma version^0.8.0 (#640) allows old versions
solc-0.8.0 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) (#398-403):
- (success) = recipient.call{value: amount}() (#401)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#466-477):
- (success,returndata) = target.call{value: value}(data) (#475)
Low level call in Address.functionStaticCall(address,bytes,string) (#495-504):
- (success,returndata) = target.staticcall(data) (#502)
Low level call in Address.functionDelegateCall(address,bytes,string) (#522-531):
- (success,returndata) = target.delegatecall(data) (#529)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IBotProtection._token0() (#634) is not in mixedCase
Function RFISupportingMarketingBurnBP._low_level_transfer(address,address,uint256) (#945-962) is not in mixedCase
Variable RFISupportingMarketingBurnBP._isExcludedFromFee (#655) is not in mixedCase
Variable RFISupportingMarketingBurnBP._isExcludedFromRewards (#656) is not in mixedCase
Variable RFISupportingMarketingBurnBP._excludedFromRewards (#657) is not in mixedCase
Variable RFISupportingMarketingBurnBP.BPEnabled (#677) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable RFISupportingMarketingBurnBP._getRValues(uint256,uint256,uint256).rTransferAmount (#905) is too similar to RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).tTransferAmount (#843)
Variable RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).rTransferAmount (#860) is too similar to RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).tTransferAmount (#843)
Variable RFISupportingMarketingBurnBP._getRValues(uint256,uint256,uint256).rTransferAmount (#905) is too similar to RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).rTransferAmount (#860) is too similar to RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).rTransferAmount (#843) is too similar to RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).tTransferAmount (#851)
Variable RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).rTransferAmount (#843) is too similar to RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).tTransferAmount (#843)
Variable RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).tTransferAmount (#851)
Variable RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).tTransferAmount (#843)
Variable RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).rTransferAmount (#851) is too similar to RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).tTransferAmount (#851)
Variable RFISupportingMarketingBurnBP._getValues(uint256).rTransferAmount (#888) is too similar to RFISupportingMarketingBurnBP._getTValues(uint256).tTransferAmount (#898)
Variable RFISupportingMarketingBurnBP.reflectionFromToken(uint256,bool).rTransferAmount (#932) is too similar to RFISupportingMarketingBurnBP._getTValues(uint256).tTransferAmount (#898)
Variable RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).rTransferAmount (#860) is too similar to RFISupportingMarketingBurnBP._getValues(uint256).tTransferAmount (#886)
Variable RFISupportingMarketingBurnBP._getValues(uint256).rTransferAmount (#888) is too similar to RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).tTransferAmount (#851)
Variable RFISupportingMarketingBurnBP.reflectionFromToken(uint256,bool).rTransferAmount (#932) is too similar to RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).tTransferAmount (#851)
Variable RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).rTransferAmount (#860) is too similar to RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).tTransferAmount (#860)
Variable RFISupportingMarketingBurnBP._getRValues(uint256,uint256,uint256).rTransferAmount (#905) is too similar to RFISupportingMarketingBurnBP._getTValues(uint256).tTransferAmount (#898)
Variable RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).rTransferAmount (#860) is too similar to RFISupportingMarketingBurnBP._getTValues(uint256).tTransferAmount (#898)
Variable RFISupportingMarketingBurnBP._getValues(uint256).rTransferAmount (#888) is too similar to RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).tTransferAmount (#843)
Variable RFISupportingMarketingBurnBP._getRValues(uint256,uint256,uint256).rTransferAmount (#905) is too similar to RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).tTransferAmount (#851)
Variable RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).rTransferAmount (#860) is too similar to RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).tTransferAmount (#851)
Variable RFISupportingMarketingBurnBP._getValues(uint256).rTransferAmount (#888) is too similar to RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable RFISupportingMarketingBurnBP.reflectionFromToken(uint256,bool).rTransferAmount (#932) is too similar to RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).tTransferAmount (#843)
Variable RFISupportingMarketingBurnBP.reflectionFromToken(uint256,bool).rTransferAmount (#932) is too similar to RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).rTransferAmount (#851) is too similar to RFISupportingMarketingBurnBP._getValues(uint256).tTransferAmount (#886)
Variable RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).rTransferAmount (#851) is too similar to RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).tTransferAmount (#860)
Variable RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).rTransferAmount (#843) is too similar to RFISupportingMarketingBurnBP._getTValues(uint256).tTransferAmount (#898)
Variable RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to RFISupportingMarketingBurnBP._getTValues(uint256).tTransferAmount (#898)
Variable RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).rTransferAmount (#843) is too similar to RFISupportingMarketingBurnBP._getValues(uint256).tTransferAmount (#886)
Variable RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to RFISupportingMarketingBurnBP._getValues(uint256).tTransferAmount (#886)
Variable RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).rTransferAmount (#843) is too similar to RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).tTransferAmount (#860)
Variable RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).rTransferAmount (#851) is too similar to RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).tTransferAmount (#843)
Variable RFISupportingMarketingBurnBP._getRValues(uint256,uint256,uint256).rTransferAmount (#905) is too similar to RFISupportingMarketingBurnBP._getValues(uint256).tTransferAmount (#886)
Variable RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).tTransferAmount (#860)
Variable RFISupportingMarketingBurnBP._getRValues(uint256,uint256,uint256).rTransferAmount (#905) is too similar to RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).tTransferAmount (#860)
Variable RFISupportingMarketingBurnBP._getValues(uint256).rTransferAmount (#888) is too similar to RFISupportingMarketingBurnBP._getValues(uint256).tTransferAmount (#886)
Variable RFISupportingMarketingBurnBP._getValues(uint256).rTransferAmount (#888) is too similar to RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).tTransferAmount (#860)
Variable RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).rTransferAmount (#851) is too similar to RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable RFISupportingMarketingBurnBP.reflectionFromToken(uint256,bool).rTransferAmount (#932) is too similar to RFISupportingMarketingBurnBP._getValues(uint256).tTransferAmount (#886)
Variable RFISupportingMarketingBurnBP.reflectionFromToken(uint256,bool).rTransferAmount (#932) is too similar to RFISupportingMarketingBurnBP._transferFromExcluded(address,address,uint256).tTransferAmount (#860)
Variable RFISupportingMarketingBurnBP._transferStandard(address,address,uint256).rTransferAmount (#843) is too similar to RFISupportingMarketingBurnBP._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable RFISupportingMarketingBurnBP._transferToExcluded(address,address,uint256).rTransferAmount (#851) is too similar to RFISupportingMarketingBurnBP._getTValues(uint256).tTransferAmount (#898)
Prevent variables from having similar names.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#609-611)
name() should be declared external:
- RFISupportingMarketingBurnBP.name() (#723-725)
symbol() should be declared external:
- RFISupportingMarketingBurnBP.symbol() (#727-729)
decimals() should be declared external:
- RFISupportingMarketingBurnBP.decimals() (#731-733)
totalSupply() should be declared external:
- RFISupportingMarketingBurnBP.totalSupply() (#735-737)
balanceOf(address) should be declared external:
- RFISupportingMarketingBurnBP.balanceOf(address) (#739-742)
transfer(address,uint256) should be declared external:
- RFISupportingMarketingBurnBP.transfer(address,uint256) (#744-747)
allowance(address,address) should be declared external:
- RFISupportingMarketingBurnBP.allowance(address,address) (#749-751)
approve(address,uint256) should be declared external:
- RFISupportingMarketingBurnBP.approve(address,uint256) (#753-756)
transferFrom(address,address,uint256) should be declared external:
- RFISupportingMarketingBurnBP.transferFrom(address,address,uint256) (#758-762)
increaseAllowance(address,uint256) should be declared external:
- RFISupportingMarketingBurnBP.increaseAllowance(address,uint256) (#764-767)
decreaseAllowance(address,uint256) should be declared external:
- RFISupportingMarketingBurnBP.decreaseAllowance(address,uint256) (#769-772)
isExcludedFromRewards(address) should be declared external:
- RFISupportingMarketingBurnBP.isExcludedFromRewards(address) (#786-788)
totalFees() should be declared external:
- RFISupportingMarketingBurnBP.totalFees() (#790-792)
reflect(uint256) should be declared external:
- RFISupportingMarketingBurnBP.reflect(uint256) (#794-801)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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

Contract has 4% buy tax and 4% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


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


Average 30d PancakeSwap liquidity is low.


Average 30d number of PancakeSwap swaps is low.


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


Token is deployed only at one blockchain


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 on CoinGecko

Additional information: link


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


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


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


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


Young tokens have high risks of price dump / death

Price for VikC

News for VikC