Whoops! 😨 Something unexpected happened...
[Error Code: 1101] cadence runtime error Execution failed:
error: get program failed: cannot check account freeze status: [Error Code: 1201] account not found for address 631e88ae7f1d7c20
--> 631e88ae7f1d7c20.NonFungibleToken
error: get program failed: cannot check account freeze status: [Error Code: 1201] account not found for address 49aac7277178a96a
--> 49aac7277178a96a.FrontRow
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:22
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:49
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:7
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:12:24
|
12 | let collection <- FrontRow.createEmptyCollection()
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:15:36
|
15 | signer.save(<-collection, to: FrontRow.CollectionStoragePath)
| ^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:9
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^ not found in this scope
error: cannot find type in this scope: `NonFungibleToken`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:29
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:64
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:21:8
|
21 | FrontRow.CollectionPublicPath,
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:22:16
|
22 | target: FrontRow.CollectionStoragePath
| ^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:18:6
|
18 | signer.link<
| ^
could not find import [Error Code: 1101] cadence runtime error Execution failed:
error: get program failed: cannot check account freeze status: [Error Code: 1201] account not found for address 631e88ae7f1d7c20
--> 631e88ae7f1d7c20.NonFungibleToken
error: get program failed: cannot check account freeze status: [Error Code: 1201] account not found for address 49aac7277178a96a
--> 49aac7277178a96a.FrontRow
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:22
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:49
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:7
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:12:24
|
12 | let collection <- FrontRow.createEmptyCollection()
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:15:36
|
15 | signer.save(<-collection, to: FrontRow.CollectionStoragePath)
| ^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:9
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^ not found in this scope
error: cannot find type in this scope: `NonFungibleToken`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:29
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:64
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:21:8
|
21 | FrontRow.CollectionPublicPath,
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:22:16
|
22 | target: FrontRow.CollectionStoragePath
| ^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:18:6
|
18 | signer.link<
| ^
%!(EXTRA string=No contracts found for identifier=A.631e88ae7f1d7c20.NonFungibleToken) could not find import [Error Code: 1101] cadence runtime error Execution failed:
error: get program failed: cannot check account freeze status: [Error Code: 1201] account not found for address 631e88ae7f1d7c20
--> 631e88ae7f1d7c20.NonFungibleToken
error: get program failed: cannot check account freeze status: [Error Code: 1201] account not found for address 49aac7277178a96a
--> 49aac7277178a96a.FrontRow
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:22
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:49
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:7
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:12:24
|
12 | let collection <- FrontRow.createEmptyCollection()
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:15:36
|
15 | signer.save(<-collection, to: FrontRow.CollectionStoragePath)
| ^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:9
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^ not found in this scope
error: cannot find type in this scope: `NonFungibleToken`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:29
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:64
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:21:8
|
21 | FrontRow.CollectionPublicPath,
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:22:16
|
22 | target: FrontRow.CollectionStoragePath
| ^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:18:6
|
18 | signer.link<
| ^
could not find import [Error Code: 1101] cadence runtime error Execution failed:
error: get program failed: cannot check account freeze status: [Error Code: 1201] account not found for address 631e88ae7f1d7c20
--> 631e88ae7f1d7c20.NonFungibleToken
error: get program failed: cannot check account freeze status: [Error Code: 1201] account not found for address 49aac7277178a96a
--> 49aac7277178a96a.FrontRow
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:22
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:49
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:9:7
|
9 | if signer.borrow<&FrontRow.Collection>(from: FrontRow.CollectionStoragePath) == nil {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:12:24
|
12 | let collection <- FrontRow.createEmptyCollection()
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:15:36
|
15 | signer.save(<-collection, to: FrontRow.CollectionStoragePath)
| ^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:9
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^ not found in this scope
error: cannot find type in this scope: `NonFungibleToken`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:29
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:19:64
|
19 | &FrontRow.Collection{NonFungibleToken.CollectionPublic, FrontRow.CollectionPublic}
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:21:8
|
21 | FrontRow.CollectionPublicPath,
| ^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FrontRow`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:22:16
|
22 | target: FrontRow.CollectionStoragePath
| ^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> 35e51499535a71e399de40d96ce2c5b49d5db40cf024c250f1984fa0ae109b77:18:6
|
18 | signer.link<
| ^
%!!(string=No contracts found for identifier=A.49aac7277178a96a.FrontRow)(EXTRA string=No contracts found for identifier=A.631e88ae7f1d7c20.NonFungibleToken)