Flow price: --
fa3293a5561bca778d175f8d30380a798a3c629e2c64fbd703c799af50264b98

Transaction

Hash: fa3293a5561bca778d175f8d30380a798a3c629e2c64fbd703c799af50264b98
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:
  --> fa3293a5561bca778d175f8d30380a798a3c629e2c64fbd703c799af50264b98:34:44
   |
34 |         let rewardVault: @Fomopoly.Vault <- Fomopoly.mintTokensByBurn(
35 |             collectionRef: self.withdrawRef,
36 |             burnedIds: self.withdrawRef.getIDs().slice(from: 0, upTo: Int(amount))
37 |         )
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

   --> 88dd257fcf26d3cc.Fomopoly:185:33
    |
185 |         let burnedId: [UInt64] = collectionRef.burnInscription(ids: burnedIds)
    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

   --> 88dd257fcf26d3cc.Inscription:223:30
    |
223 |             let collection <- self.batchWithdraw(withdrawIDs: ids)
    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: internal error: failed to retrieve slab 0x84a193c70a683ba0.16867: get value failed: [Error Code: 1110] computation exceeds limit (9999)
goroutine 10619516811 [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.42.8-patch.4/runtime/errors/errors.go:152
github.com/onflow/cadence/runtime/interpreter.asCadenceError({0x2793c00, 0x127ae623da0})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter.go:576 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0xf9f45fa240, 0x2fa8a00)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter.go:528 +0x57
panic({0x2793c00, 0x127ae623da0})
	/usr/local/go/src/runtime/panic.go:884 +0x213
github.com/onflow/cadence/runtime/interpreter.StoredValue({0x32f8580, 0xf9f45fa240}, {0x331e830?, 0xd10eb24620?}, {0x3326e98?, 0x1278c9b4cc0?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/storage.go:38 +0x94
github.com/onflow/cadence/runtime/interpreter.(*DictionaryValue).Remove(0x127ae7a5c20, 0xf9f45fa240, {{0x3323a00?, 0x12789646d80?}, {0x330bd58?, 0x1278965bb20?}}, {0x333f7c0?, 0xdb3f23dae0})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/value.go:18489 +0x31c
github.com/onflow/cadence/runtime/interpreter.(*DictionaryValue).GetMember.func4({{{0x3323a00, 0x12789646d80}, {0x330bd58, 0x1278965bb20}}, 0x0, 0x0, 0x127915ec8f0, 0xf9f45fa240, {0x127ae79b840, 0x1, ...}, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/value.go:18343 +0x57
github.com/onflow/cadence/runtime/interpreter.(*HostFunctionValue).invoke(0x1?, {{{0x3323a00, 0x12789646d80}, {0x330bd58, 0x1278965bb20}}, 0x0, 0x0, 0x127915ec8f0, 0xf9f45fa240, {0x127ae79b840, ...}, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/value_function.go:256 +0x3a
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xf9f45fa240?, {0x3344840, 0x127ae2d74a0}, {0x127ae79b830?, 0x1?, 0xc7c6db?}, {0x127ae79b820?, 0x1?, 0x0?}, {0x127915ec900, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:124 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xf9f45fa240, 0x1278965bb20, 0x0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:1036 +0x8f6
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0x0?, 0x127915ec9e0?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:941 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x33329a0?, 0x1278965bb20}, {0x334bf80, 0xf9f45fa240})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/ast/visitor.go:230 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:334
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitBinaryExpression(0xf9f45fa240, 0x1278f4eec30)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:339 +0x59
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x33324c0?, 0x1278f4eec30}, {0x334bf80, 0xf9f45fa240})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/ast/visitor.go:260 +0x458
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:334
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).assignmentGetterSetter.func1(0x40?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:53 +0x33
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitVariableDeclaration(0xf9f45fa240, 0x1278725efa0, 0x0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:464 +0x1e7
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitVariableDeclaration(0x40fe0a?, 0x1278725efa0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:421 +0x25
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x332a980?, 0x1278725efa0}, {0x3346440, 0xf9f45fa240})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/ast/visitor.go:143 +0x4aa
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xf9f45fa240, {0x332a980?, 0x1278725efa0})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:58 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0x1294120?, {0x1278f48ca20?, 0x2, 0x3ea?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:64 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitBlock(0xf9f45fa240, 0x12790b023c0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter.go:760 +0xa8
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitForStatement(0xf9f45fa240, 0x145ff60f2c0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:313 +0x2ef
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x332a660?, 0x145ff60f2c0}, {0x3346440, 0xf9f45fa240})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/ast/visitor.go:122 +0x411
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xf9f45fa240, {0x332a660?, 0x145ff60f2c0})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:58 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xc7c51a?, {0x1278f4fa700?, 0x4, 0xf9f45fa240?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:64 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated.func2()
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:173 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xf9f45fa240, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc7c6db?}, 0x14e1f972fd0, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter.go:785 +0x18f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xf9f45fa240?, 0x1279348a700?, {0x1279b9335a0?, 0x1?, 0x12792f25720?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:169 +0x19f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xf9f45fa240, 0x1279348a700, {{{0x3323a00, 0x12789646d80}, {0x330bd58, 0x1278965bf80}}, 0x1279b933570, 0x0, 0x127915ed2b0, 0xf9f45fa240, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:148 +0x1d8
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(0x1a690e4?, {{{0x3323a00, 0x12789646d80}, {0x330bd58, 0x1278965bf80}}, 0x1279b933570, 0x0, 0x127915ed2b0, 0xf9f45fa240, {0x1279b9335a0, ...}, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/value_function.go:126 +0x5e
github.com/onflow/cadence/runtime/interpreter.BoundFunctionValue.invoke({{0x33448e8?, 0x1279348a700?}, 0x0?, 0x1279b933570?}, {{{0x3323a00, 0x12789646d80}, {0x330bd58, 0x1278965bf80}}, 0x1279b933570, 0x0, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/value_function.go:398 +0xd9
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xf9f45fa240?, {0x3345aa0, 0x127a0416040}, {0x1279b933590?, 0x1?, 0x14e1f9736c8?}, {0x1279b933580?, 0x1?, 0x1278c9b4cc0?}, {0x127915ed2c0, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:124 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xf9f45fa240, 0x1278965bf80, 0x0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:1036 +0x8f6
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0xc02272c000?, 0x127a0416020?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:941 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x33329a0?, 0x1278965bf80}, {0x334bf80, 0xf9f45fa240})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/ast/visitor.go:230 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:334
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).assignmentGetterSetter.func1(0x40?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:53 +0x33
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitVariableDeclaration(0xf9f45fa240, 0x1278725f540, 0x0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:464 +0x1e7
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitVariableDeclaration(0x64?, 0x1278725f540)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:421 +0x25
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x332a980?, 0x1278725f540}, {0x3346440, 0xf9f45fa240})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/ast/visitor.go:143 +0x4aa
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xf9f45fa240, {0x332a980?, 0x1278725f540})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:58 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xc7c51a?, {0x1278f4dcc00?, 0x5, 0xf9f45fa240?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:64 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated.func2()
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:173 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xf9f45fa240, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc7c6db?}, 0x14e1f973d68, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter.go:785 +0x18f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xf9f45fa240?, 0x1279348aa00?, {0x1279b933440?, 0x1?, 0x12792f25720?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:169 +0x19f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xf9f45fa240, 0x1279348aa00, {{{0x3323a00, 0x127915e0b40}, {0x330bd58, 0x127923220e0}}, 0x1279b933410, 0x0, 0x127927730d0, 0x12abfd880c0, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:148 +0x1d8
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(0x1a690e4?, {{{0x3323a00, 0x127915e0b40}, {0x330bd58, 0x127923220e0}}, 0x1279b933410, 0x0, 0x127927730d0, 0x12abfd880c0, {0x1279b933440, ...}, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/value_function.go:126 +0x5e
github.com/onflow/cadence/runtime/interpreter.BoundFunctionValue.invoke({{0x33448e8?, 0x1279348aa00?}, 0x0?, 0x1279b933410?}, {{{0x3323a00, 0x127915e0b40}, {0x330bd58, 0x127923220e0}}, 0x1279b933410, 0x0, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/value_function.go:398 +0xd9
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0x12abfd880c0?, {0x3345aa0, 0x1279c12fe40}, {0x1279b933430?, 0x1?, 0x2a31120?}, {0x1279b933420?, 0x1?, 0x330bd80?}, {0x127927730e0, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:124 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0x12abfd880c0, 0x127923220e0, 0x0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:1036 +0x8f6
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0xc02272c000?, 0x1279c12fe20?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:941 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x33329a0?, 0x127923220e0}, {0x334bf80, 0x12abfd880c0})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/ast/visitor.go:230 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:334
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).assignmentGetterSetter.func1(0xc0?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:53 +0x33
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitVariableDeclaration(0x12abfd880c0, 0x12791597b80, 0x0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:464 +0x1e7
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitVariableDeclaration(0x14e1f9748b0?, 0x12791597b80)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:421 +0x25
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x332a980?, 0x12791597b80}, {0x3346440, 0x12abfd880c0})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/ast/visitor.go:143 +0x4aa
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0x12abfd880c0, {0x332a980?, 0x12791597b80})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:58 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xc7c51a?, {0x12791b74100?, 0x6, 0x12abfd880c0?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:64 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated.func2()
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:173 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0x12abfd880c0, {0x0, 0x0, 0x0}, {0x127915c40f8, 0x1, 0xc7c6db?}, 0x14e1f974b00, {0x127928f4760, 0x4, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter.go:785 +0x18f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0x12abfd880c0?, 0x127934a3080?, {0x1279961bbc0?, 0x2?, 0x12792f25040?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:169 +0x19f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0x12abfd880c0, 0x127934a3080, {{{0x3323b40, 0x153787d0520}, {0x330bd58, 0x1278965b340}}, 0x12794c5af30, 0x0, 0x12792d69830, 0xe9ab4b00c0, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:148 +0x1d8
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(0x1a690e4?, {{{0x3323b40, 0x153787d0520}, {0x330bd58, 0x1278965b340}}, 0x12794c5af30, 0x0, 0x12792d69830, 0xe9ab4b00c0, {0x1279961bbc0, ...}, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/value_function.go:126 +0x5e
github.com/onflow/cadence/runtime/interpreter.BoundFunctionValue.invoke({{0x33448e8?, 0x127934a3080?}, 0x0?, 0x12794c5af30?}, {{{0x3323b40, 0x153787d0520}, {0x330bd58, 0x1278965b340}}, 0x12794c5af30, 0x0, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/value_function.go:398 +0xd9
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xe9ab4b00c0?, {0x3345aa0, 0x1279780f8c0}, {0x1279780f900?, 0x2?, 0x4101e7?}, {0x1279780f8e0?, 0x2?, 0x127931fc701?}, {0x12792f0b4a0, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:124 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xe9ab4b00c0, 0x1278965b340, 0x0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:1036 +0x8f6
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0xc02272c000?, 0x1279780f8a0?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:941 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x33329a0?, 0x1278965b340}, {0x334bf80, 0xe9ab4b00c0})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/ast/visitor.go:230 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:334
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).assignmentGetterSetter.func1(0xc0?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_expression.go:53 +0x33
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitVariableDeclaration(0xe9ab4b00c0, 0x1278725e820, 0x0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:464 +0x1e7
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitVariableDeclaration(0x3323b40?, 0x1278725e820)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:421 +0x25
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x332a980?, 0x1278725e820}, {0x3346440, 0xe9ab4b00c0})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/ast/visitor.go:143 +0x4aa
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xe9ab4b00c0, {0x332a980?, 0x1278725e820})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:58 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xc7c51a?, {0x1278c9b5300?, 0x4, 0xe9ab4b00c0?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_statement.go:64 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated.func2()
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:173 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xe9ab4b00c0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc7c6db?}, 0x14e1f975898, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter.go:785 +0x18f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xe9ab4b00c0?, 0x2bcd920?, {0x0?, 0x333e770?, 0x12abfd88120?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:169 +0x19f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xe9ab4b00c0, 0x127934a3c00, {{{0x0, 0x0}, {0x0, 0x0}}, 0x12793197350, 0x0, 0x0, 0xe9ab4b00c0, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_invocation.go:148 +0x1d8
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/value_function.go:126
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).declareTransactionEntryPoint.func1.1()
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_transaction.go:122 +0x79
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xe9ab4b00c0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0x14e1f975cb0, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter.go:785 +0x18f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).declareTransactionEntryPoint.func1({{{0x0, 0x0}, {0x0, 0x0}}, 0x12793197350, 0x0, 0x0, 0xe9ab4b00c0, {0x127931fc230, 0x1, ...}, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter_transaction.go:134 +0x3a6
github.com/onflow/cadence/runtime/interpreter.(*HostFunctionValue).invoke(0x2?, {{{0x0, 0x0}, {0x0, 0x0}}, 0x0, 0x0, 0x0, 0xe9ab4b00c0, {0x127931fc220, ...}, ...})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/value_function.go:256 +0x3a
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).InvokeExternally(0x12792d48ac0?, {0x3344840, 0x127931ccff0}, 0x12792d48b00?, {0x127931fc200?, 0x2?, 0x3352570?})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter.go:479 +0x2fd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).InvokeTransaction(0xe9ab4b00c0, 0x127931fc210?, {0x127931fc200, 0x2, 0x2})
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/interpreter/interpreter.go:521 +0x278
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).transactionExecutionFunction.func1(0xe9ab4b00c0)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/transaction_executor.go:268 +0x2a8
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret.func1()
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/environment.go:1150 +0x9e
github.com/onflow/cadence/runtime.reportMetric(0x14e1f9762d0, {0x7f7cb3c5cd18?, 0x1278c9e22c0?}, 0x14e1f9762b8)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/runtime.go:205 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0xc6bc5e2600, {0x3323b40, 0x153787d0520}, 0x14e1f976388?, 0x12792d57218)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/environment.go:1144 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0x127876a5c20)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/transaction_executor.go:223 +0x19c
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).Execute.func1()
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/transaction_executor.go:80 +0x25
sync.(*Once).doSlow(0x1312d00?, 0x12792d699d0?)
	/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(0x127876a5c20?)
	/go/pkg/mod/github.com/dapperlabs/cadence-internal@v0.42.8-patch.4/runtime/transaction_executor.go:79 +0x4a
github.com/onflow/flow-go/fvm/runtime.WrappedCadenceExecutor.Execute({{0x3314ba0?, 0x127876a5c20?}})
	/app/fvm/runtime/wrapped_cadence_runtime.go:90 +0x27
github.com/onflow/flow-go/fvm.(*transactionExecutor).normalExecution(0x1278769b180)
	/app/fvm/transactionInvoker.go:369 +0x16c
created by github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeBlock
	/app/engine/execution/computation/computer/computer.go:377 +0xa65

   --> 88dd257fcf26d3cc.Inscription:150:16
    |
150 |                 let token <- self.ownedNFTs.remove(key: id) ?? panic("missing Inscription")
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


Hash:
fa3293a5561bca778d175f8d30380a798a3c629e2c64fbd703c799af50264b98
Status:
ERROR
Block height:
72060306
Block id:
aac93a3d3dd1f2fa87401a283c488d85dcdc2ea497134ae1636a803e07ed56b9
Timestamp:
Thursday 15 February 2024 at 10:30:40 UTC
()
Proposer:
Authorizers:
Gas used:
9999