Post
Share your knowledge.
Aaveator138
Mar 07, 2023
Expert Q&A
How does the Aave flashloan script know to call the call-back function if it's never passed?
I'm very confused by flash loan scrips found on the web. They all have call-back functions but never pass the call-back function. How does the script know to call the call-back function if it's never passed?
- Aave flashloan
0
1
Share
Comments
Answers
1Mar 9 2023, 09:37
When you call Aave flashloan on the Aave lending pool v2 or Pool v3 contract, you pass in the parameter receiverAddress
, this address is a contract which must contain the executeOperation
function. This function is the callback which is executed when you call flashloan and contains your custom logic.
0
Official Answer
Comments
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.
213Posts230Answers
Trending posts
- 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