CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] cadence runtime error Execution failed: error: mismatched types --> a8d1a60acba12a20.TMNFT:91:20 | 91 | return &self.ownedNFTs[id] as &NonFungibleToken.NFT | ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?` error: mismatched types --> a8d1a60acba12a20.TMNFT:108:27 | 108 | let ref = &self.ownedNFTs[id] as auth &NonFungibleToken.NFT | ^^^^^^^^^^^^^^^^^^ expected `NonFungibleToken.NFT`, got `NonFungibleToken.NFT?` error: cannot find type in this scope: `TMNFT` --> cc5fb63f2414bd4d1d971729584f14a5353114f37b05044bea142ff2784aa51b:9:57 | 9 | let collectionRef = acct.borrow<&TMNFT.Collection>(from: TMNFT.CollectionStoragePath) | ^^^^^ not found in this scope error: cannot find variable in this scope: `TMNFT` --> cc5fb63f2414bd4d1d971729584f14a5353114f37b05044bea142ff2784aa51b:9:81 | 9 | let collectionRef = acct.borrow<&TMNFT.Collection>(from: TMNFT.CollectionStoragePath) | ^^^^^ not found in this scope error: cannot infer type parameter: `T` --> cc5fb63f2414bd4d1d971729584f14a5353114f37b05044bea142ff2784aa51b:9:44 | 9 | let collectionRef = acct.borrow<&TMNFT.Collection>(from: TMNFT.CollectionStoragePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: cannot find variable in this scope: `TMNFT` --> cc5fb63f2414bd4d1d971729584f14a5353114f37b05044bea142ff2784aa51b:17:104 | 17 | let receiverRef = recipient.getCapability<&{NonFungibleToken.CollectionPublic}>(TMNFT.CollectionPublicPath) | ^^^^^ not found in this scopeArguments:
reciever:
0xe0817b29c54ebc5a
tokenID:
22296772961435650
Loading...