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 b70baa9d5c99a498
--> b70baa9d5c99a498.FridgeMagnetV1
error: cannot find type in this scope: `FridgeMagnetV1`
--> b487af5e09dbc820de44f2b257654ff346c1b0dcbc1ec247b3a7b9e021890183:9:16
|
9 | let admin: &FridgeMagnetV1.Admin
| ^^^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FridgeMagnetV1`
--> b487af5e09dbc820de44f2b257654ff346c1b0dcbc1ec247b3a7b9e021890183:13:36
|
13 | self.admin = signer.borrow<&FridgeMagnetV1.Admin>(from: FridgeMagnetV1.AdminStoragePath)
| ^^^^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FridgeMagnetV1`
--> b487af5e09dbc820de44f2b257654ff346c1b0dcbc1ec247b3a7b9e021890183:13:64
|
13 | self.admin = signer.borrow<&FridgeMagnetV1.Admin>(from: FridgeMagnetV1.AdminStoragePath)
| ^^^^^^^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> b487af5e09dbc820de44f2b257654ff346c1b0dcbc1ec247b3a7b9e021890183:13:21
|
13 | self.admin = signer.borrow<&FridgeMagnetV1.Admin>(from: FridgeMagnetV1.AdminStoragePath)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot find variable in this scope: `FridgeMagnetV1`
--> b487af5e09dbc820de44f2b257654ff346c1b0dcbc1ec247b3a7b9e021890183:28:8
|
28 | FridgeMagnetV1.getSetImage(setID: setID) == newImage: "Error: Cannot change the Set's image"
| ^^^^^^^^^^^^^^ not found in this scope
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 b70baa9d5c99a498
--> b70baa9d5c99a498.FridgeMagnetV1
error: cannot find type in this scope: `FridgeMagnetV1`
--> b487af5e09dbc820de44f2b257654ff346c1b0dcbc1ec247b3a7b9e021890183:9:16
|
9 | let admin: &FridgeMagnetV1.Admin
| ^^^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FridgeMagnetV1`
--> b487af5e09dbc820de44f2b257654ff346c1b0dcbc1ec247b3a7b9e021890183:13:36
|
13 | self.admin = signer.borrow<&FridgeMagnetV1.Admin>(from: FridgeMagnetV1.AdminStoragePath)
| ^^^^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `FridgeMagnetV1`
--> b487af5e09dbc820de44f2b257654ff346c1b0dcbc1ec247b3a7b9e021890183:13:64
|
13 | self.admin = signer.borrow<&FridgeMagnetV1.Admin>(from: FridgeMagnetV1.AdminStoragePath)
| ^^^^^^^^^^^^^^ not found in this scope
error: cannot infer type parameter: `T`
--> b487af5e09dbc820de44f2b257654ff346c1b0dcbc1ec247b3a7b9e021890183:13:21
|
13 | self.admin = signer.borrow<&FridgeMagnetV1.Admin>(from: FridgeMagnetV1.AdminStoragePath)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot find variable in this scope: `FridgeMagnetV1`
--> b487af5e09dbc820de44f2b257654ff346c1b0dcbc1ec247b3a7b9e021890183:28:8
|
28 | FridgeMagnetV1.getSetImage(setID: setID) == newImage: "Error: Cannot change the Set's image"
| ^^^^^^^^^^^^^^ not found in this scope
%!(EXTRA string=No contracts found for identifier=A.b70baa9d5c99a498.FridgeMagnetV1)