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: --> 921ea66d6529270a8d2d90e714ba4ba570be6468e26e6df4538ee979db675672:91:21 | 91 | let leftVault <- repayPoolRef.liquidate( 92 | liquidator: liquidatorAddr, 93 | borrower: borrowerAddr, 94 | poolCollateralizedToSeize: poolAddrs[maxSupplyIndex], 95 | repayUnderlyingVault: <-inWallet.withdraw(amount: repayAmount) 96 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 8334275bda13b2be.LendingPool:1061:21 | 1061 | return <-LendingPool.liquidate(liquidator: liquidator, borrower: borrower, poolCollateralizedToSeize: poolCollateralizedToSeize, repayUnderlyingVault: <-repayUnderlyingVault) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: assertion failed: [IncErrorMsg:borrower account fully collaterized][IncErrorCode:23] --> 8334275bda13b2be.LendingPool:590:8 | 590 | assert(err == nil, message: err ?? "") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Arguments:
borrowerAddr:
0x4cc3b4e2f848d5ca
Loading...