stevewu
stevewu
Regarding to the function of distributeBorrowerComp() in https://github.com/compound-finance/compound-protocol/blob/master/contracts/Comptroller.sol, the formula of calculating account borrow amount is: `uint borrowerAmount = div_(CToken(cToken).borrowBalanceStored(borrower), marketBorrowIndex);` I saw the borrowAmount calculation in cToken is: `recentBorrowBalance...
we've utilized the a16z License contract in our [ETHGlobal online hackathon](https://ethglobal.com/events) NFT projects: [LeapStart](https://github.com/contentfi/LeapStart-contracts), And we found that it is hard to integrate with the enum LicenseVersion when the NFT...