Platform: Code4rena
Start Date: 11/01/2023
Pot Size: $60,500 USDC
Total HM: 6
Participants: 69
Period: 6 days
Judge: Trust
Total Solo HM: 2
Id: 204
League: ETH
Rank: 61/69
Findings: 1
Award: $36.24
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: CodingNameKiki
Also found by: 0x1f8b, 0x52, 0x5rings, 0xAgro, 0xSmartContract, 0xcm, 0xkato, 2997ms, Aymen0909, BClabs, BPZ, BRONZEDISC, Bauer, Bnke0x0, Deekshith99, IllIllI, Josiah, Kaysoft, RaymondFam, Rolezn, SaeedAlipoor01988, Tajobin, Udsen, Viktor_Cortess, adriro, arialblack14, betweenETHlines, btk, chaduke, chrisdior4, cryptphi, csanuragjain, cygaar, defsec, descharre, erictee, gzeon, hansfriese, horsefacts, joestakey, koxuan, lukris02, luxartvinsec, nicobevi, oyc_109, pavankv, peanuts, rbserver, scokaf, shark, tnevler, tsvetanovv, zaskoh
36.2377 USDC - $36.24
There are 2 instance of it & here is the permaliks of it CTokenInterfacesModifiedCash.sol#L7 & CTokenInterfacesModified.sol#L7 it is recommend to remove unused imports for better readability of the code
There are 2 instances of it they are JumpRateModelV2.sol & cErc20ModifiedDelegator.sol Its highly recommend to write the license identifier keyword (license type of the contract) above the version
It is recommend to update the solidity version according some of the contracts are still using older versions and Versions must be consistent with each other.
v != 27 && v != 28 or v == 27 || v == 28
Here is the permalink of it KYCRegistry.sol#L87 for more refer this link
Here is the permalink of it OndoPriceOracleV2.sol#L77
here it can be written as uint256 public maxChainlinkOracleTimeDelay = 90_000;
or uint256 public maxChainlinkOracleTimeDelay = 25*60*60;
#0 - c4-judge
2023-01-23T11:05:58Z
trust1995 marked the issue as grade-b