FLOKIDASH Token Logo

FLOKD [FLOKIDASH] Token

About FLOKD

Listings

Not Found
Token 2 years

If you have
Telegram
, you can contact
@flokidashinu_official
right away.

Social

Laser Scorebeta Last Audit: 22 December 2021

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Pragma version^0.4.24 (#1) allows old versions
solc-0.4.24 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

Flokidash.constructor(string,string,uint256,uint256,uint256,uint256,address,address,address).tokenOwner (#257) lacks a zero-check on :
- owner = tokenOwner (#263)
Flokidash.constructor(string,string,uint256,uint256,uint256,uint256,address,address,address)._FeeAddress (#257) lacks a zero-check on :
- FeeAddress = _FeeAddress (#266)
Flokidash.constructor(string,string,uint256,uint256,uint256,uint256,address,address,address).service (#257) lacks a zero-check on :
- service.transfer(msg.value) (#267)
Flokidash.updateFee(uint256,uint256,address)._FeeAddress (#275) lacks a zero-check on :
- FeeAddress = _FeeAddress (#278)
Check that the address is not zero.

Additional information: link

StandardToken.transfer(address,uint256) (#122-145) compares to a boolean constant:
-require(bool)(tokenBlacklist[msg.sender] == false) (#123)
StandardToken.transferFrom(address,address,uint256) (#152-177) compares to a boolean constant:
-require(bool)(tokenBlacklist[msg.sender] == false) (#153)
Remove the equality to the boolean constant.

Additional information: link

SafeMath.mul(uint256,uint256) (#4-11) is never used and should be removed
Remove unused functions.

Additional information: link

Parameter StandardToken.transfer(address,uint256)._to (#122) is not in mixedCase
Parameter StandardToken.transfer(address,uint256)._value (#122) is not in mixedCase
Parameter StandardToken.balanceOf(address)._owner (#148) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._from (#152) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._to (#152) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._value (#152) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._spender (#180) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._value (#180) is not in mixedCase
Parameter StandardToken.allowance(address,address)._owner (#187) is not in mixedCase
Parameter StandardToken.allowance(address,address)._spender (#187) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._spender (#192) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._addedValue (#192) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._spender (#198) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._subtractedValue (#198) is not in mixedCase
Variable StandardToken.FeeAddress (#112) is not in mixedCase
Parameter PausableToken.transfer(address,uint256)._to (#224) is not in mixedCase
Parameter PausableToken.transfer(address,uint256)._value (#224) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._from (#228) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._to (#228) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._value (#228) is not in mixedCase
Parameter PausableToken.approve(address,uint256)._spender (#232) is not in mixedCase
Parameter PausableToken.approve(address,uint256)._value (#232) is not in mixedCase
Parameter PausableToken.increaseApproval(address,uint256)._spender (#236) is not in mixedCase
Parameter PausableToken.increaseApproval(address,uint256)._addedValue (#236) is not in mixedCase
Parameter PausableToken.decreaseApproval(address,uint256)._spender (#240) is not in mixedCase
Parameter PausableToken.decreaseApproval(address,uint256)._subtractedValue (#240) is not in mixedCase
Parameter Flokidash.burn(uint256)._value (#271) is not in mixedCase
Parameter Flokidash.updateFee(uint256,uint256,address)._txFee (#275) is not in mixedCase
Parameter Flokidash.updateFee(uint256,uint256,address)._burnFee (#275) is not in mixedCase
Parameter Flokidash.updateFee(uint256,uint256,address)._FeeAddress (#275) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Reentrancy in Flokidash.constructor(string,string,uint256,uint256,uint256,uint256,address,address,address) (#257-269):
External calls:
- service.transfer(msg.value) (#267)
Event emitted after the call(s):
- Transfer(address(0),tokenOwner,totalSupply) (#268)
Apply the check-effects-interactions pattern.

Additional information: link

transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#49-53)
pause() should be declared external:
- Pausable.pause() (#81-84)
unpause() should be declared external:
- Pausable.unpause() (#87-90)
balanceOf(address) should be declared external:
- ERC20Basic.balanceOf(address) (#95)
- StandardToken.balanceOf(address) (#148-150)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#101)
- StandardToken.allowance(address,address) (#187-189)
blackListAddress(address,bool) should be declared external:
- PausableToken.blackListAddress(address,bool) (#244-246)
burn(uint256) should be declared external:
- Flokidash.burn(uint256) (#271-273)
updateFee(uint256,uint256,address) should be declared external:
- Flokidash.updateFee(uint256,uint256,address) (#275-279)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


Telegram account link seems to be invalid


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


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


Unable to find token on CoinMarketCap

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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for FLOKD