[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: cannot find declaration `FlowToken` in `7e60df042a9c0868.FlowToken` --> 498fc0d367a8460f241f09a8b069b557593d33ff603a74e54c818f9b5170cd41:2:7 | 2 | import FlowToken from 0x7e60df042a9c0868 | ^^^^^^^^^ available exported declarations are: error: cannot infer type parameter: `T` --> 498fc0d367a8460f241f09a8b069b557593d33ff603a74e54c818f9b5170cd41:10:23 | 10 | let vaultRef = signer.storage.borrow<auth(FungibleToken.Withdraw) &FlowToken.Vault>( 11 | from: /storage/flowTokenVault 12 | ) ?? panic("Could not borrow reference to the owner's Vault!") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Happy diving into the flow Remember to upgrade your contracts to 1.0!