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: --> 8443de9cc8716c7ee07027d4ca420141d32b26eec2a2f7d891499de4770affd6:14:34 | 14 | self.vaultRef.deposit(from: <-self.holderRef.withdraw(amount: UFix64(00000605048.43000000))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 8d0e87b65159ae63.LockedTokens:340:22 | 340 | return <- self.borrowTokenManager().withdraw(amount: amount) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 8d0e87b65159ae63.LockedTokens:141:21 | 141 | return <-self.withdrawUnlockedTokens(amount: amount) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: Amount withdrawn must be less than or equal than the balance of the Vault --> f233dcee88fe0abe.FungibleToken:198:16 | 198 | self.balance >= amount: | ^^^^^^^^^^^^^^^^^^^^^^Loading...