Platform: Code4rena
Start Date: 08/07/2021
Pot Size: $50,000 USDC
Total HM: 7
Participants: 13
Period: 7 days
Judge: ghoulsol
Total Solo HM: 5
Id: 18
League: ETH
Rank: 13/13
Findings: 2
Award: $68.43
🌟 Selected for report: 0
🚀 Solo Findings: 0
0xsanson
In a couple of cases we have address(token)
where the variable token
is already defined as address, making the casting redundant.
https://github.com/code-423n4/2021-07-wildcredit/blob/main/contracts/LendingPair.sol#L63 https://github.com/code-423n4/2021-07-wildcredit/blob/main/contracts/LendingPair.sol#L126
Manual Analysis
Substituting address(token)
with only token
when possible.
#0 - talegift
2021-07-15T05:56:26Z
#59