Aave-FlashLoan-using-solidity icon indicating copy to clipboard operation
Aave-FlashLoan-using-solidity copied to clipboard

This contains all the code to execute a successful flash-loan on the Kovan test-net of Ethereum. Flash-loan will be taken from the aave lending pool where will will take 1 DAI as a flash-loan, please...

Results 3 Aave-FlashLoan-using-solidity issues
Sort by recently updated
recently updated
newest added

Fail with error 'SafeMath: subtraction overflow' got this error when press flashloan transact button

I faced this errors due to no approval for a lending pool. "Fail with error 'SafeMath: subtraction overflow' " Ref: https://kovan.etherscan.io/tx/0x25169bbad32aa94a14242b47c4e951cdac37dca7cedb6ca6c2cbdd377099fef3 AAVE state that: Also note that since the owed...

The transaction runs cleanly for me, but no transferred tokens are displayed. is there a solution?