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