[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: missing argument label: `from` --> c3891f2282916d22f85c640976a6410f6acab64de3f1a582553c5ef94986c501:22:95 | 22 | self.vaultRef = acct.storage.borrow<auth(FungibleToken.Withdraw) &FlowToken.Vault>(/storage/flowTokenVault) ?? panic("Cannot borrow FlowToken vault from acct storage") | ^^^^^^^^^^^^^^^^^^^^^^^ error: missing argument label: `from` --> c3891f2282916d22f85c640976a6410f6acab64de3f1a582553c5ef94986c501:39:50 | 39 | if acct.storage.borrow<&Ordinal.Collection>(Ordinal.CollectionStoragePath) == nil { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Happy diving into the flow Remember to upgrade your contracts to 1.0!