FlashLoanCallbacks
Inherits: AaveV2FlashLoanCallback, AaveV3FlashLoanCallback, MoolahFlashLoanCallback, MorphoFlashLoanCallback, BalancerV2FlashLoanCallback
Title: Flash loan callbacks - these are chain-specific
Author: 1delta Labs AG
Functions
_deltaComposeInternal
Internal function to execute compose operations
Override point for flash loan callbacks to execute compose operations
function _deltaComposeInternal(
address callerAddress,
uint256 offset,
uint256 length
)
internal
virtual
override(
AaveV2FlashLoanCallback,
AaveV3FlashLoanCallback,
MoolahFlashLoanCallback,
MorphoFlashLoanCallback,
BalancerV2FlashLoanCallback //
);
Parameters
| Name | Type | Description |
|---|---|---|
callerAddress |
address |
Address of the original caller |
offset |
uint256 |
Current calldata offset |
length |
uint256 |
Length of remaining calldata |