🔔For EVM on Flow Block Explorer go to…

https://evm.flowscan.io

Flow price: --
225884690e1f069bab79286f3be961688772e496c44e1a8874879626c74f5ab7

Transaction

Hash: 225884690e1f069bab79286f3be961688772e496c44e1a8874879626c74f5ab7
error
TOO_COMPLEX

This transaction is too complex it does too much logic or read/write to much data.

[Error Code: 1110] error caused by: 1 error occurred:
	* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
  --> 225884690e1f069bab79286f3be961688772e496c44e1a8874879626c74f5ab7:60:84
   |
60 |                 let listing: &NFTStorefront.Listing{NFTStorefront.ListingPublic}? = self.storefront.borrowListing(listingResourceID: listingResourceID)
   |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: internal error: failed to retrieve slab 0x8c67c71f1c593f4.8075: get value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 97436946942 [running]:
runtime/debug.Stack()
	/usr/local/go/src/runtime/debug/stack.go:24 +0x65
github.com/onflow/cadence/runtime/errors.NewUnexpectedErrorFromCause(...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/errors/errors.go:152
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0xf275434600, 0x26bd3f0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter.go:531 +0x14e
panic({0x20380c0, 0x144467ebbe0})
	/usr/local/go/src/runtime/panic.go:884 +0x212
github.com/onflow/cadence/runtime/interpreter.StoredValue({0x29a9300, 0xf275434600}, {0x29cd098?, 0x1536e3d4880?}, {0x29d5f60?, 0x14439477c00?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/storage.go:38 +0x94
github.com/onflow/cadence/runtime/interpreter.(*DictionaryValue).Get(0x144467fbef0, 0xf275434600?, {{0x29d2060?, 0x1443ae819b0?}, {0x29bcdd8?, 0xc34e995b80?}}, {0x29eaed0?, 0x155d5383230})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/value.go:17071 +0x185
github.com/onflow/cadence/runtime/interpreter.(*DictionaryValue).GetKey(0x1439d5be998?, 0xf275434600, {{0x29d2060?, 0x1443ae819b0?}, {0x29bcdd8?, 0xc34e995b80?}}, {0x29eaed0?, 0x155d5383230?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/value.go:17082 +0xf9
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitIndexExpression(0xf275434600, 0xc34e995b80)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_expression.go:890 +0x1b9
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x29e12e0?, 0xc34e995b80}, {0x29f5140, 0xf275434600})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/ast/visitor.go:236 +0x32a
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_expression.go:306
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitBinaryExpression(0xf275434600, 0x13d364422a0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_expression.go:311 +0x59
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x29e0ec0?, 0x13d364422a0}, {0x29f5140, 0xf275434600})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/ast/visitor.go:260 +0x3ed
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_expression.go:306
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitIfStatementWithTestExpression(0x1439d5bef30?, {0x29e0ec0?, 0x13d364422a0?}, 0x144468979a0?, 0xc34e995c70)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:125 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitIfStatement(0x1439d5befd0?, 0xc34e9b1b40)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:112 +0xd6
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x29da260?, 0xc34e9b1b40}, {0x29f04c0, 0xf275434600})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/ast/visitor.go:119 +0x2d7
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xf275434600, {0x29da260?, 0xc34e9b1b40})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:57 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xc2337a?, {0xc34e0f3ea0?, 0x1, 0xc1ed90?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:63 +0x68
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated.func2()
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_invocation.go:173 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xf275434600, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc1ed90?}, 0x1439d5bf288, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter.go:769 +0x18f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xf275434600?, 0x1443becd100?, {0x144468979e0?, 0x1?, 0x144468955e0?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_invocation.go:169 +0x19f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xf275434600, 0x1443becd100, {{{0x29d21a0, 0x1107cc21e80}, {0x29bce50, 0x144394511f0}}, 0x144468979b0, 0x0, 0x1443ae93ec0, 0xda99d06420, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_invocation.go:148 +0x1df
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(0x1752d24?, {{{0x29d21a0, 0x1107cc21e80}, {0x29bce50, 0x144394511f0}}, 0x144468979b0, 0x0, 0x1443ae93ec0, 0xda99d06420, {0x144468979e0, ...}, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/value_function.go:126 +0x5e
github.com/onflow/cadence/runtime/interpreter.BoundFunctionValue.invoke({{0x29eed90?, 0x1443becd100?}, 0x0?, 0x144468979b0?}, {{{0x29d21a0, 0x1107cc21e80}, {0x29bce50, 0x144394511f0}}, 0x144468979b0, 0x0, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/value_function.go:398 +0xd9
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xda99d06420?, {0x29efea0, 0x144467ebb80}, {0x144468979d0?, 0x1?, 0xda99d06420?}, {0x144468979c0?, 0x1?, 0x14446897420?}, {0x1443ae93ed0, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_invocation.go:124 +0x17d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xda99d06420, 0x144394511f0, 0x0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_expression.go:1002 +0x965
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0x144394511f0?, 0x23?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_expression.go:907 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x29e13a0?, 0x144394511f0}, {0x29f5140, 0xda99d06420})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/ast/visitor.go:230 +0x29d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_expression.go:306
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).assignmentGetterSetter.func1(0x20?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_expression.go:53 +0x33
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitVariableDeclaration(0xda99d06420, 0x1443ae966e0, 0x1439d5bfcd8)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:506 +0x15b
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitVariableDeclaration(0x1439d5bfd18?, 0x93e4a8?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:464 +0x35
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x29da4e0?, 0x1443ae966e0}, {0x29f04c0, 0xda99d06420})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/ast/visitor.go:143 +0x422
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xda99d06420, {0x29da4e0?, 0x1443ae966e0})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:57 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0x1087600?, {0x1443947f680?, 0x2, 0x1?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:63 +0x68
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitBlock(0xda99d06420, 0x1443aea0640)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter.go:744 +0xa8
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitForStatement(0xda99d06420, 0x11fad6231a0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:356 +0x2ef
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x29da1c0?, 0x11fad6231a0}, {0x29f04c0, 0xda99d06420})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/ast/visitor.go:122 +0x39d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xda99d06420, {0x29da1c0?, 0x11fad6231a0})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:57 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xb5b4a9?, {0x1443ae930a0?, 0x1, 0x420d28f9d4968c67?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:63 +0x68
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitBlock(0xda99d06420, 0x1443aea0690)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter.go:744 +0xa8
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitIfStatementWithTestExpression(0x1439d5c0288?, {0x29e0ec0?, 0x10662e47320?}, 0x0?, 0x0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:131 +0xce
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitIfStatement(0x1439d5c0328?, 0x1443aeac600)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:112 +0xd6
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x29da260?, 0x1443aeac600}, {0x29f04c0, 0xda99d06420})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/ast/visitor.go:119 +0x2d7
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xda99d06420, {0x29da260?, 0x1443aeac600})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:57 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xc2337a?, {0x14438e74200?, 0xc, 0xc1ed90?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_statement.go:63 +0x68
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated.func2()
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_invocation.go:173 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xda99d06420, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc1ed90?}, 0x1439d5c05e0, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter.go:769 +0x18f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xda99d06420?, 0x1443becd680?, {0x1443aea1cf0?, 0x2?, 0xf275435a40?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_invocation.go:169 +0x19f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xda99d06420, 0x1443becd680, {{{0x0, 0x0}, {0x0, 0x0}}, 0x1443bec43a0, 0x0, 0x0, 0xda99d06420, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_invocation.go:148 +0x1df
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/value_function.go:126
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).declareTransactionEntryPoint.func1({{{0x0, 0x0}, {0x0, 0x0}}, 0x1443bec43a0, 0x0, 0x0, 0xda99d06420, {0x1443aea1cf0, 0x2, ...}, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter_transaction.go:107 +0x23e
github.com/onflow/cadence/runtime/interpreter.(*HostFunctionValue).invoke(0x5?, {{{0x0, 0x0}, {0x0, 0x0}}, 0x0, 0x0, 0x0, 0xda99d06420, {0x1443aea1cc0, ...}, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/value_function.go:256 +0x3a
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).InvokeExternally(0x2245380?, {0x29eece8, 0x1443be86ab0}, 0x14439451ce0?, {0xccf9220fc0?, 0x5?, 0x0?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter.go:473 +0x2bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).InvokeTransaction(0xda99d06420, 0xccf9220ff0?, {0xccf9220fc0, 0x5, 0x6})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/interpreter/interpreter.go:515 +0x2b6
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).transactionExecutionFunction.func1(0xda99d06420)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/transaction_executor.go:268 +0x35f
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret.func1()
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/environment.go:1007 +0x9e
github.com/onflow/cadence/runtime.reportMetric(0x1439d5c0e98, {0x7532755c25a0?, 0x1428ce6d600?}, 0x1439d5c0e80)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0x1431d4a8630, {0x29d21a0, 0x1107cc21e80}, 0x0?, 0x1443aed48d0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/environment.go:1001 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x1443ae8cc60)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/transaction_executor.go:223 +0x19c
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).Execute.func1()
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/transaction_executor.go:80 +0x25
sync.(*Once).doSlow(0x1312d00?, 0x1443aede4b0?)
	/usr/local/go/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/usr/local/go/src/sync/once.go:65
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).Execute(0x1443ae8cc60?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.39.15-patch.1/runtime/transaction_executor.go:79 +0x4a
github.com/onflow/flow-go/fvm/runtime.WrappedCadenceExecutor.Execute({{0x29c5820?, 0x1443ae8cc60?}})
	/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x1443a5de000)
	/app/fvm/transactionInvoker.go:334 +0x16c
github.com/onflow/flow-go/fvm.(*transactionExecutor).ExecuteTransactionBody(0x1443a5de000)
	/app/fvm/transactionInvoker.go:231 +0x45
github.com/onflow/flow-go/fvm.(*transactionExecutor).execute(0x1443a5de000?)
	/app/fvm/transactionInvoker.go:223 +0x25
github.com/onflow/flow-go/fvm.(*transactionExecutor).Execute(0x0?)
	/app/fvm/transactionInvoker.go:140 +0x1e
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransactionInternal(_, {_, _}, _, _, {{{0x3c, 0x91, 0x11, 0x91, 0x79, ...}, ...}, ...})
	/app/engine/execution/computation/computer/computer.go:440 +0x942
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeTransaction(_, {_, _}, _, _, {{{0x3c, 0x91, 0x11, 0x91, 0x79, ...}, ...}, ...})
	/app/engine/execution/computation/computer/computer.go:370 +0x68
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeBlock(0x13cb4766000, {0x29ca7e8, 0xdfd1a2f380}, {0xe9, 0xa0, 0x9d, 0xf7, 0x8c, 0x98, 0x94, ...}, ...)
	/app/engine/execution/computation/computer/computer.go:340 +0xaea
github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).ExecuteBlock(0x93b33115f4f73571?, {0x29ca7e8?, 0xdfd1a2f380?}, {0xe9, 0xa0, 0x9d, 0xf7, 0x8c, 0x98, 0x94, ...}, ...)
	/app/engine/execution/computation/computer/computer.go:176 +0x53
github.com/onflow/flow-go/engine/execution/computation.(*Manager).ComputeBlock(0xfafb8b9040, {0x29ca7e8, 0xdfd1a2f380}, {0xe9, 0xa0, 0x9d, 0xf7, 0x8c, 0x98, 0x94, ...}, ...)
	/app/engine/execution/computation/manager.go:190 +0x1e3
github.com/onflow/flow-go/engine/execution/ingestion.(*Engine).executeBlock(0xc2e24109c0, {0x29ca7e8, 0xdfd1a2f380}, 0x1442989b0c0)
	/app/engine/execution/ingestion/engine.go:635 +0x6f7
github.com/onflow/flow-go/engine/execution/ingestion.(*Engine).executeBlockIfComplete.func1()
	/app/engine/execution/ingestion/engine.go:850 +0x2c
github.com/onflow/flow-go/engine.(*Unit).Launch.func1()
	/app/engine/unit.go:74 +0x62
created by github.com/onflow/flow-go/engine.(*Unit).Launch
	/app/engine/unit.go:72 +0x7f

   --> 4eb8a10cb9f87357.NFTStorefront:455:12


Hash:
225884690e1f069bab79286f3be961688772e496c44e1a8874879626c74f5ab7
Status:
ERROR
Block height:
63842784
Block id:
3c91119179e4b86f33c6bab415c13f6e9df4ca6d186d942c3d3ca632d8fdf491
Timestamp:
Tuesday 24 October 2023 at 21:21:49 UTC
()
Proposer:
Gas used:
9999