Summary:
In the function mint
in DecentralizedStableCoin.sol
, it is checked if the address that was put is address(0)
before calling _mint
to mint the tokens. The function _mint
also checks if the address that was put in is address(0)
. By removing the first check 34 gas are saved each time the mint
function is called.
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.