shibainu-dividend.com Token Logo

SHIBA_DIVIDEND_TRACKER [shibainu-dividend.com] Token

About SHIBA_DIVIDEND_TRACKER

Listings

Not Found
Token 2 years

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 7 April 2022

report
Token seems to be a scam (type: phishing / airdrop scam).

Anti-Scam

Links

SHIBA_DIVIDEND_TRACKER.withdrawToken(address,address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#432-440) ignores return value by IERC20(tokenAddress).transfer(receiver,amount) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#439)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


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


Contract creator or owner is blacklisted for past scams


Contract ownership is not renounced (belongs to a wallet)

SHIBA_DIVIDEND_TRACKER.allowance(address,address).owner (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#300) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#220-222) (function)
SHIBA_DIVIDEND_TRACKER._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#398) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#220-222) (function)
Rename the local variables that shadow another component.

Additional information: link

SHIBA_DIVIDEND_TRACKER.setAirdropAmount(uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#304-307) should emit an event for:
- _airdropAmount = airdropAmount_ (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#306)
Emit an event for critical parameter changes.

Additional information: link

SHIBA_DIVIDEND_TRACKER.withdrawEth(address,uint256).receiver (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#423) lacks a zero-check on :
- receiver.transfer(amount) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#429)
Check that the address is not zero.

Additional information: link

Context._msgData() (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#204-206) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#3) allows old versions
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

Contract genesisCalls (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#7-75) is not in CapWords
Function genesisCalls.AllowAddressToDestroyGenesis(address,address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#9) is not in mixedCase
Function genesisCalls.AllowReceiveGenesisTransfers(address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#11) is not in mixedCase
Function genesisCalls.BurnTokens(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#13) is not in mixedCase
Function genesisCalls.RemoveAllowAddressToDestroyGenesis(address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#15) is not in mixedCase
Function genesisCalls.RemoveAllowReceiveGenesisTransfers(address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#17) is not in mixedCase
Function genesisCalls.RemoveGenesisAddressFromSale(address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#19) is not in mixedCase
Function genesisCalls.SetGenesisForSale(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#21) is not in mixedCase
Function genesisCalls.TransferGenesis(address,address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#23) is not in mixedCase
Function genesisCalls.UpgradeToLevel2FromLevel1(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#25) is not in mixedCase
Function genesisCalls.UpgradeToLevel3FromDev(address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#27) is not in mixedCase
Function genesisCalls.UpgradeToLevel3FromLevel1(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#29) is not in mixedCase
Function genesisCalls.UpgradeToLevel3FromLevel2(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#31) is not in mixedCase
Function genesisCalls.BurnGenesisAddresses(address,address[]) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#73) is not in mixedCase
Contract normalAddress (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#78-91) is not in CapWords
Function normalAddress.BuyNormalAddress(address,address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#80) is not in mixedCase
Function normalAddress.RemoveNormalAddressFromSale(address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#82) is not in mixedCase
Function normalAddress.SetNormalAddressForSale(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#86) is not in mixedCase
Contract stakes (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#96-112) is not in CapWords
Function stakes.RemoveStakeFromSale(address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#98) is not in mixedCase
Function stakes.SetStakeForSale(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#100) is not in mixedCase
Function stakes.StakeTransferGenesis(address,address,uint256,address[]) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#102) is not in mixedCase
Function stakes.StakeTransferMNE(address,address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#104) is not in mixedCase
Contract stakeBuys (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#116-126) is not in CapWords
Function stakeBuys.BuyStakeGenesis(address,address,address[],uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#118) is not in mixedCase
Function stakeBuys.BuyStakeMNE(address,address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#120) is not in mixedCase
Contract genesisBuys (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#130-142) is not in CapWords
Function genesisBuys.BuyGenesisLevel1FromNormal(address,address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#132) is not in mixedCase
Function genesisBuys.BuyGenesisLevel2FromNormal(address,address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#134) is not in mixedCase
Function genesisBuys.BuyGenesisLevel3FromNormal(address,address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#136) is not in mixedCase
Contract tokenService (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#146-158) is not in CapWords
Function tokenService.DestroyGenesisAddressLevel1(address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#154) is not in mixedCase
Function tokenService.Bridge(address,address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#156) is not in mixedCase
Contract baseTransfers (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#160-170) is not in CapWords
Contract mneStaking (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#173-177) is not in CapWords
Contract luckyDraw (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#179-183) is not in CapWords
Function luckyDraw.BuyTickets(address,uint256[]) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#181) is not in mixedCase
Contract externalService (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#186-190) is not in CapWords
Contract externalReceiver (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#192-196) is not in CapWords
Contract SHIBA_DIVIDEND_TRACKER (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#260-442) is not in CapWords
Follow the Solidity naming convention.

Additional information: link

Variable SHIBA_DIVIDEND_TRACKER._airdropAmount (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#264) is too similar to SHIBA_DIVIDEND_TRACKER.constructor(string,string,uint256).airdropAmount_ (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#270)
Variable SHIBA_DIVIDEND_TRACKER._airdropAmount (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#264) is too similar to SHIBA_DIVIDEND_TRACKER.setAirdropAmount(uint256).airdropAmount_ (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#304)
Prevent variables from having similar names.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#229-231)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#233-236)
name() should be declared external:
- SHIBA_DIVIDEND_TRACKER.name() (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#276-278)
symbol() should be declared external:
- SHIBA_DIVIDEND_TRACKER.symbol() (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#280-282)
decimals() should be declared external:
- SHIBA_DIVIDEND_TRACKER.decimals() (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#284-286)
totalSupply() should be declared external:
- SHIBA_DIVIDEND_TRACKER.totalSupply() (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#288-290)
balanceOf(address) should be declared external:
- SHIBA_DIVIDEND_TRACKER.balanceOf(address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#292-298)
allowance(address,address) should be declared external:
- SHIBA_DIVIDEND_TRACKER.allowance(address,address) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#300-302)
setAirdropAmount(uint256) should be declared external:
- SHIBA_DIVIDEND_TRACKER.setAirdropAmount(uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#304-307)
approve(address,uint256) should be declared external:
- SHIBA_DIVIDEND_TRACKER.approve(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#310-313)
transfer(address,uint256) should be declared external:
- SHIBA_DIVIDEND_TRACKER.transfer(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#315-318)
transferFrom(address,address,uint256) should be declared external:
- SHIBA_DIVIDEND_TRACKER.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#320-334)
increaseAllowance(address,uint256) should be declared external:
- SHIBA_DIVIDEND_TRACKER.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#338-341)
decreaseAllowance(address,uint256) should be declared external:
- SHIBA_DIVIDEND_TRACKER.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#343-351)
mint(address,uint256) should be declared external:
- SHIBA_DIVIDEND_TRACKER.mint(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#410-412)
burn(address,uint256) should be declared external:
- SHIBA_DIVIDEND_TRACKER.burn(address,uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#414-416)
batchTransferToken(address[],uint256) should be declared external:
- SHIBA_DIVIDEND_TRACKER.batchTransferToken(address[],uint256) (crytic-export/etherscan-contracts/0xdddf82fb98530243fcf8d4b8dc452f918c3ac4ac.bscscan.com-SHIBA_DIVIDEND_TRACKER.sol#418-422)
Use the external attribute for functions never called from the contract.

Additional information: link

Contract name (shibainu-dividend.com) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Contract ticker (SHIBA_DIVIDEND_TRACKER) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Contract ticker (SHIBA_DIVIDEND_TRACKER) has length of 22 chars.
Not a direct threat, but may indicate unreliable intentions of developer.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Token makes many airdrops and seems to be a phishing / airdrop scam

Additional information: link


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for SHIBA_DIVIDEND_TRACKER