There is no need to use SafeMath when compiler is ^0.8.0 because it has built-in under/overflow checks.
SafeMath is being used in several contracts, but it is pretty much useless since the we are using solidity version 0.8.21
import { SafeMath } from "lib/openzeppelin-contracts/contracts/utils/math/SafeMath.sol";
Clogging the codebase with useless libraries
manual review
Don't use safeMath
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.