Indexed Finance
Search
⌃K
README
Introduction
Product FAQs
Fees
Who We Are
Day-To-Day Operations
Using Your Vote
The Sigma Program
Index Pool Protocol
Terminology
Governance
Security
Index Controller
Index Pools
Rebalancing
Index Pool Smart Contracts
Deployments
IndexPool.sol
PoolInitializer.sol
UnboundTokenSeller.sol
MarketCapSqrtController.sol
@indexed-finance/proxies
@indexed-finance/uniswap-v2-oracle
Interfaces
IIndexPool.sol
IFlashLoanRecipient.sol
Yield Aggregator Protocol
Supported Assets
Yield Aggregator Smart Contracts
Deployments
Powered By
GitBook
IFlashLoanRecipient.sol
pragma solidity ^0.6.0;
interface IFlashLoanRecipient {
function receiveFlashLoan(bytes calldata data) external;
}
Previous
IIndexPool.sol
Next - Yield Aggregator Protocol
Supported Assets
Last modified
2yr ago