-
QA Report - non-critical
Typos
The same typos (`inhereted` and `sane`) occur in both lines below:
https://github.com/pooltogether/aave-v3-yield-source…
-
### What happened?
The following error occur when trying to generate global time series plot that does not start from year 1 of a simulation (v3.LR.piControl-spinup). This happens after e3sm_diags an…
wlin7 updated
8 months ago
-
**Github username:** @0xmuxyz
**Submission hash (on-chain):** 0x40615071430dafea884460e85f117ee177695bf611ffb78caf17e82f44a0efc0
**Severity:** medium severity
**Description:**
## Description
Within…
-
# [2022-04-pooltogether] QA report
###### tags: `c4`, `2022-04-pooltogether`
# SafeApprove is deprecated
* **affected code:** https://github.com/pooltogether/aave-v3-yield-source/blob/e63d1b0e396a5…
-
### 1. Use custom error for gas optimisation
```solidity
require(address(_aToken) != address(0), "AaveV3YS/aToken-not-zero-address");
require(address(_rewardsController) != address(0), "AaveV3YS/RC-no…
-
The AAVE v3 flashloan docs say use the "pull proxy" address, but I keep getting a revert error because 'borrower doesn't have permission' or 'not the approved borrower trying to get the tokens' or som…
-
# Lines of code
https://github.com/code-423n4/2022-06-connext/blob/b4532655071566b33c41eac46e75be29b4a381ed/contracts/contracts/core/connext/facets/BridgeFacet.sol#L882-L900
# Vulnerability details…
-
### 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…
-
I implemented a simple flashloan contract but keep getting the error "Fail with error 'ERC20: transfer amount exceeds balance'" (polygon mainnet) or "Fail with error '27'" (testnet), even with high ba…
-
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…