CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: only entitlements may be used in access modifiers --> 75fe96edd03eac7263037c7177404d82eb6411bd7d5746e040b65854086322b3:12:50 | 12 | let vaultRef = signer.storage.borrow<auth(MoxyToken.Vault) &{FungibleToken.Provider}>(from: /storage/moxyTokenVault) | ^^^^^^^^^^^^^^^ error: cannot access `withdraw`: function requires `Withdraw` authorization, but reference only has `MoxyToken` authorization --> 75fe96edd03eac7263037c7177404d82eb6411bd7d5746e040b65854086322b3:15:26 | 15 | self.tempVault <- vaultRef.withdraw(amount: amount) | ^^^^^^^^^^^^^^^^^