LinkDao Token Logo

LKD [LinkDao] Token

About LKD

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

LinkDao is decentralized multi-chain liquidity enabler network that focuses high yield on crypto assets.

LinkDao Network is a DeFi's, Cross-Chain Liquidity enabler network that allows its users to earn compound interest on their crypto holdings.
Through a set of investment strategies secured and enforced by smart contracts, LinkDao network automatically maximizes the user rewards from various liquidity pools (LPs),‌ ‌automated market making (AMM) projects,‌ ‌and‌ ‌other yield‌ farming ‌opportunities in the DeFi ecosystem.
The main product offered by LinkDao network are the 'Vaults' in which you stake your crypto tokens. The investment strategy tied to the specific vault will automatically increase your deposited token amount by compounding arbitrary yield farm reward tokens back into your initially deposited asset. Despite the name 'Vault' suggests, your funds are never locked in any vault on LinkDao network: you can always withdraw at any moment in time.
DeFi applications are unique in the sense that they are permission less and trustless, meaning that anyone with a supported wallet can interact with them without the need for a trusted middleman. While you have funds staked in a vault, you remain 100% in control of your crypto.

Social

Laser Scorebeta Last Audit: 8 February 2024

report
Token is either risky or in presale. For presale 30+ is a fine score.


Contract ownership is not renounced (belongs to a wallet)


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

LINKDAO_Token._writeCheckpoint(address,uint32,uint256,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#1082-1100) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#1092)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link

LINKDAO_Token.slitherConstructorConstantVariables() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#876-1113) uses literals with too many digits:
- _maxSupply = 10000000 * 1e18 (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#576)
LINKDAO_Token.slitherConstructorConstantVariables() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#876-1113) uses literals with too many digits:
- _preMineSupply = 10000000 * 1e18 (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#575)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#665-668)
symbol() should be declared external:
- BEP20.symbol() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#631-633)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#80-83)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#684-687)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#701-713)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#89-91)
mint(uint256) should be declared external:
- BEP20.mint(uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#763-766)
mint(address,uint256) should be declared external:
- LINKDAO_Token.mint(address,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#878-881)
preMineSupply() should be declared external:
- BEP20.preMineSupply() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#642-644)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#673-675)
maxSupply() should be declared external:
- BEP20.maxSupply() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#646-648)
totalSupply() should be declared external:
- BEP20.totalSupply() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#638-640)
decimals() should be declared external:
- BEP20.decimals() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#624-626)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#727-730)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#746-753)
Use the external attribute for functions never called from the contract.

Additional information: link

Address.isContract(address) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#412-423) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#419-421)
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#520-546) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#538-541)
LINKDAO_Token.getChainId() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#1107-1111) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#1109)
Do not use evm assembly.

Additional information: link

BEP20.allowance(address,address).owner (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#673) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#61-63) (function)
BEP20.constructor(string,string).symbol (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#599) shadows:
- BEP20.symbol() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#631-633) (function)
- IBEP20.symbol() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#122) (function)
BEP20._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#848) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#61-63) (function)
BEP20.constructor(string,string).name (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#599) shadows:
- BEP20.name() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#617-619) (function)
- IBEP20.name() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#127) (function)
Rename the local variables that shadow another component.

Additional information: link

LINKDAO_Token.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#948-989) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,LKD::delegateBySig: signature expired) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#987)
Avoid relying on block.timestamp.

Additional information: link

SafeMath.mul(uint256,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#280-292) is never used and should be removed
Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#441-447) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#496-502) is never used and should be removed
SafeMath.sqrt(uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#376-387) is never used and should be removed
BEP20._burnFrom(address,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#865-872) is never used and should be removed
BEP20._burn(address,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#826-832) is never used and should be removed
SafeMath.min(uint256,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#371-373) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#362-369) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#510-518) is never used and should be removed
SafeMath.div(uint256,uint256,string) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#322-332) is never used and should be removed
Context._msgData() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#25-28) is never used and should be removed
SafeMath.mod(uint256,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#346-348) is never used and should be removed
SafeMath.div(uint256,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#306-308) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#520-546) is never used and should be removed
Address.isContract(address) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#412-423) is never used and should be removed
Address.functionCall(address,bytes,string) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#477-483) is never used and should be removed
Address.functionCall(address,bytes) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#467-469) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#520-546):
- (success,returndata) = target.call{value: weiValue}(data) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#529)
Low level call in Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#441-447):
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#445)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant BEP20._preMineSupply (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#575) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter LINKDAO_Token.mint(address,uint256)._to (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#878) is not in mixedCase
Contract LINKDAO_Token (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#876-1113) is not in CapWords
Variable LINKDAO_Token._delegates (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#890) is not in mixedCase
Constant BEP20._maxSupply (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#576) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter LINKDAO_Token.mint(address,uint256)._amount (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#878) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#26)" inContext (crytic-export/etherscan-contracts/0xaf027427dc6d31a3e7e162a710a5fe27e63e275f.bscscan.com-LINKDAO_Token.sol#16-29)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Holders:


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


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


Number of Binance Smart Chain (BSC) token holders is low.


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.


Twitter account link seems to be invalid


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


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Token has a considerable age, but social accounts / website are missing or have few users


Token has no active CoinGecko listing / rank


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


Token has relatively low CoinMarketCap rank

Price for LKD