Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 709 Bytes

IFlashLoanReceiver.md

File metadata and controls

12 lines (7 loc) · 709 Bytes

Interface for the Saddle fee IFlashLoanReceiver. Modified from Aave's IFlashLoanReceiver interface. https://github.com/aave/aave-protocol/blob/4b4545fb583fd4f400507b10f3c3114f45b8a037/contracts/flashloan/interfaces/IFlashLoanReceiver.sol

implement this interface to develop a flashloan-compatible flashLoanReceiver contract

Functions:

Function executeOperation(address pool, address token, uint256 amount, uint256 fee, bytes params) {#IFlashLoanReceiver-executeOperation-address-address-uint256-uint256-bytes-}

No description