CODE_ERROR
There is an error in the cadence code of this transaction.
[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` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8: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` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8:8:60 | 8 | if signer.borrow<&DarkCountry.Collection>(from: DarkCountry.CollectionStoragePath) == nil { | ^^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8:8:15 | 8 | if signer.borrow<&DarkCountry.Collection>(from: DarkCountry.CollectionStoragePath) == nil { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find variable in this scope: `DarkCountry` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8:11:34 | 11 | let collection <- DarkCountry.createEmptyCollection() | ^^^^^^^^^^^ not found in this scope error: cannot find variable in this scope: `DarkCountry` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8:14:46 | 14 | signer.save(<-collection, to: DarkCountry.CollectionStoragePath) | ^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `DarkCountry` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8: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` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8: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` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8: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` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8: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` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8:17:16 | 17 | signer.link<&DarkCountry.Collection{NonFungibleToken.CollectionPublic, DarkCountry.DarkCountryCollectionPublic}>(DarkCountry.CollectionPublicPath, target: DarkCountry.CollectionStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find type in this scope: `DarkCountryMarket` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8: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` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8:21:66 | 21 | if signer.borrow<&DarkCountryMarket.Collection>(from: DarkCountryMarket.CollectionStoragePath) == nil { | ^^^^^^^^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8:21:15 | 21 | if signer.borrow<&DarkCountryMarket.Collection>(from: DarkCountryMarket.CollectionStoragePath) == nil { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find type in this scope: `DarkCountryMarket` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8:24:81 | 24 | let collection <- DarkCountryMarket.createEmptyCollection() as! @DarkCountryMarket.Collection | ^^^^^^^^^^^^^^^^^ not found in this scope error: cannot find variable in this scope: `DarkCountryMarket` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8:24:34 | 24 | let collection <- DarkCountryMarket.createEmptyCollection() as! @DarkCountryMarket.Collection | ^^^^^^^^^^^^^^^^^ not found in this scope error: cannot find variable in this scope: `DarkCountryMarket` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8:27:46 | 27 | signer.save(<-collection, to: DarkCountryMarket.CollectionStoragePath) | ^^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `DarkCountryMarket` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8: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` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8: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` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8: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` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8: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` --> 58b8753dc18d6b39bd6a3a4d18aaeb66ebf7523a4cfa12511e671ee7ed5858f8:30:16 | 30 | signer.link<&DarkCountryMarket.Collection{DarkCountryMarket.CollectionPublic}>(DarkCountryMarket.CollectionPublicPath, target: DarkCountryMarket.CollectionStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Loading...