We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys,
I requested several flashloans in the past, but I have a weird behavior here.
When I request a flashloan for the renFIL token, call fails on the aToken contract (aRENFIL: 0x514cd6756CCBe28772d4Cb81bC3156BA9d1744aa);
renFIL
0x514cd6756CCBe28772d4Cb81bC3156BA9d1744aa
Pool invokes the aToken at line:
protocol-v2/contracts/protocol/lendingpool/LendingPool.sol
Line 506 in 0829f97
Then it fails at line:
protocol-v2/contracts/protocol/tokenization/AToken.sol
Line 314 in 0829f97
I get this error:
Error: VM Exception while processing transaction: reverted with reason string 'SafeERC20: low-level call failed', data: Some(Object {"data": String("0x08c379a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000205361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564"), "message": String("Error: VM Exception while processing transaction: reverted with reason string 'SafeERC20: low-level call failed'")})
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys,
I requested several flashloans in the past, but I have a weird behavior here.
When I request a flashloan for the
renFIL
token, call fails on the aToken contract (aRENFIL:0x514cd6756CCBe28772d4Cb81bC3156BA9d1744aa
);Pool invokes the aToken at line:
protocol-v2/contracts/protocol/lendingpool/LendingPool.sol
Line 506 in 0829f97
Then it fails at line:
protocol-v2/contracts/protocol/tokenization/AToken.sol
Line 314 in 0829f97
I get this error:
The text was updated successfully, but these errors were encountered: