Flow price: --
638dd14a9711fefa76a46f41bbd9d1abdfcb0d257dda5e2ec6254dad9b0e4013

Transaction

Hash: 638dd14a9711fefa76a46f41bbd9d1abdfcb0d257dda5e2ec6254dad9b0e4013
error
Error

Whoops! 😨 Something unexpected happened...

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

error: mismatched types
   --> 058ab2d5d9808702.BLUES:130:23
    |
130 |             let ref = &self.ownedNFTs[id] as auth &NonFungibleToken.NFT
    |                        ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?`

error: mismatched types
   --> 058ab2d5d9808702.BLUES:148:23
    |
148 |             let nft = &self.ownedNFTs[id] as auth &NonFungibleToken.NFT
    |                        ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?`

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

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

error: cannot find type in this scope: `BLUES`
  --> 638dd14a9711fefa76a46f41bbd9d1abdfcb0d257dda5e2ec6254dad9b0e4013:11:35
   |
11 |                         acct.save<@BLUES.Collection>(<-collection, to: /storage/BLUESCollection)
   |                                    ^^^^^ not found in this scope

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

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

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

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

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