Unchecked i variable inside for block to save gas
for loop ---> set i variable as unchecked{++i;}
to save gas...
functions can be implementable on
Lender.sol
function refinance(Refinance[] calldata refinances) public
function seizeLoan(uint256[] calldata loanIds) public
function startAuction(uint256[] calldata loanIds) public
function repay(uint256[] calldata loanIds) public
function borrow(Borrow[] calldata borrows) public
Example Implemantation:
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.