aave-flashloan-mix icon indicating copy to clipboard operation
aave-flashloan-mix copied to clipboard

A Brownie mix containing all you need to get started with developing flash loans

Results 18 aave-flashloan-mix issues
Sort by recently updated
recently updated
newest added

i have run the flashloan contract for the first time it went well but the second time it gives me this error Gas estimation failed: 'execution reverted'. This transaction will...

The implementation changes slightly from AAVE V2 to V3. Would it be interesting to have a V3 implementation as well? Thanks for your amazing work!

Hi, while following the steps to test the repo on the Kovan test network I ran into this issue : **. get_weth.py works well, I can see the ETH being...

Hi Everyone, I managed to deploy the smart contract and perform the flash loans. However, I don't know how to withdraw the funds from the smart contract. Let's talk with...

i recently baked the project and tried to run `brownie test` and all default tests fails with the same error brownie.exceptions.BrownieEnvironmentError: Functionality not available in local environment full log :...

raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api-kovan.etherscan.io', port=443): Max retries exceeded with url: /api?module=contract&action=getsourcecode&address=0x8c43d532314f05C1807f606771CE4d2cb006cA3a&apiKey=ANBNBT6PU6QT5979R7NS61641GH31GEAA3 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out'))

Increasing the amount from 1 ether (to any of 2, 5, 10 ether) in FlashloanV2.sol:89 leads to the following error: `` ValueError: Gas estimation failed: 'execution reverted'. This transaction will...

error: raise ValueError(exc["message"]) from None ValueError: Insufficient funds. The account you tried to send transaction from does not have enough funds. Required 1000049572000396576 and got: 0. Does this script fund...

I tried running `brownie run scripts/deployment_v2.py` But got this error ``` Running 'scripts/deployment_v2.py::main'... Transaction sent: 0x0737917f12b9853ad747ba7c649107b4d019ea0725d4f0160de68eb54268d959 Gas price: 0.0 gwei Gas limit: 6721975 Nonce: 5 FlashloanV2.constructor confirmed (reverted) - Block:...