CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] cadence runtime error Execution failed: error: mismatched types --> 5634aefcb76e7d8c.MusicBlock:133:23 | 133 | let ref = &self.ownedNFTs[id] as auth &NonFungibleToken.NFT | ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?` error: mismatched types --> 5634aefcb76e7d8c.MusicBlock:147:20 | 147 | return &self.ownedNFTs[id] as &NonFungibleToken.NFT | ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?` error: cannot find type in this scope: `MusicBlock` --> 5bf077a0b96e053003117f3bfb4d7bcd4f86d15964e33ae7016b1929646593e6:26:34 | 26 | if !signer.getCapability<&MusicBlock.Collection{NonFungibleToken.Provider, NonFungibleToken.CollectionPublic}>(nftCollectionProviderPrivatePath)!.check() { | ^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 5bf077a0b96e053003117f3bfb4d7bcd4f86d15964e33ae7016b1929646593e6:26:12 | 26 | if !signer.getCapability<&MusicBlock.Collection{NonFungibleToken.Provider, NonFungibleToken.CollectionPublic}>(nftCollectionProviderPrivatePath)!.check() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find type in this scope: `MusicBlock` --> 5bf077a0b96e053003117f3bfb4d7bcd4f86d15964e33ae7016b1929646593e6:27:25 | 27 | signer.link<&MusicBlock.Collection{NonFungibleToken.Provider, NonFungibleToken.CollectionPublic}>(nftCollectionProviderPrivatePath, target: MusicBlock.CollectionStoragePath) | ^^^^^^^^^^ not found in this scope error: cannot find variable in this scope: `MusicBlock` --> 5bf077a0b96e053003117f3bfb4d7bcd4f86d15964e33ae7016b1929646593e6:27:152 | 27 | signer.link<&MusicBlock.Collection{NonFungibleToken.Provider, NonFungibleToken.CollectionPublic}>(nftCollectionProviderPrivatePath, target: MusicBlock.CollectionStoragePath) | ^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 5bf077a0b96e053003117f3bfb4d7bcd4f86d15964e33ae7016b1929646593e6:27:12 | 27 | signer.link<&MusicBlock.Collection{NonFungibleToken.Provider, NonFungibleToken.CollectionPublic}>(nftCollectionProviderPrivatePath, target: MusicBlock.CollectionStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find type in this scope: `MusicBlock` --> 5bf077a0b96e053003117f3bfb4d7bcd4f86d15964e33ae7016b1929646593e6:45:67 | 45 | if let listingID = Marketplace.getListingID(nftType: Type<@MusicBlock.NFT>(), nftID: saleItemID) { | ^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 5bf077a0b96e053003117f3bfb4d7bcd4f86d15964e33ae7016b1929646593e6:45:61 | 45 | if let listingID = Marketplace.getListingID(nftType: Type<@MusicBlock.NFT>(), nftID: saleItemID) { | ^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find type in this scope: `MusicBlock` --> 5bf077a0b96e053003117f3bfb4d7bcd4f86d15964e33ae7016b1929646593e6:55:77 | 55 | let requirements = Marketplace.getSaleCutRequirements(nftType: Type<@MusicBlock.NFT>()) | ^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 5bf077a0b96e053003117f3bfb4d7bcd4f86d15964e33ae7016b1929646593e6:55:71 | 55 | let requirements = Marketplace.getSaleCutRequirements(nftType: Type<@MusicBlock.NFT>()) | ^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find type in this scope: `MusicBlock` --> 5bf077a0b96e053003117f3bfb4d7bcd4f86d15964e33ae7016b1929646593e6:73:27 | 73 | nftType: Type<@MusicBlock.NFT>(), | ^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> 5bf077a0b96e053003117f3bfb4d7bcd4f86d15964e33ae7016b1929646593e6:73:21 | 73 | nftType: Type<@MusicBlock.NFT>(), | ^^^^^^^^^^^^^^^^^^^^^^^Arguments:
saleItemID:
102300
saleItemPrice:
3.5
Loading...