10**18 = HUNDRED_PERCENT #262
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
Handle
pauliax
Vulnerability details
Impact
.div(10**18); should be replaced with .div(HUNDRED_PERCENT); to make the codebase more readable, robust and maintainable.
The text was updated successfully, but these errors were encountered: