Whoops! 😨 Something unexpected happened...
[Error Code: 1101] cadence runtime error Execution failed:
error: mismatched types
--> 8f3e345219de6fed.NFL:93:20
|
93 | return &self.ownedNFTs[id] as &NonFungibleToken.NFT
| ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?`
error: mismatched types
--> 8f3e345219de6fed.NFL:110:27
|
110 | let ref = &self.ownedNFTs[id] as auth &NonFungibleToken.NFT
| ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?`
error: cannot find variable in this scope: `NFL`
--> ad33fe4d832d2eb1ec01dc5c862e200d2b05f30debf5314c29612790c3c70e53:8:42
|
8 | let collection <- NFL.createEmptyCollection()
| ^^^ not found in this scope
error: mismatched types for type parameter
--> ad33fe4d832d2eb1ec01dc5c862e200d2b05f30debf5314c29612790c3c70e53:11:64
|
11 | acct.save<@NonFungibleToken.Collection>(<-collection, to: /storage/NFLCollection)
| ^^^^^^^^^^^^ type parameter T is bound to `NonFungibleToken.Collection`, but got `<<invalid>>` here
error: cannot find type in this scope: `NFL`
--> ad33fe4d832d2eb1ec01dc5c862e200d2b05f30debf5314c29612790c3c70e53:17:35
|
17 | acct.link<&NFL.Collection{NonFungibleToken.CollectionPublic, NFL.NFLCollectionPublic}>(NFL.CollectionPublicPath, target: NFL.CollectionStoragePath)
| ^^^ not found in this scope
error: cannot find type in this scope: `NFL`
--> ad33fe4d832d2eb1ec01dc5c862e200d2b05f30debf5314c29612790c3c70e53:17:85
|
17 | acct.link<&NFL.Collection{NonFungibleToken.CollectionPublic, NFL.NFLCollectionPublic}>(NFL.CollectionPublicPath, target: NFL.CollectionStoragePath)
| ^^^ not found in this scope
error: cannot find variable in this scope: `NFL`
--> ad33fe4d832d2eb1ec01dc5c862e200d2b05f30debf5314c29612790c3c70e53:17:111
|
17 | acct.link<&NFL.Collection{NonFungibleToken.CollectionPublic, NFL.NFLCollectionPublic}>(NFL.CollectionPublicPath, target: NFL.CollectionStoragePath)
| ^^^ not found in this scope
error: cannot find variable in this scope: `NFL`
--> ad33fe4d832d2eb1ec01dc5c862e200d2b05f30debf5314c29612790c3c70e53:17:145
|
17 | acct.link<&NFL.Collection{NonFungibleToken.CollectionPublic, NFL.NFLCollectionPublic}>(NFL.CollectionPublicPath, target: NFL.CollectionStoragePath)
| ^^^ not found in this scope
error: cannot infer type parameter: `T`
--> ad33fe4d832d2eb1ec01dc5c862e200d2b05f30debf5314c29612790c3c70e53:17:24
|
17 | acct.link<&NFL.Collection{NonFungibleToken.CollectionPublic, NFL.NFLCollectionPublic}>(NFL.CollectionPublicPath, target: NFL.CollectionStoragePath)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^