CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: cannot find variable in this scope: `address` --> cf13f240aa694aa0cb3b1f78aad91d8cb713973e81fbe059caf87b27e87558d3:10:30 | 10 | let receiver = getAccount(address) | ^^^^^^^ not found in this scope error: cannot find variable in this scope: `address` --> cf13f240aa694aa0cb3b1f78aad91d8cb713973e81fbe059caf87b27e87558d3:13:29 | 13 | let balance = getAccount(address) | ^^^^^^^ not found in this scope error: cannot find variable in this scope: `address` --> cf13f240aa694aa0cb3b1f78aad91d8cb713973e81fbe059caf87b27e87558d3:27:31 | 27 | let checkItem = getAccount(address) | ^^^^^^^ not found in this scope error: cannot find type in this scope: `MetadataViews` --> cf13f240aa694aa0cb3b1f78aad91d8cb713973e81fbe059caf87b27e87558d3:32:81 | 32 | let d = KaratNFT.resolveView(Type<MetadataViews.NFTCollectionData>())! as! MetadataViews.NFTCollectionData | ^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `MetadataViews` --> cf13f240aa694aa0cb3b1f78aad91d8cb713973e81fbe059caf87b27e87558d3:32:40 | 32 | let d = KaratNFT.resolveView(Type<MetadataViews.NFTCollectionData>())! as! MetadataViews.NFTCollectionData | ^^^^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> cf13f240aa694aa0cb3b1f78aad91d8cb713973e81fbe059caf87b27e87558d3:32:35 | 32 | let d = KaratNFT.resolveView(Type<MetadataViews.NFTCollectionData>())! as! MetadataViews.NFTCollectionData | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Loading...