CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 7e7c8b270b1ac0fca5497dc2e799cf7aea18d835911c16263c7abbe3c768d644:77:21 | 77 | let leftVault <- repayPoolRef.liquidate( 78 | liquidator: liquidatorAddr, 79 | borrower: borrowerAddr, 80 | poolCollateralizedToSeize: poolAddrs[maxSupplyIndex], 81 | repayUnderlyingVault: <-inWallet.withdraw(amount: repayAmount) 82 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 7492e2f9b4acea9a.LendingPool:1061:21 | 1061 | return <-LendingPool.liquidate(liquidator: liquidator, borrower: borrower, poolCollateralizedToSeize: poolCollateralizedToSeize, repayUnderlyingVault: <-repayUnderlyingVault) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: [IncErrorMsg:Liquidator repaid zero][IncErrorCode:8] --> 7492e2f9b4acea9a.LendingPool:571:12 | 571 | repayUnderlyingVault.balance > 0.0: LendingError.ErrorEncode(msg: "Liquidator repaid zero", err: LendingError.ErrorCode.EMPTY_FUNGIBLE_TOKEN_VAULT) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Arguments:
borrowerAddr:
0x2cc26629902a733f
Loading...