DAPS Coin Wrapped Token Logo

DAPSW [DAPS Coin Wrapped] Token

About DAPSW

Listings

Token 3 years
CoinMarketCap 5 years
white paper

DAPS coins are private, trustless and secure POS with staking and masternodes for rewards. DAPS BSC tokens are pegged to DAPS 1 to 1 called DAPSW, available at a bridge service.

Social

Laser Scorebeta Last Audit: 22 March 2023

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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

TokenRecover.recoverERC20(address,uint256) (#1377-1379) ignores return value by IERC20(tokenAddress).transfer(owner(),tokenAmount) (#1378)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Ownable.constructor().msgSender (#1318) lacks a zero-check on :
- _owner = msgSender (#1319)
Check that the address is not zero.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#384-405) uses assembly
- INLINE ASM (#397-400)
Address.isContract(address) (#291-300) uses assembly
- INLINE ASM (#298)
Do not use evm assembly.

Additional information: link

ERC20.constructor(string,string).name (#459) shadows:
- ERC20.name() (#468-470) (function)
ERC20Base.constructor(string,string,uint8,uint256,uint256,bool,bool).cap (#1925) shadows:
- ERC20Capped.cap() (#735-737) (function)
ERC1363.constructor(string,string).name (#1178) shadows:
- ERC20.name() (#468-470) (function)
ERC20Base.constructor(string,string,uint8,uint256,uint256,bool,bool).decimals (#1924) shadows:
- ERC20.decimals() (#493-495) (function)
ERC20Base.constructor(string,string,uint8,uint256,uint256,bool,bool).symbol (#1923) shadows:
- ERC20.symbol() (#476-478) (function)
ERC20Base.constructor(string,string,uint8,uint256,uint256,bool,bool).transferEnabled (#1927) shadows:
- ERC20Base.transferEnabled() (#1963-1965) (function)
BaseToken.constructor(string,string,uint8,uint256,uint256,bool,bool).name (#2030) shadows:
- ERC20.name() (#468-470) (function)
BaseToken.constructor(string,string,uint8,uint256,uint256,bool,bool).cap (#2033) shadows:
- ERC20Capped.cap() (#735-737) (function)
BaseToken.constructor(string,string,uint8,uint256,uint256,bool,bool).transferEnabled (#2035) shadows:
- ERC20Base.transferEnabled() (#1963-1965) (function)
BaseToken.constructor(string,string,uint8,uint256,uint256,bool,bool).symbol (#2031) shadows:
- ERC20.symbol() (#476-478) (function)
ERC20Capped.constructor(uint256).cap (#727) shadows:
- ERC20Capped.cap() (#735-737) (function)
ERC20.constructor(string,string).symbol (#459) shadows:
- ERC20.symbol() (#476-478) (function)
BaseToken.constructor(string,string,uint8,uint256,uint256,bool,bool).mintingFinished (#2036) shadows:
- ERC20Base.mintingFinished() (#1956-1958) (function)
ERC20Base.constructor(string,string,uint8,uint256,uint256,bool,bool).mintingFinished (#1928) shadows:
- ERC20Base.mintingFinished() (#1956-1958) (function)
ERC20Base.constructor(string,string,uint8,uint256,uint256,bool,bool).name (#1922) shadows:
- ERC20.name() (#468-470) (function)
BaseToken.constructor(string,string,uint8,uint256,uint256,bool,bool).decimals (#2032) shadows:
- ERC20.decimals() (#493-495) (function)
ERC1363.constructor(string,string).symbol (#1178) shadows:
- ERC20.symbol() (#476-478) (function)
Rename the local variables that shadow another component.

Additional information: link

ERC20Base.constructor(string,string,uint8,uint256,uint256,bool,bool) (#1921-1951) compares to a boolean constant:
-require(bool,string)(mintingFinished == false || cap == initialSupply,ERC20Base: if finish minting, cap must be equal to initialSupply) (#1933-1936)
Remove the equality to the boolean constant.

Additional information: link

Different versions of Solidity are used:
- Version used: ['^0.7.0', '^0.7.1']
- ^0.7.0 (#5)
- ^0.7.0 (#30)
- ^0.7.0 (#108)
- ^0.7.0 (#268)
- ^0.7.0 (#410)
- ^0.7.0 (#713)
- ^0.7.0 (#757)
- ^0.7.0 (#797)
- ^0.7.0 (#822)
- ^0.7.0 (#911)
- ^0.7.0 (#945)
- ^0.7.0 (#978)
- ^0.7.0 (#1085)
- ^0.7.0 (#1138)
- ^0.7.0 (#1295)
- ^0.7.0 (#1363)
- ^0.7.0 (#1384)
- ^0.7.0 (#1628)
- ^0.7.0 (#1842)
- ^0.7.0 (#1868)
- ^0.7.1 (#2025)
Use one Solidity version.

Additional information: link

SafeMath.mul(uint256,uint256) (#182-194) is never used and should be removed
ERC165Checker._supportsERC165Interface(address,bytes4) (#1055-1061) is never used and should be removed
AccessControl._setRoleAdmin(bytes32,bytes32) (#1822-1825) is never used and should be removed
Address.sendValue(address,uint256) (#318-324) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#369-371) is never used and should be removed
ERC165Checker._callERC165SupportsInterface(address,bytes4) (#1071-1080) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (#1593-1595) is never used and should be removed
ERC165Checker.supportsERC165(address) (#999-1004) is never used and should be removed
ERC165Checker.supportsInterface(address,bytes4) (#1012-1016) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (#1600-1602) is never used and should be removed
ERC165Checker.supportsAllInterfaces(address,bytes4[]) (#1027-1042) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#260-263) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#379-382) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#224-230) is never used and should be removed
Context._msgData() (#22-25) is never used and should be removed
SafeMath.mod(uint256,uint256) (#244-246) is never used and should be removed
SafeMath.div(uint256,uint256) (#208-210) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (#1607-1609) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#384-405) is never used and should be removed
AccessControl._setupRole(bytes32,address) (#1813-1815) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (#1621-1623) is never used and should be removed
Address.functionCall(address,bytes,string) (#354-356) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (#1583-1585) is never used and should be removed
Address.functionCall(address,bytes) (#344-346) is never used and should be removed
Remove unused functions.

Additional information: link

Redundant expression "this (#23)" inContext (#17-26)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Pragma version^0.7.0 (#713) allows old versions
Pragma version^0.7.0 (#797) allows old versions
Pragma version^0.7.0 (#30) allows old versions
Pragma version^0.7.0 (#1363) allows old versions
Pragma version^0.7.0 (#757) allows old versions
Pragma version^0.7.0 (#978) allows old versions
Pragma version^0.7.1 (#2025) allows old versions
Pragma version^0.7.0 (#945) allows old versions
Pragma version^0.7.0 (#1138) allows old versions
Pragma version^0.7.0 (#410) allows old versions
Pragma version^0.7.0 (#822) allows old versions
Pragma version^0.7.0 (#911) allows old versions
Pragma version^0.7.0 (#1628) allows old versions
Pragma version^0.7.0 (#1295) allows old versions
solc-0.7.1 is not recommended for deployment
Pragma version^0.7.0 (#5) allows old versions
Pragma version^0.7.0 (#1085) allows old versions
Pragma version^0.7.0 (#1842) allows old versions
Pragma version^0.7.0 (#268) allows old versions
Pragma version^0.7.0 (#1868) allows old versions
Pragma version^0.7.0 (#1384) allows old versions
Pragma version^0.7.0 (#108) 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

Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#384-405):
- (success,returndata) = target.call{value: weiValue}(data) (#388)
Low level call in ERC165Checker._callERC165SupportsInterface(address,bytes4) (#1071-1080):
- (success,result) = account.staticcall{gas: 30000}(encodedParams) (#1077)
Low level call in Address.sendValue(address,uint256) (#318-324):
- (success) = recipient.call{value: amount}() (#322)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

cap() should be declared external:
- ERC20Capped.cap() (#735-737)
supportsInterface(bytes4) should be declared external:
- ERC165.supportsInterface(bytes4) (#1115-1117)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#787-792)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#1345-1348)
decimals() should be declared external:
- ERC20.decimals() (#493-495)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#592-595)
symbol() should be declared external:
- ERC20.symbol() (#476-478)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#507-509)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#573-576)
transferFromAndCall(address,address,uint256) should be declared external:
- ERC1363.transferFromAndCall(address,address,uint256) (#1214-1216)
getRoleMemberCount(bytes32) should be declared external:
- AccessControl.getRoleMemberCount(bytes32) (#1716-1718)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#1354-1358)
transferAndCall(address,uint256) should be declared external:
- ERC1363.transferAndCall(address,uint256) (#1190-1192)
name() should be declared external:
- ERC20.name() (#468-470)
approveAndCall(address,uint256) should be declared external:
- ERC1363.approveAndCall(address,uint256) (#1238-1240)
transferEnabled() should be declared external:
- ERC20Base.transferEnabled() (#1963-1965)
grantRole(bytes32,address) should be declared external:
- AccessControl.grantRole(bytes32,address) (#1756-1760)
getRoleMember(bytes32,uint256) should be declared external:
- AccessControl.getRoleMember(bytes32,uint256) (#1732-1734)
revokeRole(bytes32,address) should be declared external:
- AccessControl.revokeRole(bytes32,address) (#1771-1775)
renounceRole(bytes32,address) should be declared external:
- AccessControl.renounceRole(bytes32,address) (#1791-1795)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#772-774)
mint(address,uint256) should be declared external:
- ERC20Base.mint(address,uint256) (#1972-1974)
recoverERC20(address,uint256) should be declared external:
- TokenRecover.recoverERC20(address,uint256) (#1377-1379)
getRoleAdmin(bytes32) should be declared external:
- AccessControl.getRoleAdmin(bytes32) (#1742-1744)
mintingFinished() should be declared external:
- ERC20Base.mintingFinished() (#1956-1958)
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.


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


Twitter account has less than 100 followers


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to crawl data from the website


Unable to find token on CoinGecko

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank


Token has a considerable age, but average PancakeSwap 30d trading volume is low

Price for DAPSW

News for DAPSW