Flow price: --
e7a13aec9349e17e58e987b7eb1b79acfeb34873f110bc04a61b7df9bb8289b3

Transaction

Hash: e7a13aec9349e17e58e987b7eb1b79acfeb34873f110bc04a61b7df9bb8289b3
error
Error

Whoops! 😨 Something unexpected happened...

[Error Code: 1101] cadence runtime error Execution failed:
error: mismatched types
  --> e3ac5e6a6b6c63db.TMB2B:92:20
   |
92 |             return &self.ownedNFTs[id] as &NonFungibleToken.NFT  
   |                     ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?`

error: mismatched types
   --> e3ac5e6a6b6c63db.TMB2B:109:27
    |
109 |                 let ref = &self.ownedNFTs[id] as auth &NonFungibleToken.NFT
    |                            ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?`

error: cannot find variable in this scope: `TMB2B`
 --> e7a13aec9349e17e58e987b7eb1b79acfeb34873f110bc04a61b7df9bb8289b3:8:42
  |
8 |                         let collection <- TMB2B.createEmptyCollection()
  |                                           ^^^^^ not found in this scope

error: mismatched types for type parameter
  --> e7a13aec9349e17e58e987b7eb1b79acfeb34873f110bc04a61b7df9bb8289b3:11:64
   |
11 |                         acct.save<@NonFungibleToken.Collection>(<-collection, to: /storage/TMB2BCollection)
   |                                                                 ^^^^^^^^^^^^ type parameter T is bound to `NonFungibleToken.Collection`, but got `<<invalid>>` here

error: cannot find type in this scope: `TMB2B`
  --> e7a13aec9349e17e58e987b7eb1b79acfeb34873f110bc04a61b7df9bb8289b3:17:35
   |
17 |                         acct.link<&TMB2B.Collection{NonFungibleToken.CollectionPublic, TMB2B.TMB2BCollectionPublic}>(TMB2B.CollectionPublicPath, target: TMB2B.CollectionStoragePath)
   |                                    ^^^^^ not found in this scope

error: cannot find type in this scope: `TMB2B`
  --> e7a13aec9349e17e58e987b7eb1b79acfeb34873f110bc04a61b7df9bb8289b3:17:87
   |
17 |                         acct.link<&TMB2B.Collection{NonFungibleToken.CollectionPublic, TMB2B.TMB2BCollectionPublic}>(TMB2B.CollectionPublicPath, target: TMB2B.CollectionStoragePath)
   |                                                                                        ^^^^^ not found in this scope

error: cannot find variable in this scope: `TMB2B`
  --> e7a13aec9349e17e58e987b7eb1b79acfeb34873f110bc04a61b7df9bb8289b3:17:117
   |
17 |                         acct.link<&TMB2B.Collection{NonFungibleToken.CollectionPublic, TMB2B.TMB2BCollectionPublic}>(TMB2B.CollectionPublicPath, target: TMB2B.CollectionStoragePath)
   |                                                                                                                      ^^^^^ not found in this scope

error: cannot find variable in this scope: `TMB2B`
  --> e7a13aec9349e17e58e987b7eb1b79acfeb34873f110bc04a61b7df9bb8289b3:17:153
   |
17 |                         acct.link<&TMB2B.Collection{NonFungibleToken.CollectionPublic, TMB2B.TMB2BCollectionPublic}>(TMB2B.CollectionPublicPath, target: TMB2B.CollectionStoragePath)
   |                                                                                                                                                          ^^^^^ not found in this scope

error: cannot infer type parameter: `T`
  --> e7a13aec9349e17e58e987b7eb1b79acfeb34873f110bc04a61b7df9bb8289b3:17:24
   |
17 |                         acct.link<&TMB2B.Collection{NonFungibleToken.CollectionPublic, TMB2B.TMB2BCollectionPublic}>(TMB2B.CollectionPublicPath, target: TMB2B.CollectionStoragePath)
   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Loading...