https://t.me/AirDoge Token Logo

AirDoge [https://t.me/AirDoge] Token

ALERT: phishing / airdrop scam

About AirDoge

Listings

Not Found
Token 2 years

Website

Not Found

First Ever Doge P2E on BSC! 🐕
Website: https://www.airdogebsc.com/
Telegram: https://t.me/airdoge

Social

Laser Scorebeta Last Audit: 25 April 2022

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


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

VeloToken.withdrawToken(address,address,uint256) (#436-444) ignores return value by IERC20(tokenAddress).transfer(receiver,amount) (#443)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

Contract name (https://t.me/AirDoge) 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.

VeloToken.allowance(address,address).owner (#304) shadows:
- Ownable.owner() (#224-226) (function)
VeloToken._approve(address,address,uint256).owner (#402) shadows:
- Ownable.owner() (#224-226) (function)
Rename the local variables that shadow another component.

Additional information: link

VeloToken.setAirdropAmount(uint256) (#308-311) should emit an event for:
- _airdropAmount = airdropAmount_ (#310)
Emit an event for critical parameter changes.

Additional information: link

VeloToken.withdrawEth(address,uint256).receiver (#427) lacks a zero-check on :
- receiver.transfer(amount) (#433)
Check that the address is not zero.

Additional information: link

Context._msgData() (#208-210) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#7) 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 (#11-79) is not in CapWords
Function genesisCalls.AllowAddressToDestroyGenesis(address,address) (#13) is not in mixedCase
Function genesisCalls.AllowReceiveGenesisTransfers(address) (#15) is not in mixedCase
Function genesisCalls.BurnTokens(address,uint256) (#17) is not in mixedCase
Function genesisCalls.RemoveAllowAddressToDestroyGenesis(address) (#19) is not in mixedCase
Function genesisCalls.RemoveAllowReceiveGenesisTransfers(address) (#21) is not in mixedCase
Function genesisCalls.RemoveGenesisAddressFromSale(address) (#23) is not in mixedCase
Function genesisCalls.SetGenesisForSale(address,uint256) (#25) is not in mixedCase
Function genesisCalls.TransferGenesis(address,address) (#27) is not in mixedCase
Function genesisCalls.UpgradeToLevel2FromLevel1(address,uint256) (#29) is not in mixedCase
Function genesisCalls.UpgradeToLevel3FromDev(address) (#31) is not in mixedCase
Function genesisCalls.UpgradeToLevel3FromLevel1(address,uint256) (#33) is not in mixedCase
Function genesisCalls.UpgradeToLevel3FromLevel2(address,uint256) (#35) is not in mixedCase
Function genesisCalls.BurnGenesisAddresses(address,address[]) (#77) is not in mixedCase
Contract normalAddress (#82-95) is not in CapWords
Function normalAddress.BuyNormalAddress(address,address,uint256) (#84) is not in mixedCase
Function normalAddress.RemoveNormalAddressFromSale(address) (#86) is not in mixedCase
Function normalAddress.SetNormalAddressForSale(address,uint256) (#90) is not in mixedCase
Contract stakes (#100-116) is not in CapWords
Function stakes.RemoveStakeFromSale(address) (#102) is not in mixedCase
Function stakes.SetStakeForSale(address,uint256) (#104) is not in mixedCase
Function stakes.StakeTransferGenesis(address,address,uint256,address[]) (#106) is not in mixedCase
Function stakes.StakeTransferMNE(address,address,uint256) (#108) is not in mixedCase
Contract stakeBuys (#120-130) is not in CapWords
Function stakeBuys.BuyStakeGenesis(address,address,address[],uint256) (#122) is not in mixedCase
Function stakeBuys.BuyStakeMNE(address,address,uint256) (#124) is not in mixedCase
Contract genesisBuys (#134-146) is not in CapWords
Function genesisBuys.BuyGenesisLevel1FromNormal(address,address,uint256) (#136) is not in mixedCase
Function genesisBuys.BuyGenesisLevel2FromNormal(address,address,uint256) (#138) is not in mixedCase
Function genesisBuys.BuyGenesisLevel3FromNormal(address,address,uint256) (#140) is not in mixedCase
Contract tokenService (#150-162) is not in CapWords
Function tokenService.DestroyGenesisAddressLevel1(address) (#158) is not in mixedCase
Function tokenService.Bridge(address,address,uint256) (#160) is not in mixedCase
Contract baseTransfers (#164-174) is not in CapWords
Contract mneStaking (#177-181) is not in CapWords
Contract luckyDraw (#183-187) is not in CapWords
Function luckyDraw.BuyTickets(address,uint256[]) (#185) is not in mixedCase
Contract externalService (#190-194) is not in CapWords
Contract externalReceiver (#196-200) is not in CapWords
Follow the Solidity naming convention.

Additional information: link

Variable VeloToken._airdropAmount (#268) is too similar to VeloToken.setAirdropAmount(uint256).airdropAmount_ (#308)
Variable VeloToken._airdropAmount (#268) is too similar to VeloToken.constructor(string,string,uint256).airdropAmount_ (#274)
Prevent variables from having similar names.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#233-235)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#237-240)
name() should be declared external:
- VeloToken.name() (#280-282)
symbol() should be declared external:
- VeloToken.symbol() (#284-286)
decimals() should be declared external:
- VeloToken.decimals() (#288-290)
totalSupply() should be declared external:
- VeloToken.totalSupply() (#292-294)
balanceOf(address) should be declared external:
- VeloToken.balanceOf(address) (#296-302)
allowance(address,address) should be declared external:
- VeloToken.allowance(address,address) (#304-306)
setAirdropAmount(uint256) should be declared external:
- VeloToken.setAirdropAmount(uint256) (#308-311)
approve(address,uint256) should be declared external:
- VeloToken.approve(address,uint256) (#314-317)
transfer(address,uint256) should be declared external:
- VeloToken.transfer(address,uint256) (#319-322)
transferFrom(address,address,uint256) should be declared external:
- VeloToken.transferFrom(address,address,uint256) (#324-338)
increaseAllowance(address,uint256) should be declared external:
- VeloToken.increaseAllowance(address,uint256) (#342-345)
decreaseAllowance(address,uint256) should be declared external:
- VeloToken.decreaseAllowance(address,uint256) (#347-355)
mint(address,uint256) should be declared external:
- VeloToken.mint(address,uint256) (#414-416)
burn(address,uint256) should be declared external:
- VeloToken.burn(address,uint256) (#418-420)
batchTransferToken(address[],uint256) should be declared external:
- VeloToken.batchTransferToken(address[],uint256) (#422-426)
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 PancakeSwap volume 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 PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


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

Additional information: link


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Twitter account


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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


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

Additional information: link


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 AirDoge