Closed code423n4 closed 3 years ago
Invalid. This contract cannot be reviewed in isolation.
LendingPair
contracts are created in a single atomic transaction inside of the PairFactory
which performs the initialization during the pair creation.
per sponsor comment, invalid
Handle
pants
Vulnerability details
Initialize can be called multiple times. Initialize function must be called only by the contract owner and only once for safety.
https://github.com/code-423n4/2021-09-wildcredit/blob/main/contracts/LendingPair.sol line 74