Flow price: --
6be36d50d8c9f21817c13a37ddb9f71ba2ca376b1f6701ff48fe4387ca234f7e

Transaction

Hash: 6be36d50d8c9f21817c13a37ddb9f71ba2ca376b1f6701ff48fe4387ca234f7e
error
Error

Whoops! 😨 Something unexpected happened...

[Error Code: 1101] cadence runtime error Execution failed:
error: cannot deploy invalid contract
 --> 6be36d50d8c9f21817c13a37ddb9f71ba2ca376b1f6701ff48fe4387ca234f7e:3:4
  |
3 |     signer.contracts.update__experimental(
  |     ^

error: [Error Code: 1054] location (./FlowToken.cdc) is not a valid location: expecting an AddressLocation, but other location types are passed
--> ./FlowToken.cdc

error: [Error Code: 1054] location (./DarkCountry.cdc) is not a valid location: expecting an AddressLocation, but other location types are passed
--> ./DarkCountry.cdc

error: [Error Code: 1054] location (/FungibleToken.cdc) is not a valid location: expecting an AddressLocation, but other location types are passed
--> /FungibleToken.cdc

error: [Error Code: 1054] location (./NonFungibleToken.cdc) is not a valid location: expecting an AddressLocation, but other location types are passed
--> ./NonFungibleToken.cdc

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:283:30
    |
283 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:283:53
    |
283 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                                                      ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:284:27
    |
284 |             buyerPayment: @FungibleToken.Vault
    |                            ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:296:30
    |
296 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:296:53
    |
296 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                                                      ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:297:27
    |
297 |             buyerPayment: @FungibleToken.Vault
    |                            ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:209:44
    |
209 |             sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                             ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:209:67
    |
209 |             sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                                                    ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FlowToken`
   --> c8c340cebd11f690.DarkCountryMarket:211:47
    |
211 |             sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>,
    |                                                ^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:211:63
    |
211 |             sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>,
    |                                                                ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:141:57
    |
141 |         access(self) let sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>
    |                                                          ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:141:80
    |
141 |         access(self) let sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>
    |                                                                                 ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FlowToken`
   --> c8c340cebd11f690.DarkCountryMarket:144:60
    |
144 |         access(self) let sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>
    |                                                             ^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:144:76
    |
144 |         access(self) let sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>
    |                                                                             ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:153:30
    |
153 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:153:53
    |
153 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                                                      ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:154:27
    |
154 |             buyerPayment: @FungibleToken.Vault,
    |                            ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:348:30
    |
348 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:348:53
    |
348 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                                                      ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:349:27
    |
349 |             buyerPayment: @FungibleToken.Vault
    |                            ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:445:44
    |
445 |             sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                             ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:445:67
    |
445 |             sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                                                    ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FlowToken`
   --> c8c340cebd11f690.DarkCountryMarket:447:47
    |
447 |             sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>,
    |                                                ^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:447:63
    |
447 |             sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>,
    |                                                                ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:252:40
    |
252 |         sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                         ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:252:63
    |
252 |         sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                                                ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FlowToken`
   --> c8c340cebd11f690.DarkCountryMarket:254:43
    |
254 |         sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>,
    |                                            ^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:254:59
    |
254 |         sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>,
    |                                                            ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:252:40
    |
252 |         sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                         ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:252:63
    |
252 |         sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                                                ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FlowToken`
   --> c8c340cebd11f690.DarkCountryMarket:254:43
    |
254 |         sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>,
    |                                            ^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:254:59
    |
254 |         sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>,
    |                                                            ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:283:30
    |
283 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:283:53
    |
283 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                                                      ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:284:27
    |
284 |             buyerPayment: @FungibleToken.Vault
    |                            ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:296:30
    |
296 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:296:53
    |
296 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                                                      ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:297:27
    |
297 |             buyerPayment: @FungibleToken.Vault
    |                            ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:153:30
    |
153 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:153:53
    |
153 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                                                      ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:154:27
    |
154 |             buyerPayment: @FungibleToken.Vault,
    |                            ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:185:61
    |
185 |             DarkCountryMarket.beneficiaryCapability.borrow<&{FungibleToken.Receiver}>()!
    |                                                              ^^^^^^^^^^^^^ not found in this scope

error: ambiguous restricted type
   --> c8c340cebd11f690.DarkCountryMarket:185:60
    |
185 |             DarkCountryMarket.beneficiaryCapability.borrow<&{FungibleToken.Receiver}>()!
    |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^

error: cannot infer type parameter: `T`
   --> c8c340cebd11f690.DarkCountryMarket:185:12
    |
185 |             DarkCountryMarket.beneficiaryCapability.borrow<&{FungibleToken.Receiver}>()!
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:348:30
    |
348 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                               ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:348:53
    |
348 |             buyerCollection: &DarkCountry.Collection{NonFungibleToken.Receiver},
    |                                                      ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:349:27
    |
349 |             buyerPayment: @FungibleToken.Vault
    |                            ^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:422:50
    |
422 |                 newBeneficiaryCapability.borrow<&{FungibleToken.Receiver}>() != nil:
    |                                                   ^^^^^^^^^^^^^ not found in this scope

error: ambiguous restricted type
   --> c8c340cebd11f690.DarkCountryMarket:422:49
    |
422 |                 newBeneficiaryCapability.borrow<&{FungibleToken.Receiver}>() != nil:
    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^

error: cannot infer type parameter: `T`
   --> c8c340cebd11f690.DarkCountryMarket:422:16
    |
422 |                 newBeneficiaryCapability.borrow<&{FungibleToken.Receiver}>() != nil:
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: cannot find type in this scope: `DarkCountry`
   --> c8c340cebd11f690.DarkCountryMarket:445:44
    |
445 |             sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                             ^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `NonFungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:445:67
    |
445 |             sellerItemProvider: Capability<&DarkCountry.Collection{NonFungibleToken.Provider}>,
    |                                                                    ^^^^^^^^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FlowToken`
   --> c8c340cebd11f690.DarkCountryMarket:447:47
    |
447 |             sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>,
    |                                                ^^^^^^^^^ not found in this scope

error: cannot find type in this scope: `FungibleToken`
   --> c8c340cebd11f690.DarkCountryMarket:447:63
    |
447 |             sellerPaymentReceiver: Capability<&FlowToken.Vault{FungibleToken.Receiver}>,
    |                                                                ^^^^^^^^^^^^^ not found in this scope
Hash:
6be36d50d8c9f21817c13a37ddb9f71ba2ca376b1f6701ff48fe4387ca234f7e
Status:
ERROR
Block height:
15734912
Block id:
3f71da45befe0c900b225dc67f1e1d7ebd506fa7d0532f56aaae23923e2bebcb
Timestamp:
Monday 21 June 2021 at 16:22:07 UTC
()
Proposer: