Precision Loss Errors
Numerical operations in solidity can result in precision loss, where the amount that is calculated, saved and returned is incorrect and typically lower than it should be. These bugs can disadvantage users of decentralized finance platforms and they c...
dacian.me13 min read
Gaurang
Hii Dacian, I have doubt on div before mul. I have seend such a scenario where div before mul finding is invalidated. can you tell me where this can be happen and where we should focus more on this type of findings?