Dingocoin is an open source peer-to-peer digital currency.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Context._msgData() (#22) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#1) 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
BEP20Token.constructor() (#195-210) uses literals with too many digits:
- _minBurnAmount = 1000000000 (#207)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
name() should be declared external:
- ERC20.name() (#39-41)
symbol() should be declared external:
- ERC20.symbol() (#43-45)
decimals() should be declared external:
- BEP20Token.decimals() (#212-214)
- ERC20.decimals() (#47-49)
totalSupply() should be declared external:
- ERC20.totalSupply() (#51-53)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#55-57)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#59-62)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#64-66)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#68-71)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#73-87)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#89-92)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#94-102)
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
Unable to find token on CoinHunt
Additional information: link
Alexa traffic rank is relatively low
Additional information: link
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
Telegram account has relatively few subscribers