Digipad Token Logo

DGP [Digipad] Token

About DGP

Listings

Token 10 months
CoinGecko 9 months
CoinMarketCap 9 months

Website

[CoinMarketCap] alert: Smart contract of the following asset can be modified by the contract creator (for example: disable selling, change fees, mint new tokens, or transfer tokens). Please exercise caution before taking any action and DYOR.
white paper

Digipad is a private investment launchpad for global crypto investors, ventures & startups. We are committed to create safer investment zone for private investors & onboarding the best crypto startups for our ecosystem users.

Digipad will assist crypto startups and businesses in raising capital by hosting private sales. During this process, we will provide them all the necessary services they need to make their private sale successful. By hosting their private sale on our platform, they will gain plenty of marketing options as well as easy collaboration with all of our associate partners.

Digipad launchpad investors will get plenty of benefits by using the platform. Our priority is to create safer investment zone for private investors & onboarding the best crypto startups for Digipad ecosystem users.

Social

Laser Scorebeta Last Audit: 13 October 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Contract ownership is not renounced (belongs to a wallet)

Digipad.updateSellTax(uint256,uint256,uint256,uint256) (#1349-1355) should emit an event for:
- marketingSellFee = _marketingFee (#1351)
- DIFSellFee = _DIFFee (#1352)
- DFFSellFee = _DFFFee (#1353)
- stakingPoolSellFee = _stakingFee (#1354)
Digipad.updateBuyTax(uint256,uint256,uint256,uint256) (#1341-1347) should emit an event for:
- marketingBuyFee = _marketingFee (#1343)
- DIFBuyFee = _DIFFee (#1344)
- DFFBuyFee = _DFFFee (#1345)
- stakingPoolBuyFee = _stakingFee (#1346)
Emit an event for critical parameter changes.

Additional information: link

Digipad.setDFFWallet(address)._newAddress (#1365) lacks a zero-check on :
- digiPadFoundationWallet = _newAddress (#1366)
Digipad.setStakingPoolWallet(address)._newAddress (#1369) lacks a zero-check on :
- stakingPoolWallet = _newAddress (#1370)
Digipad.setMarketingWallet(address)._newAddress (#1357) lacks a zero-check on :
- marketingWallet = _newAddress (#1358)
Digipad.setDIFWallet(address)._newAddress (#1361) lacks a zero-check on :
- digiPadInsuranceWallet = _newAddress (#1362)
Check that the address is not zero.

Additional information: link

SafeMath.tryDiv(uint256,uint256) (#803-808) is never used and should be removed
SignedSafeMath.div(int256,int256) (#712-714) is never used and should be removed
SafeCast.toUint64(uint256) (#1039-1042) is never used and should be removed
SafeCast.toUint256(int256) (#1096-1099) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#815-820) is never used and should be removed
SafeCast.toInt256(uint256) (#1198-1202) is never used and should be removed
SignedSafeMath.sub(int256,int256) (#726-728) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#907-916) is never used and should be removed
SafeCast.toUint128(uint256) (#1009-1012) is never used and should be removed
SafeCast.toUint8(uint256) (#1084-1087) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#761-767) is never used and should be removed
ERC20._burn(address,uint256) (#380-395) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#956-965) is never used and should be removed
SafeCast.toInt128(int256) (#1114-1117) is never used and should be removed
SafeCast.toInt32(int256) (#1150-1153) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#930-939) is never used and should be removed
SafeCast.toInt64(int256) (#1132-1135) is never used and should be removed
Context._msgData() (#111-113) is never used and should be removed
SafeCast.toUint224(uint256) (#994-997) is never used and should be removed
SignedSafeMath.add(int256,int256) (#740-742) is never used and should be removed
SafeCast.toInt8(int256) (#1186-1189) is never used and should be removed
SafeMath.mod(uint256,uint256) (#890-892) is never used and should be removed
SignedSafeMath.mul(int256,int256) (#698-700) is never used and should be removed
SafeCast.toUint96(uint256) (#1024-1027) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#786-796) is never used and should be removed
SafeCast.toUint16(uint256) (#1069-1072) is never used and should be removed
SafeCast.toInt16(int256) (#1168-1171) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#774-779) is never used and should be removed
SafeCast.toUint32(uint256) (#1054-1057) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version0.8.15 (#3) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.15 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

Parameter Digipad.updateBuyTax(uint256,uint256,uint256,uint256)._DIFFee (#1341) is not in mixedCase
Parameter Digipad.updateSellTax(uint256,uint256,uint256,uint256)._stakingFee (#1349) is not in mixedCase
Parameter Digipad.updateSellTax(uint256,uint256,uint256,uint256)._DIFFee (#1349) is not in mixedCase
Parameter Digipad.updateSellTax(uint256,uint256,uint256,uint256)._marketingFee (#1349) is not in mixedCase
Variable Digipad.DFFBuyFee (#1214) is not in mixedCase
Parameter Digipad.setDIFWallet(address)._newAddress (#1361) is not in mixedCase
Parameter Digipad.updateBuyTax(uint256,uint256,uint256,uint256)._marketingFee (#1341) is not in mixedCase
Parameter Digipad.updateBuyTax(uint256,uint256,uint256,uint256)._stakingFee (#1341) is not in mixedCase
Variable Digipad.DIFBuyFee (#1213) is not in mixedCase
Variable Digipad.DFFSellFee (#1219) is not in mixedCase
Parameter Digipad.updateBuyTax(uint256,uint256,uint256,uint256)._DFFFee (#1341) is not in mixedCase
Function IUniswapV2Router01.WETH() (#532) is not in mixedCase
Parameter Digipad.updateSellTax(uint256,uint256,uint256,uint256)._DFFFee (#1349) is not in mixedCase
Parameter Digipad.setMarketingWallet(address)._newAddress (#1357) is not in mixedCase
Variable Digipad.DIFSellFee (#1218) is not in mixedCase
Parameter Digipad.setDFFWallet(address)._newAddress (#1365) is not in mixedCase
Parameter Digipad.setStakingPoolWallet(address)._newAddress (#1369) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#537) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#538)
Prevent variables from having similar names.

Additional information: link

Digipad.constructor() (#1233-1256) uses literals with too many digits:
- _createTotalSupply(owner(),10000000 * (10 ** 8)) (#1255)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

isExcludedFromFees(address) should be declared external:
- Digipad.isExcludedFromFees(address) (#1337-1339)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#255-269)
setMarketingWallet(address) should be declared external:
- Digipad.setMarketingWallet(address) (#1357-1359)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#509-511)
setStakingPoolWallet(address) should be declared external:
- Digipad.setStakingPoolWallet(address) (#1369-1371)
updateSellTax(uint256,uint256,uint256,uint256) should be declared external:
- Digipad.updateSellTax(uint256,uint256,uint256,uint256) (#1349-1355)
decimals() should be declared external:
- ERC20.decimals() (#192-194)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#302-310)
symbol() should be declared external:
- ERC20.symbol() (#175-177)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#206-208)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#218-221)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#283-286)
setDIFWallet(address) should be declared external:
- Digipad.setDIFWallet(address) (#1361-1363)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#517-520)
name() should be declared external:
- ERC20.name() (#167-169)
setDFFWallet(address) should be declared external:
- Digipad.setDFFWallet(address) (#1365-1367)
totalSupply() should be declared external:
- ERC20.totalSupply() (#199-201)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#237-240)
updateBuyTax(uint256,uint256,uint256,uint256) should be declared external:
- Digipad.updateBuyTax(uint256,uint256,uint256,uint256) (#1341-1347)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#226-228)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


Number of Binance Smart Chain (BSC) token holders is low.


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


Token is deployed only at one blockchain


Token has only one trading pair


Last post in Twitter was more than 30 days ago


Unable to find Discord account


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Young tokens have high risks of price dump / death


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for DGP

News for DGP