Platform: Code4rena
Start Date: 23/09/2021
Pot Size: $50,000 USDC
Total HM: 5
Participants: 14
Period: 7 days
Judge: ghoulsol
Total Solo HM: 3
Id: 32
League: ETH
Rank: 11/14
Findings: 1
Award: $263.84
🌟 Selected for report: 2
🚀 Solo Findings: 0
31.3808 USDC - $31.38
jah
Reduce gas cost when reading the lendingPairMaster, lpTokenMaster, uniV3Helper, feeRecipient and lendingController variable from PairFactory.sol given that it is only set once in the constructor
Manual analysis
declare the variables as immutable
#0 - talegift
2021-09-30T04:37:56Z
Duplicate of #1
🌟 Selected for report: jah
116.225 USDC - $116.23
jah
Reduce bytecode size of PairFactory.sol by removing Ownable given that there is no functionality for owners
Manual analysis
Remove ownable import
🌟 Selected for report: jah
116.225 USDC - $116.23
jah
Declare the value of name and symbol variable when the variable is created as it is WILD-LP and remove the declaration from the constructor to save gas
manual analysis
string public name = "WILD-LP" string public symbol = "WILD-LP"