[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: error getting program 76b16134ac31e14c.aiSportsMinter: failed to derive value: load program failed: Checking failed: error: cannot find type in this scope: `NonFungibleToken.Owner` --> 76b16134ac31e14c.aiSportsMinter:193:39 error: resource `aiSportsMinter.Collection` does not conform to resource interface `NonFungibleToken.Collection` --> 76b16134ac31e14c.aiSportsMinter:168:25 --> 76b16134ac31e14c.aiSportsMinter error: cannot find variable in this scope: `aiSportsMinter` --> 7b2fbb502aebd78dfe134e0ee6ec35c5438540f034a84113dcd0b9977cf498cc:12:29 | 12 | let collectionData = aiSportsMinter.resolveContractView(resourceType: nil, viewType: Type<MetadataViews.NFTCollectionData>()) as! MetadataViews.NFTCollectionData? | ^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `aiSportsMinter` --> 7b2fbb502aebd78dfe134e0ee6ec35c5438540f034a84113dcd0b9977cf498cc:16:34 | 16 | if signer.storage.borrow<&aiSportsMinter.Collection>(from: collectionData.storagePath) != nil { | ^^^^^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 7b2fbb502aebd78dfe134e0ee6ec35c5438540f034a84113dcd0b9977cf498cc:16:11 | 16 | if signer.storage.borrow<&aiSportsMinter.Collection>(from: collectionData.storagePath) != nil { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find variable in this scope: `aiSportsMinter` --> 7b2fbb502aebd78dfe134e0ee6ec35c5438540f034a84113dcd0b9977cf498cc:21:26 | 21 | let collection <- aiSportsMinter.createEmptyCollection(nftType: Type<@aiSportsMinter.NFT>()) | ^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `aiSportsMinter` --> 7b2fbb502aebd78dfe134e0ee6ec35c5438540f034a84113dcd0b9977cf498cc:21:78 | 21 | let collection <- aiSportsMinter.createEmptyCollection(nftType: Type<@aiSportsMinter.NFT>()) | ^^^^^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 7b2fbb502aebd78dfe134e0ee6ec35c5438540f034a84113dcd0b9977cf498cc:21:72 | 21 | let collection <- aiSportsMinter.createEmptyCollection(nftType: Type<@aiSportsMinter.NFT>()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find type in this scope: `aiSportsMinter` --> 7b2fbb502aebd78dfe134e0ee6ec35c5438540f034a84113dcd0b9977cf498cc:28:63 | 28 | let collectionCap = signer.capabilities.storage.issue<&aiSportsMinter.Collection>(collectionData.storagePath) | ^^^^^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 7b2fbb502aebd78dfe134e0ee6ec35c5438540f034a84113dcd0b9977cf498cc:28:28 | 28 | let collectionCap = signer.capabilities.storage.issue<&aiSportsMinter.Collection>(collectionData.storagePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Happy diving into the flow Remember to upgrade your contracts to 1.0!