ERC3156

Reference implementations for ERC20 Flash Loans and Flash Mints (by alcueca)

ERC3156 Alternatives

Similar projects and alternatives to ERC3156

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

ERC3156 reviews and mentions

Posts with mentions or reviews of ERC3156. 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 ERC3156 repo stats
1
122
0.0
almost 1 year ago

alcueca/ERC3156 is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of ERC3156 is Solidity.


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