Post
Share your knowledge.
RequestLoan function reverting when attempting to execute an Aave flashloan contract?
Hello Aave community,
I'm currently learning about Aave v3 flashloan (as well as v2) and trying to build a contract to execute a flash loan. However, my requestLoan
function keeps reverting and I'm not sure why.
Does the fact that my contract does not currently have any tokens impact the execution of the Aave flashloan? I've created a new contract and am trying to request a 1 USDC flash loan on the Goerli testnet, but it's not executing.
I'd appreciate any insights or suggestions on why the requestLoan
function keeps failing and whether not having the required token is the issue.
Thank you in advance for your help!
- Aave flashloan
- Aave v2
- Aave v3
Answers
1If the receiving contract does not have a balance to cover the flashloaned amount + premium then execution reverted will happen. Be careful not to store funds on the aave flashloan contract though because they could be used by someone else calling your contract. You can get test tokens from the faucets here.
Do you know the answer?
Please log in and share it.
Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers.
- Error "No matching key" when trying to unstake USDC on BNB chain32
- How to tell the code to, rather than "deposit 1 eth worth of WBTC" deposit "500$ worth of WBTC"?22
- How to interpret configuration field in a response from the getReserveData view function in Aave v2?21
- Getting a return value of '25 - INVALID BURN AMOUNT'21
- Is there any way to stake in the security module on Görli?23