Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
VaultOwned.setVault(address).vault_ (contracts/helpers/VaultOwned.sol#10) lacks a zero-check on :
- _vault = vault_ (contracts/helpers/VaultOwned.sol#11)
Check that the address is not zero.
Additional information: link
VaultOwned.setVault(address) (contracts/helpers/VaultOwned.sol#10-14) should emit an event for:
- _vault = vault_ (contracts/helpers/VaultOwned.sol#11)
Emit an event for critical parameter changes.
Additional information: link
ERC20Permit.constructor() (contracts/helpers/ERC20Permit.sol#153-168) uses assembly
- INLINE ASM (contracts/helpers/ERC20Permit.sol#155-157)
Do not use evm assembly.
Additional information: link
ERC20Permit.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (contracts/helpers/ERC20Permit.sol#170-191) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= deadline,Permit: expired deadline) (contracts/helpers/ERC20Permit.sol#179)
Avoid relying on block.timestamp.
Additional information: link
Counters.decrement(Counters.Counter) (contracts/library/Counters.sol#21-23) is never used and should be removed
SafeMath.div(uint256,uint256) (contracts/library/SafeMath.sol#102-104) is never used and should be removed
SafeMath.div(uint256,uint256,string) (contracts/library/SafeMath.sol#118-124) is never used and should be removed
SafeMath.mod(uint256,uint256) (contracts/library/SafeMath.sol#138-140) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (contracts/library/SafeMath.sol#154-157) is never used and should be removed
SafeMath.mul(uint256,uint256) (contracts/library/SafeMath.sol#76-88) is never used and should be removed
SafeMath.sqrrt(uint256) (contracts/library/SafeMath.sol#159-170) is never used and should be removed
Remove unused functions.
Additional information: link
Function UDO._burnFrom(address,uint256) (contracts/UDO.sol#27-36) is not in mixedCase
Variable ERC20._balances (contracts/helpers/ERC20Permit.sol#15) is not in mixedCase
Variable ERC20._allowances (contracts/helpers/ERC20Permit.sol#18) is not in mixedCase
Variable ERC20._totalSupply (contracts/helpers/ERC20Permit.sol#21) is not in mixedCase
Variable ERC20._name (contracts/helpers/ERC20Permit.sol#24) is not in mixedCase
Variable ERC20._symbol (contracts/helpers/ERC20Permit.sol#27) is not in mixedCase
Variable ERC20._decimals (contracts/helpers/ERC20Permit.sol#30) is not in mixedCase
Variable ERC20Permit.DOMAIN_SEPARATOR (contracts/helpers/ERC20Permit.sol#151) is not in mixedCase
Variable Ownable._owner (contracts/helpers/Ownable.sol#15) is not in mixedCase
Variable VaultOwned._vault (contracts/helpers/VaultOwned.sol#8) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
ERC20.ERC20TOKEN_ERC1820_INTERFACE_ID (contracts/helpers/ERC20Permit.sol#12) is never used in UDO (contracts/UDO.sol#7-38)
Remove unused state variables.
Additional information: link
burn(uint256) should be declared external:
- UDO.burn(uint256) (contracts/UDO.sol#19-21)
burnFrom(address,uint256) should be declared external:
- UDO.burnFrom(address,uint256) (contracts/UDO.sol#23-25)
symbol() should be declared external:
- ERC20.symbol() (contracts/helpers/ERC20Permit.sol#42-44)
decimals() should be declared external:
- ERC20.decimals() (contracts/helpers/ERC20Permit.sol#46-48)
totalSupply() should be declared external:
- ERC20.totalSupply() (contracts/helpers/ERC20Permit.sol#50-52)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (contracts/helpers/ERC20Permit.sol#54-56)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (contracts/helpers/ERC20Permit.sol#58-61)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (contracts/helpers/ERC20Permit.sol#67-70)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (contracts/helpers/ERC20Permit.sol#72-76)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (contracts/helpers/ERC20Permit.sol#78-81)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (contracts/helpers/ERC20Permit.sol#83-86)
permit(address,address,uint256,uint256,uint8,bytes32,bytes32) should be declared external:
- ERC20Permit.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (contracts/helpers/ERC20Permit.sol#170-191)
nonces(address) should be declared external:
- ERC20Permit.nonces(address) (contracts/helpers/ERC20Permit.sol#193-195)
owner() should be declared external:
- Ownable.owner() (contracts/helpers/Ownable.sol#24-26)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (contracts/helpers/Ownable.sol#33-36)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (contracts/helpers/Ownable.sol#38-42)
vault() should be declared external:
- VaultOwned.vault() (contracts/helpers/VaultOwned.sol#16-18)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
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 price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Last post in Twitter was more than 30 days ago