Diviner Protocol aims to build up a gamified & diversified prediction marketplace
BEP20.constructor(string,string).name (#419) shadows:
- BEP20.name() (#435-437) (function)
- IBEP20.name() (#121) (function)
BEP20.constructor(string,string).symbol (#419) shadows:
- BEP20.symbol() (#449-451) (function)
- IBEP20.symbol() (#116) (function)
BEP20.allowance(address,address).owner (#487) shadows:
- Ownable.owner() (#71-73) (function)
BEP20._approve(address,address,uint256).owner (#704) shadows:
- Ownable.owner() (#71-73) (function)
Rename the local variables that shadow another component.
Additional information: link
DivinerToken.burn(uint256) (#774-777) should emit an event for:
- _cap = _cap - (amount) (#775)
Emit an event for critical parameter changes.
Additional information: link
Ownable.constructor().msgSender (#63) lacks a zero-check on :
- _owner = msgSender (#64)
Check that the address is not zero.
Additional information: link
Address.isContract(address) (#218-229) uses assembly
- INLINE ASM (#225-227)
Address._functionCallWithValue(address,bytes,uint256,string) (#341-369) uses assembly
- INLINE ASM (#361-364)
Do not use evm assembly.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#341-369) is never used and should be removed
Address.functionCall(address,bytes) (#276-281) is never used and should be removed
Address.functionCall(address,bytes,string) (#289-295) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#308-320) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#328-339) is never used and should be removed
Address.isContract(address) (#218-229) is never used and should be removed
Address.sendValue(address,uint256) (#247-256) is never used and should be removed
BEP20._burnFrom(address,uint256) (#721-728) is never used and should be removed
Context._msgData() (#32-35) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.8.9 (#10) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.9 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) (#247-256):
- (success) = recipient.call{value: amount}() (#251)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#341-369):
- (success,returndata) = target.call{value: weiValue}(data) (#350-352)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter DivinerToken.mint(address,uint256)._to (#765) is not in mixedCase
Parameter DivinerToken.mint(address,uint256)._amount (#765) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#33)" inContext (#23-36)
Remove redundant statements if they congest code but offer no value.
Additional information: link
DivinerToken.slitherConstructorVariables() (#737-779) uses literals with too many digits:
- _cap = 1000000000e18 (#738)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#87-89)
name() should be declared external:
- BEP20.name() (#435-437)
decimals() should be declared external:
- BEP20.decimals() (#442-444)
symbol() should be declared external:
- BEP20.symbol() (#449-451)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#463-465)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#475-482)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#487-494)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#503-510)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#524-541)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#555-565)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#581-596)
mint(uint256) should be declared external:
- BEP20.mint(uint256) (#606-609)
cap() should be declared external:
- DivinerToken.cap() (#740-742)
mint(address,uint256) should be declared external:
- DivinerToken.mint(address,uint256) (#765-767)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find whitepaper link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
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
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account