Dovu Token Logo

DOV [Dovu] Token

About DOV

Listings

Token 2 years
CoinMarketCap 6 years

Website

white paper

DOVU, partially owned by Jaguar Land Rover, is a tokenized data economy for DeFi carbon offsetting. Land owners who’ve implemented carbon sequestration practices can tokenize their land and make it easy for businesses and individuals to offset their carbon footprint through its decentralized marketplace. It connects land owners who’ve committed to carbon sequestering practices and investors or businesses who want to offset their carbon footprint.

Laser Scorebeta Last Audit: 19 February 2022

report
Token seems to be legit.

Anti-Scam

Links

BEP20.constructor(string,string).name (contracts/BEP20/BEP20.sol#58) shadows:
- BEP20.name() (contracts/BEP20/BEP20.sol#67-69) (function)
- IBEP20.name() (contracts/BEP20/IBEP20.sol#22) (function)
BEP20.constructor(string,string).symbol (contracts/BEP20/BEP20.sol#58) shadows:
- BEP20.symbol() (contracts/BEP20/BEP20.sol#75-77) (function)
- IBEP20.symbol() (contracts/BEP20/IBEP20.sol#17) (function)
BEP20.allowance(address,address).owner (contracts/BEP20/BEP20.sol#126) shadows:
- Ownable.owner() (contracts/BEP20/Ownable.sol#36-38) (function)
BEP20._approve(address,address,uint256).owner (contracts/BEP20/BEP20.sol#281) shadows:
- Ownable.owner() (contracts/BEP20/Ownable.sol#36-38) (function)
BEP20Capped.constructor(uint256).cap (contracts/BEP20/BEP20Capped.sol#17) shadows:
- BEP20Capped.cap() (contracts/BEP20/BEP20Capped.sol#25-27) (function)
BEP20PresetMinterPauser.constructor(string,string).name (contracts/BEP20/BEP20PresetMinterPauser.sol#35) shadows:
- BEP20.name() (contracts/BEP20/BEP20.sol#67-69) (function)
- IBEP20.name() (contracts/BEP20/IBEP20.sol#22) (function)
BEP20PresetMinterPauser.constructor(string,string).symbol (contracts/BEP20/BEP20PresetMinterPauser.sol#35) shadows:
- BEP20.symbol() (contracts/BEP20/BEP20.sol#75-77) (function)
- IBEP20.symbol() (contracts/BEP20/IBEP20.sol#17) (function)
DovToken.constructor(string,string,uint256).name (contracts/DovToken.sol#8) shadows:
- BEP20.name() (contracts/BEP20/BEP20.sol#67-69) (function)
- IBEP20.name() (contracts/BEP20/IBEP20.sol#22) (function)
DovToken.constructor(string,string,uint256).symbol (contracts/DovToken.sol#8) shadows:
- BEP20.symbol() (contracts/BEP20/BEP20.sol#75-77) (function)
- IBEP20.symbol() (contracts/BEP20/IBEP20.sol#17) (function)
DovToken.constructor(string,string,uint256).cap (contracts/DovToken.sol#8) shadows:
- BEP20Capped.cap() (contracts/BEP20/BEP20Capped.sol#25-27) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (contracts/BEP20/Address.sol#26-35) uses assembly
- INLINE ASM (contracts/BEP20/Address.sol#33)
Address._functionCallWithValue(address,bytes,uint256,string) (contracts/BEP20/Address.sol#119-140) uses assembly
- INLINE ASM (contracts/BEP20/Address.sol#132-135)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.6.0', '^0.6.2']
- ^0.6.0 (contracts/BEP20/AccessControl.sol#3)
- ^0.6.2 (contracts/BEP20/Address.sol#3)
- ^0.6.0 (contracts/BEP20/BEP20.sol#3)
- ^0.6.0 (contracts/BEP20/BEP20Blockable.sol#1)
- ^0.6.0 (contracts/BEP20/BEP20Burnable.sol#3)
- ^0.6.0 (contracts/BEP20/BEP20Capped.sol#3)
- ^0.6.0 (contracts/BEP20/BEP20Pausable.sol#3)
- ^0.6.0 (contracts/BEP20/BEP20PresetMinterPauser.sol#3)
- ^0.6.0 (contracts/BEP20/Context.sol#3)
- ^0.6.0 (contracts/BEP20/EnumerableSet.sol#3)
- ^0.6.0 (contracts/BEP20/IBEP20.sol#1)
- ^0.6.0 (contracts/BEP20/Ownable.sol#3)
- ^0.6.0 (contracts/BEP20/Pausable.sol#3)
- ^0.6.0 (contracts/BEP20/SafeMath.sol#3)
- ^0.6.0 (contracts/DovToken.sol#1)
Use one Solidity version.

Additional information: link

AccessControl._setRoleAdmin(bytes32,bytes32) (contracts/BEP20/AccessControl.sol#201-204) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (contracts/BEP20/Address.sol#119-140) is never used and should be removed
Address.functionCall(address,bytes) (contracts/BEP20/Address.sol#79-81) is never used and should be removed
Address.functionCall(address,bytes,string) (contracts/BEP20/Address.sol#89-91) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (contracts/BEP20/Address.sol#104-106) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (contracts/BEP20/Address.sol#114-117) is never used and should be removed
Address.isContract(address) (contracts/BEP20/Address.sol#26-35) is never used and should be removed
Address.sendValue(address,uint256) (contracts/BEP20/Address.sol#53-59) is never used and should be removed
BEP20._setupDecimals(uint8) (contracts/BEP20/BEP20.sol#296-298) is never used and should be removed
BEP20Capped._beforeTokenTransfer(address,address,uint256) (contracts/BEP20/BEP20Capped.sol#36-42) is never used and should be removed
BEP20Pausable._beforeTokenTransfer(address,address,uint256) (contracts/BEP20/BEP20Pausable.sol#23-27) is never used and should be removed
BEP20PresetMinterPauser._beforeTokenTransfer(address,address,uint256) (contracts/BEP20/BEP20PresetMinterPauser.sol#84-86) is never used and should be removed
Context._msgData() (contracts/BEP20/Context.sol#20-23) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (contracts/BEP20/EnumerableSet.sol#202-204) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (contracts/BEP20/EnumerableSet.sol#240-242) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (contracts/BEP20/EnumerableSet.sol#219-221) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (contracts/BEP20/EnumerableSet.sol#226-228) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (contracts/BEP20/EnumerableSet.sol#212-214) is never used and should be removed
SafeMath.div(uint256,uint256) (contracts/BEP20/SafeMath.sol#103-105) is never used and should be removed
SafeMath.div(uint256,uint256,string) (contracts/BEP20/SafeMath.sol#119-125) is never used and should be removed
SafeMath.mod(uint256,uint256) (contracts/BEP20/SafeMath.sol#139-141) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (contracts/BEP20/SafeMath.sol#155-158) is never used and should be removed
SafeMath.mul(uint256,uint256) (contracts/BEP20/SafeMath.sol#77-89) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.6.0 (contracts/BEP20/AccessControl.sol#3) allows old versions
Pragma version^0.6.2 (contracts/BEP20/Address.sol#3) allows old versions
Pragma version^0.6.0 (contracts/BEP20/BEP20.sol#3) allows old versions
Pragma version^0.6.0 (contracts/BEP20/BEP20Blockable.sol#1) allows old versions
Pragma version^0.6.0 (contracts/BEP20/BEP20Burnable.sol#3) allows old versions
Pragma version^0.6.0 (contracts/BEP20/BEP20Capped.sol#3) allows old versions
Pragma version^0.6.0 (contracts/BEP20/BEP20Pausable.sol#3) allows old versions
Pragma version^0.6.0 (contracts/BEP20/BEP20PresetMinterPauser.sol#3) allows old versions
Pragma version^0.6.0 (contracts/BEP20/Context.sol#3) allows old versions
Pragma version^0.6.0 (contracts/BEP20/EnumerableSet.sol#3) allows old versions
Pragma version^0.6.0 (contracts/BEP20/IBEP20.sol#1) allows old versions
Pragma version^0.6.0 (contracts/BEP20/Ownable.sol#3) allows old versions
Pragma version^0.6.0 (contracts/BEP20/Pausable.sol#3) allows old versions
Pragma version^0.6.0 (contracts/BEP20/SafeMath.sol#3) allows old versions
Pragma version^0.6.0 (contracts/DovToken.sol#1) allows old versions
solc-0.6.2 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

Low level call in Address.sendValue(address,uint256) (contracts/BEP20/Address.sol#53-59):
- (success) = recipient.call{value: amount}() (contracts/BEP20/Address.sol#57)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (contracts/BEP20/Address.sol#119-140):
- (success,returndata) = target.call{value: weiValue}(data) (contracts/BEP20/Address.sol#123)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter BEP20Blockable.isBlocked(address)._account (contracts/BEP20/BEP20Blockable.sol#30) is not in mixedCase
Parameter BEP20Blockable.blockAccount(address)._account (contracts/BEP20/BEP20Blockable.sol#38) is not in mixedCase
Parameter BEP20Blockable.unBlockAccount(address)._account (contracts/BEP20/BEP20Blockable.sol#48) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (contracts/BEP20/Context.sol#21)" inContext (contracts/BEP20/Context.sol#15-24)
Remove redundant statements if they congest code but offer no value.

Additional information: link

getRoleMemberCount(bytes32) should be declared external:
- AccessControl.getRoleMemberCount(bytes32) (contracts/BEP20/AccessControl.sol#95-97)
getRoleMember(bytes32,uint256) should be declared external:
- AccessControl.getRoleMember(bytes32,uint256) (contracts/BEP20/AccessControl.sol#111-113)
getRoleAdmin(bytes32) should be declared external:
- AccessControl.getRoleAdmin(bytes32) (contracts/BEP20/AccessControl.sol#121-123)
grantRole(bytes32,address) should be declared external:
- AccessControl.grantRole(bytes32,address) (contracts/BEP20/AccessControl.sol#135-139)
revokeRole(bytes32,address) should be declared external:
- AccessControl.revokeRole(bytes32,address) (contracts/BEP20/AccessControl.sol#150-154)
renounceRole(bytes32,address) should be declared external:
- AccessControl.renounceRole(bytes32,address) (contracts/BEP20/AccessControl.sol#170-174)
name() should be declared external:
- BEP20.name() (contracts/BEP20/BEP20.sol#67-69)
symbol() should be declared external:
- BEP20.symbol() (contracts/BEP20/BEP20.sol#75-77)
decimals() should be declared external:
- BEP20.decimals() (contracts/BEP20/BEP20.sol#92-94)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (contracts/BEP20/BEP20.sol#106-108)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (contracts/BEP20/BEP20.sol#118-121)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (contracts/BEP20/BEP20.sol#137-140)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (contracts/BEP20/BEP20.sol#154-158)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (contracts/BEP20/BEP20.sol#172-175)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (contracts/BEP20/BEP20.sol#191-194)
blockAccount(address) should be declared external:
- BEP20Blockable.blockAccount(address) (contracts/BEP20/BEP20Blockable.sol#38-42)
unBlockAccount(address) should be declared external:
- BEP20Blockable.unBlockAccount(address) (contracts/BEP20/BEP20Blockable.sol#48-52)
burn(uint256) should be declared external:
- BEP20Burnable.burn(uint256) (contracts/BEP20/BEP20Burnable.sol#19-21)
burnFrom(address,uint256) should be declared external:
- BEP20Burnable.burnFrom(address,uint256) (contracts/BEP20/BEP20Burnable.sol#34-39)
cap() should be declared external:
- BEP20Capped.cap() (contracts/BEP20/BEP20Capped.sol#25-27)
mint(address,uint256) should be declared external:
- BEP20PresetMinterPauser.mint(address,uint256) (contracts/BEP20/BEP20PresetMinterPauser.sol#51-54)
pause() should be declared external:
- BEP20PresetMinterPauser.pause() (contracts/BEP20/BEP20PresetMinterPauser.sol#65-68)
unpause() should be declared external:
- BEP20PresetMinterPauser.unpause() (contracts/BEP20/BEP20PresetMinterPauser.sol#79-82)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (contracts/BEP20/Ownable.sol#55-58)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (contracts/BEP20/Ownable.sol#64-66)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:
No disclosed threats
No disclosed threats


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


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

No disclosed threats

Price for DOV

News for DOV