Platform: Code4rena
Start Date: 10/03/2022
Pot Size: $75,000 USDT
Total HM: 25
Participants: 54
Period: 7 days
Judge: pauliax
Total Solo HM: 10
Id: 97
League: ETH
Rank: 52/54
Findings: 1
Award: $59.59
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: Dravee
Also found by: 0v3rf10w, 0x1f8b, 0xDjango, 0xNazgul, 0xngndev, 0xwags, Cantor_Dust, CertoraInc, IllIllI, Jujic, Kenshin, Kiep, PPrieditis, TerrierLover, Tomio, WatchPug, antonttc, benk10, berndartmueller, bitbopper, csanuragjain, defsec, gzeon, hagrid, hickuphh3, kenta, minhquanym, oyc_109, pedroais, peritoflores, rfa, robee, saian, samruna, sirhashalot, throttle, wuwe1, z3s
59.5887 USDT - $59.59
Issue Information: G001 - variables with default value
../code4rena/2022-03-biconomy/contracts/hyphen/ExecutorManager.sol::31 => for (uint256 i = 0; i < executorArray.length; ++i) { ../code4rena/2022-03-biconomy/contracts/hyphen/ExecutorManager.sol::47 => for (uint256 i = 0; i < executorArray.length; ++i) { ../code4rena/2022-03-biconomy/contracts/hyphen/LiquidityFarming.sol::266 => uint256 accumulator = 0; ../code4rena/2022-03-biconomy/contracts/hyphen/WhitelistPeriodManager.sol::180 => for (uint256 i = 0; i < _addresses.length; ++i) { ../code4rena/2022-03-biconomy/contracts/hyphen/WhitelistPeriodManager.sol::228 => for (uint256 i = 0; i < _tokens.length; ++i) { ../code4rena/2022-03-biconomy/contracts/hyphen/WhitelistPeriodManager.sol::247 => uint256 maxLp = 0; ../code4rena/2022-03-biconomy/contracts/hyphen/token/LPToken.sol::77 => for (uint256 i = 0; i < nftIds.length; ++i) { ../code4rena/2022-03-biconomy/contracts/hyphen/token/TokenManager.sol::78 => for (uint256 index = 0; index < tokenConfig.length; ++index) { ../code4rena/2022-03-biconomy/contracts/hyphen/token/svg-helpers/SvgHelperBase.sol::29 => uint256 count = 0; ../code4rena/2022-03-biconomy/contracts/hyphen/token/svg-helpers/SvgHelperBase.sol::45 => for (uint256 i = 0; i < _length; ++i) { ../code4rena/2022-03-biconomy/contracts/hyphen/token/svg-helpers/SvgHelperBase.sol::68 => uint256 leadingZeroesToAddBeforeDecimal = 0;