Bulldogswap is a foundational layer in decentralized finance, enabling safe, and customizable transactions for the global crypto.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
BullDogToken._writeCheckpoint(address,uint32,uint256,uint256) (#1052-1070) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#1062)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
BEP20._approve(address,address,uint256).owner (#823) shadows:
- Ownable.owner() (#58-60) (function)
Rename the local variables that shadow another component.
Additional information: link
BullDogToken.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#918-959) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,BUDG::delegateBySig: signature expired) (#957)
Avoid relying on block.timestamp.
Additional information: link
BullDogToken.getChainId() (#1077-1081) uses assembly
- INLINE ASM (#1079)
Do not use evm assembly.
Additional information: link
SafeMath.sqrt(uint256) (#367-378) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#510-536):
- (success,returndata) = target.call{value: weiValue}(data) (#519)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable BullDogToken._delegates (#860) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#24)" inContext (#14-27)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20.constructor(string,string) (#586-591) uses literals with too many digits:
- _mint(msg.sender,100000000e18) (#590)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
mint(address,uint256) should be declared external:
- BullDogToken.mint(address,uint256) (#854-857)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
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
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has a considerable age, but social accounts / website are missing or have few users
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account