Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot deploy invalid contract
--> 5d09fc29a2fda6d80c735981ba44f737e509db7e85700745a254eb452f69a30b:4:3
|
4 | signer.contracts.add(name: name, code: code.utf8 )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot find declaration `FlowToken` in `0ae53cb6e3f42a79.FlowToken`
--> f4901f2f8dbee0f7.FlowColdStorageProxy:1:7
|
1 | import FlowToken from 0x0ae53cb6e3f42a79
| ^^^^^^^^^ available exported declarations are:
error: cannot find declaration `FungibleToken` in `ee82856bf20e2aa6.FungibleToken`
--> f4901f2f8dbee0f7.FlowColdStorageProxy:2:7
|
2 | import FungibleToken from 0xee82856bf20e2aa6
| ^^^^^^^^^^^^^ available exported declarations are:
error: cannot find variable in this scope: `AuthAccount`
--> f4901f2f8dbee0f7.FlowColdStorageProxy:141:19
|
141 | let acct = AuthAccount(payer: payer)
| ^^^^^^^^^^^ not found in this scope
error: value of type `&Account` has no member `getCapability`
--> f4901f2f8dbee0f7.FlowColdStorageProxy:118:17
|
118 | .getCapability(/public/flowTokenReceiver)
| ^^^^^^^^^^^^^ unknown member