Welcome to DOGESUPERBOWL: A Gaming Universe of NFT Digital American Football on BSC. Doge Super bowl serves as the native currency for the game. Players use Doge Super bowl (DSBOWL) to encapsulate characters, to buy and sell in the game market (in the future). Doge Super bowl is an NFT-based online video game, which uses Binance-based cryptocurrency (DSBOWL). It is currently the only collection of American Football collection. There is a maximum supply of 100,000,000 tokens. Liquidity will be locked and development funds will be invested in game updates.
Team is experienced and disclosed their identities.
Pedro Thiago Zanfrilli- CEO
Pablo Tiago dos Santos- CSO
Thiago Reis- CSO
Deivid Cordeiro- CCO
Camilla Reis- CCO
Liquidity Locked: https://dxsale.app/app/v3/dxlplocksearch?id=0&add=0x6a43f8F4b12FcD3B3EB86b319F92eb17c955DDA3&type=lpdefi&chain=BSC
Audit: https://github.com/TechRate/Smart-Contract-Audits/blob/main/September/Doge%20Superbowl%20Full%20Smart%20Contract%20Security%20Audit.pdf
White Paper: https://dogesbowl.com/wp-content/uploads/2021/09/DOGESUPERBOWL-US.pdf
Authorized.safeWithdraw() (contracts/Authorized.sol#33-36) sends eth to arbitrary user
Dangerous calls:
- address(_msgSender()).transfer(contractBalance) (contracts/Authorized.sol#35)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
DogeSuperBowl._symbol (contracts/SuperBowlToken.sol#24) shadows:
- ERC20._symbol (@openzeppelin/contracts/token/ERC20/ERC20.sol#42)
Remove the state variable shadowing.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
SwapHelper.safeApprove(address,address,uint256) (contracts/SwapHelper.sol#11) ignores return value by ERC20(token).approve(spender,amount) (contracts/SwapHelper.sol#11)
Ensure that all the return values of the function calls are used.
Additional information: link
DogeSuperBowl.setWBNB_BUSD_Pair(address).newPair (contracts/SuperBowlToken.sol#383) lacks a zero-check on :
- WBNB_BUSD_PAIR = newPair (contracts/SuperBowlToken.sol#383)
Check that the address is not zero.
Additional information: link
Reentrancy in DogeSuperBowl.constructor() (contracts/SuperBowlToken.sol#110-156):
External calls:
- WBNB_IGT_PAIR = address(PancakeFactory(router.factory()).createPair(WBNB,address(this))) (contracts/SuperBowlToken.sol#112)
- swapHelper.safeApprove(WBNB,address(this),type()(uint256).max) (contracts/SuperBowlToken.sol#152)
State variables written after the call(s):
- _mint(ownerWallet,maxSupply) (contracts/SuperBowlToken.sol#154)
- _balances[account] += amount (@openzeppelin/contracts/token/ERC20/ERC20.sol#257)
- _mint(ownerWallet,maxSupply) (contracts/SuperBowlToken.sol#154)
- _totalSupply += amount (@openzeppelin/contracts/token/ERC20/ERC20.sol#256)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in DogeSuperBowl.constructor() (contracts/SuperBowlToken.sol#110-156):
External calls:
- WBNB_IGT_PAIR = address(PancakeFactory(router.factory()).createPair(WBNB,address(this))) (contracts/SuperBowlToken.sol#112)
- swapHelper.safeApprove(WBNB,address(this),type()(uint256).max) (contracts/SuperBowlToken.sol#152)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (@openzeppelin/contracts/token/ERC20/ERC20.sol#258)
- _mint(ownerWallet,maxSupply) (contracts/SuperBowlToken.sol#154)
Apply the check-effects-interactions pattern.
Additional information: link
DogeSuperBowl.getTokenReserves(address) (contracts/SuperBowlToken.sol#366-376) uses assembly
- INLINE ASM (contracts/SuperBowlToken.sol#368-374)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.5']
- ^0.8.0 (@openzeppelin/contracts/access/Ownable.sol#3)
- ^0.8.0 (@openzeppelin/contracts/token/ERC20/ERC20.sol#3)
- ^0.8.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#3)
- ^0.8.0 (@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol#3)
- ^0.8.0 (@openzeppelin/contracts/utils/Context.sol#3)
- ^0.8.0 (@openzeppelin/contracts/utils/Strings.sol#3)
- ^0.8.5 (contracts/Authorized.sol#3)
- ^0.8.5 (contracts/IPancake.sol#3)
- ^0.8.5 (contracts/SuperBowlToken.sol#8)
- ^0.8.5 (contracts/SwapHelper.sol#3)
Use one Solidity version.
Additional information: link
Strings.toHexString(uint256) (@openzeppelin/contracts/utils/Strings.sol#39-50) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.5 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
Variable DogeSuperBowl.WBNB_IGT_PAIR (contracts/SuperBowlToken.sol#61) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
DogeSuperBowl.slitherConstructorConstantVariables() (contracts/SuperBowlToken.sol#17-387) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (contracts/SuperBowlToken.sol#19)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
setAdministrationWallet(address) should be declared external:
- DogeSuperBowl.setAdministrationWallet(address) (contracts/SuperBowlToken.sol#106)
Use the external attribute for functions never called from the contract.
Additional information: link
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.
Unable to crawl data from the website
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
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
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account