V3Callbacker
Inherits: ERC20Selectors
Title: Uniswap V3 type callback implementations
Author: Achthar | 1delta /*
Functions
clSwapCallback
This functione executes a simple transfer to shortcut the callback if there is no further calldata
function clSwapCallback(uint256 amountToPay, address tokenIn, address callerAddress, uint256 calldataLength) internal;
_deltaComposeInternal
function _deltaComposeInternal(address callerAddress, uint256 offset, uint256 length) internal virtual;