Platform: Code4rena
Start Date: 07/10/2022
Pot Size: $50,000 USDC
Total HM: 4
Participants: 62
Period: 5 days
Judge: 0xean
Total Solo HM: 2
Id: 169
League: ETH
Rank: 58/62
Findings: 1
Award: $20.79
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: IllIllI
Also found by: 0x1f8b, 0xNazgul, 0xSmartContract, 0xdeadbeef, B2, Bnke0x0, Deivitto, ElKu, Jujic, KoKo, Pheonix, RaymondFam, RedOneN, RockingMiles, Rolezn, Saintcode_, Shinchan, TomJ, Tomio, __141345__, ajtra, aysha, c3phas, carlitox477, catchup, delfin454000, emrekocak, erictee, fatherOfBlocks, gerdusx, gianganhnguyen, gogo, martin, mcwildy, medikko, oyc_109, pedr02b2, rbserver, ret2basic, rotcivegaf, saian, sakman, zishansami
20.7905 USDC - $20.79
x < y + 1
in stead of x <= y
contracts/gateway/L1GraphTokenGateway.sol: L224 L275
contracts/l2/token/GraphTokenUpgradeable.sol: L95
contracts/governance/Governed.sol: L55-L66
contracts/governance/Pausable.sol: L27-L34 L41-L48
contracts/governance/Pausable.sol: L8
contracts/governance/Pausable.sol: L8 L10
uint
, use require(x != 0)
instead of require(x > 0)
contracts/gateway/L1GraphTokenGateway.sol: L201 L217
contracts/l2/gateway/L2GraphTokenGateway.sol: L146
contracts/arbitrum/L1ArbitrumMessenger.sol: L48 L49 L75
contracts/arbitrum/L2ArbitrumMessenger.sol: L41
contracts/l2/gateway/L2GraphTokenGateway.sol: L266 L286
contracts/gateway/L1GraphTokenGateway.sol: L290 L331
contracts/governance/Managed.sol: L173
require
s instead of a single one with &&
contracts/governance/Governed.sol: L54-L57
contracts/gateway/L1GraphTokenGateway.sol: L142
contracts/upgrades/GraphProxy.sol: L142-L145
contracts/l2/token/GraphTokenUpgradeable.sol: L195
contracts/gateway/L1GraphTokenGateway.sol: L290
contracts/l2/gateway/L2GraphTokenGateway.sol: L286
constant
and immutable
for constantscontracts/governance/Managed.sol: L29
immutable
instead of constant
for the following to save runtime gascontracts/l2/token/GraphTokenUpgradeable.sol: L38 L39
require(x)
instead of require(x == true)
contracts/gateway/L1GraphTokenGateway.sol: L214