flashloan-box

A box containing all you need to get started with developing Aave v1 flash loans (by aave)

Flashloan-box Alternatives

Similar projects and alternatives to flashloan-box

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better flashloan-box alternative or higher similarity.

flashloan-box reviews and mentions

Posts with mentions or reviews of flashloan-box. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-07.
  • A question regarding AVEE flash loan code
    3 projects | /r/ethdev | 7 Jan 2022
    ``` pragma solidity 0.6.12; import { FlashLoanReceiverBase } from "https://github.com/aave/flashloan-box/blob/Remix/contracts/aave/FlashLoanReceiverBase.sol"; import { ILendingPool } from "https://github.com/aave/flashloan-box/blob/Remix/contracts/aave/ILendingPool.sol"; import { ILendingPoolAddressesProvider } from "https://github.com/aave/flashloan-box/blob/Remix/contracts/aave/ILendingPoolAddressesProvider.sol"; import { IERC20 } from "https://github.com/alcueca/ERC3156/blob/main/contracts/ERC20.sol"; /** !!! Never keep funds permanently on your FlashLoanReceiverBase contract as they could be exposed to a 'griefing' attack, where the stored funds are used by an attacker. !!! */ contract MyV2FlashLoan is FlashLoanReceiverBase { /** This function is called after your contract has received the flash loaned amount */ function executeOperation( address[] calldata assets, uint256[] calldata amounts, uint256[] calldata premiums, address initiator, bytes calldata params ) external override returns (bool) { // // This contract now has the funds requested. // Your logic goes here. //

Stats

Basic flashloan-box repo stats
1
560
0.0
about 1 year ago

aave/flashloan-box is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.

The primary programming language of flashloan-box is Solidity.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com