-
# Lines of code
https://github.com/code-423n4/2022-06-connext/blob/b4532655071566b33c41eac46e75be29b4a381ed/contracts/contracts/core/connext/facets/BridgeFacet.sol#L882-L900
# Vulnerability details…
-
This would avoid confusion with morpho-aave-v3 vault and with other vault that we may build later on
-
Proxy at address [0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2](https://etherscan.io/address/0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2) of mainnet, which is Aave v3 Pool contract. It has been upgraded …
-
# Lines of code
https://github.com/pooltogether/aave-v3-yield-source/blob/e63d1b0e396a5bce89f093630c282ca1c6627e44/contracts/AaveV3YieldSource.sol#L275-L282
# Vulnerability details
## Impact
A mal…
-
https://github.com/pooltogether/aave-v3-yield-source/blob/e63d1b0e396a5bce89f093630c282ca1c6627e44/contracts/AaveV3YieldSource.sol#L337
Use _requireNotAToken(address(_token)) for consistency across fu…
-
## Impact
uint256 is assigned to zero by default, additional reassignment to zero is unnecessary
Affected code: https://github.com/pooltogether/aave-v3-yield-source/blob/e63d1b0e396a5bce89f093630c28…
-
The codebase of this audit comprises a single file AaveV3YieldSource.sol. The code is very well commented with full natspec documentation. The code is simple and easily readable.
Informational issues…
-
### 1. State variables only set in the constructor should be declared `immutable`
Avoids a Gsset (20000 gas) in the constructor, and replaces each Gwarmacces (100 gas) with a `PUSH32` (3 gas)
```soli…
-
**Github username:** @adeolu98
**Twitter username:** 0x29f
**Submission hash (on-chain):** 0x9d2f9d0e58f1570994fbaa5bad4af878bafeda065dc074b07fb0c6a6e8f1a8a6
**Severity:** medium
**Description:**
**…
-
Each Aave market has a treasury contract, which collects a portion of protocol interest in the form of aTokens. Treasury data is not included in the [Aave protocol subgraph](https://github.com/aave/in…