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: cannot find type in this scope: `AuthAccount` --> 634c86ccac81faff2a09c5a8450dda8f752dc602c1cac936d310c01470d6db62:11:16 | 11 | prepare(acct: AuthAccount, payerAcct: AuthAccount) { | ^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `AuthAccount` --> 634c86ccac81faff2a09c5a8450dda8f752dc602c1cac936d310c01470d6db62:11:40 | 11 | prepare(acct: AuthAccount, payerAcct: AuthAccount) { | ^^^^^^^^^^^ not found in this scope error: too few arguments --> 634c86ccac81faff2a09c5a8450dda8f752dc602c1cac936d310c01470d6db62:17:19 | 17 | acct.save(<- FraggleRock.createEmptyCollection(), to: FraggleRock.CollectionStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected at least 1, got 0 error: value of type `&Account` has no member `storageUsed` --> 634c86ccac81faff2a09c5a8450dda8f752dc602c1cac936d310c01470d6db62:26:22 | 26 | if (updtRecipient.storageUsed > updtRecipient.storageCapacity) { | ^^^^^^^^^^^ unknown member error: value of type `&Account` has no member `storageCapacity` --> 634c86ccac81faff2a09c5a8450dda8f752dc602c1cac936d310c01470d6db62:26:50 | 26 | if (updtRecipient.storageUsed > updtRecipient.storageCapacity) { | ^^^^^^^^^^^^^^^ unknown member error: value of type `&Account` has no member `storageUsed` --> 634c86ccac81faff2a09c5a8450dda8f752dc602c1cac936d310c01470d6db62:29:45 | 29 | let storageUsed = UFix64(updtRecipient.storageUsed) | ^^^^^^^^^^^ unknown member error: value of type `&Account` has no member `storageCapacity` --> 634c86ccac81faff2a09c5a8450dda8f752dc602c1cac936d310c01470d6db62:30:49 | 30 | let storageCapacity = UFix64(updtRecipient.storageCapacity) | ^^^^^^^^^^^^^^^ unknown member error: cannot access `withdraw`: function requires `Withdraw` authorization, but reference is unauthorized --> 634c86ccac81faff2a09c5a8450dda8f752dc602c1cac936d310c01470d6db62:33:23 | 33 | let sentVault <- self.vault.withdraw(amount: flowAmount) | ^^^^^^^^^^^^^^^^^^^ error: value of type `&Account` has no member `getCapability` --> 634c86ccac81faff2a09c5a8450dda8f752dc602c1cac936d310c01470d6db62:34:52 | 34 | let updtRecipientFlowReceiver = updtRecipient.getCapability(/public/flowTokenReceiver).borrow<&{FungibleToken.Receiver}>()?? panic("failed to borrow reference to updtRecipient vault") | ^^^^^^^^^^^^^ unknown memberLoading...