Flow price: --
3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333

Transaction

Hash: 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333
error
Error

Whoops! 😨 Something unexpected happened...

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

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

error: mismatched types
   --> c8c340cebd11f690.DarkCountry:267:20
    |
267 |             return &self.ownedNFTs[id] as &NonFungibleToken.NFT
    |                     ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?`

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

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:285:30
    |
285 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:298:30
    |
298 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:205:44
    |
205 |             sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                             ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:137:57
    |
137 |         access(self) let sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>
    |                                                          ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:149:30
    |
149 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:350:30
    |
350 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:447:44
    |
447 |             sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                             ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:254:40
    |
254 |         sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                         ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:254:40
    |
254 |         sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                         ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:285:30
    |
285 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:298:30
    |
298 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find variable in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:218:59
    |
218 |             let collectionBorrow = saleOwner.getCapability(DarkCountry.CollectionPublicPath)!
    |                                                            ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:149:30
    |
149 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:350:30
    |
350 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: mismatched types
   --> c8c340cebd11f690.DarkCountryMarket:377:24
    |
377 |                 return &self.saleOffers[itemID] as &SaleOffer{SaleOfferPublicView}
    |                         ^^^^^^^^^^^^^^^^^^^^^^^ expected `DarkCountryMarket.SaleOffer{DarkCountryMarket.SaleOfferPublicView}`, got `DarkCountryMarket.SaleOffer?`

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:447:44
    |
447 |             sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                             ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
 --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:8:30
  |
8 |             if signer.borrow<&DarkCountry.Collection>(from: DarkCountry.CollectionStoragePath) == nil {
  |                               ^^^^^^^^^^^ not found in this scope

error: cannot find variable in this scope: `DarkCountry`
 --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:8:60
  |
8 |             if signer.borrow<&DarkCountry.Collection>(from: DarkCountry.CollectionStoragePath) == nil {
  |                                                             ^^^^^^^^^^^ not found in this scope

error: cannot infer type parameter: `T`
 --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:8:15
  |
8 |             if signer.borrow<&DarkCountry.Collection>(from: DarkCountry.CollectionStoragePath) == nil {
  |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: cannot find variable in this scope: `DarkCountry`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:11:34
   |
11 |                 let collection <- DarkCountry.createEmptyCollection()
   |                                   ^^^^^^^^^^^ not found in this scope

error: cannot find variable in this scope: `DarkCountry`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:14:46
   |
14 |                 signer.save(<-collection, to: DarkCountry.CollectionStoragePath)
   |                                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:17:29
   |
17 |                 signer.link<&DarkCountry.Collection{NonFungibleToken.CollectionPublic, DarkCountry.DarkCountryCollectionPublic}>(DarkCountry.CollectionPublicPath, target: DarkCountry.CollectionStoragePath)
   |                              ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:17:87
   |
17 |                 signer.link<&DarkCountry.Collection{NonFungibleToken.CollectionPublic, DarkCountry.DarkCountryCollectionPublic}>(DarkCountry.CollectionPublicPath, target: DarkCountry.CollectionStoragePath)
   |                                                                                        ^^^^^^^^^^^ not found in this scope

error: cannot find variable in this scope: `DarkCountry`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:17:129
   |
17 |                 signer.link<&DarkCountry.Collection{NonFungibleToken.CollectionPublic, DarkCountry.DarkCountryCollectionPublic}>(DarkCountry.CollectionPublicPath, target: DarkCountry.CollectionStoragePath)
   |                                                                                                                                  ^^^^^^^^^^^ not found in this scope

error: cannot find variable in this scope: `DarkCountry`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:17:171
   |
17 |                 signer.link<&DarkCountry.Collection{NonFungibleToken.CollectionPublic, DarkCountry.DarkCountryCollectionPublic}>(DarkCountry.CollectionPublicPath, target: DarkCountry.CollectionStoragePath)
   |                                                                                                                                                                            ^^^^^^^^^^^ not found in this scope

error: cannot infer type parameter: `T`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:17:16
   |
17 |                 signer.link<&DarkCountry.Collection{NonFungibleToken.CollectionPublic, DarkCountry.DarkCountryCollectionPublic}>(DarkCountry.CollectionPublicPath, target: DarkCountry.CollectionStoragePath)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: cannot find type in this scope: `DarkCountryMarket`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:21:30
   |
21 |             if signer.borrow<&DarkCountryMarket.Collection>(from: DarkCountryMarket.CollectionStoragePath) == nil {
   |                               ^^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find variable in this scope: `DarkCountryMarket`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:21:66
   |
21 |             if signer.borrow<&DarkCountryMarket.Collection>(from: DarkCountryMarket.CollectionStoragePath) == nil {
   |                                                                   ^^^^^^^^^^^^^^^^^ not found in this scope

error: cannot infer type parameter: `T`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:21:15
   |
21 |             if signer.borrow<&DarkCountryMarket.Collection>(from: DarkCountryMarket.CollectionStoragePath) == nil {
   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: cannot find type in this scope: `DarkCountryMarket`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:24:81
   |
24 |                 let collection <- DarkCountryMarket.createEmptyCollection() as! @DarkCountryMarket.Collection
   |                                                                                  ^^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find variable in this scope: `DarkCountryMarket`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:24:34
   |
24 |                 let collection <- DarkCountryMarket.createEmptyCollection() as! @DarkCountryMarket.Collection
   |                                   ^^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find variable in this scope: `DarkCountryMarket`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:27:46
   |
27 |                 signer.save(<-collection, to: DarkCountryMarket.CollectionStoragePath)
   |                                               ^^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountryMarket`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:30:29
   |
30 |                 signer.link<&DarkCountryMarket.Collection{DarkCountryMarket.CollectionPublic}>(DarkCountryMarket.CollectionPublicPath, target: DarkCountryMarket.CollectionStoragePath)
   |                              ^^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountryMarket`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:30:58
   |
30 |                 signer.link<&DarkCountryMarket.Collection{DarkCountryMarket.CollectionPublic}>(DarkCountryMarket.CollectionPublicPath, target: DarkCountryMarket.CollectionStoragePath)
   |                                                           ^^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find variable in this scope: `DarkCountryMarket`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:30:95
   |
30 |                 signer.link<&DarkCountryMarket.Collection{DarkCountryMarket.CollectionPublic}>(DarkCountryMarket.CollectionPublicPath, target: DarkCountryMarket.CollectionStoragePath)
   |                                                                                                ^^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find variable in this scope: `DarkCountryMarket`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:30:143
   |
30 |                 signer.link<&DarkCountryMarket.Collection{DarkCountryMarket.CollectionPublic}>(DarkCountryMarket.CollectionPublicPath, target: DarkCountryMarket.CollectionStoragePath)
   |                                                                                                                                                ^^^^^^^^^^^^^^^^^ not found in this scope

error: cannot infer type parameter: `T`
  --> 3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333:30:16
   |
30 |                 signer.link<&DarkCountryMarket.Collection{DarkCountryMarket.CollectionPublic}>(DarkCountryMarket.CollectionPublicPath, target: DarkCountryMarket.CollectionStoragePath)
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Hash:
3090d5313f7867422e376027cfd32e017b76f05bf5be0eb419b5818b080c5333
Status:
ERROR
Block height:
32183216
Block id:
c06ec937db6319a43fb59080188e3e097cf3c7870880d4a1f80783b94fd284c8
Timestamp:
Saturday 25 June 2022 at 16:08:31 UTC
()
Proposer:
Authorizers: