Flow price: --
b172e6bf26f81c51781b45bbf6bea65d7b62676de286371e382ac123cf9fbc81

Transaction

Hash: b172e6bf26f81c51781b45bbf6bea65d7b62676de286371e382ac123cf9fbc81
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:
  --> b172e6bf26f81c51781b45bbf6bea65d7b62676de286371e382ac123cf9fbc81:89:8
   |
89 |         FlowEVMBridge.bridgeTokensToEVM(
90 |             vault: <-self.sentVault,
91 |             to: self.coa.address(),
92 |             feeProvider: &self.scopedProvider as auth(FungibleToken.Withdraw) &{FungibleToken.Provider}
93 |         )
   |         ^

   --> 634acef27f871527.FlowEVMBridge:430:41
    |
430 |             let callResult: EVM.Result = FlowEVMBridgeUtils.call(
431 |                 signature: "mint(address,uint256)",
432 |                 targetEVMAddress: associatedAddress,
433 |                 args: [to, bridgeAmount],
434 |                 gasLimit: 15000000,
435 |                 value: 0.0
436 |             )
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

   --> 634acef27f871527.FlowEVMBridgeUtils:688:15
    |
688 |         return self.borrowCOA().call(
689 |             to: targetEVMAddress,
690 |             data: calldata,
691 |             gasLimit: gasLimit,
692 |             value: valueBalance
693 |         )
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: internal error: state error: failed to retrieve slab 0x4f6fd534ddd3fc5f.1938: backend error: get value failed: [Error Code: 1110] computation exceeds limit (1000)
goroutine 979176801 [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/onflow/cadence@v1.0.0-preview.15/runtime/errors/errors.go:163
github.com/onflow/cadence/runtime/interpreter.asCadenceError({0x29c86a0, 0xc2579ad990})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:561 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0xc162d71e00, 0x30ef4b8)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:513 +0x57
panic({0x29c86a0, 0xc2579ad990})
	/usr/local/go/src/runtime/panic.go:884 +0x213
github.com/onflow/flow-go/fvm/evm/handler.panicOnFatalOrBackendError({0x341d920, 0xc2579ad990})
	/app/fvm/evm/handler/handler.go:676 +0xb9
github.com/onflow/flow-go/fvm/evm/handler.(*Account).Call(0xc256e2e800?, {0xad, 0x26, 0xaa, 0x74, 0xae, 0x98, 0xa8, 0xe4, 0x18, ...}, ...)
	/app/fvm/evm/handler/handler.go:618 +0x4e
github.com/onflow/flow-go/fvm/evm/stdlib.newInternalEVMTypeCallFunction.func1({{{0x34401e0, 0xc256672318}, {0x3429a18, 0xc2566770a0}}, 0x0, 0x0, {0x0, 0x0}, 0xc256702040, 0xc162d71e00, ...})
	/app/fvm/evm/stdlib/contract.go:1223 +0x330
github.com/onflow/cadence/runtime/interpreter.(*HostFunctionValue).invoke(0xc162d71e00?, {{{0x34401e0, 0xc256672318}, {0x3429a18, 0xc2566770a0}}, 0x0, 0x0, {0x0, 0x0}, 0xc256702040, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/value_function.go:255 +0x55
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xc162d71e00?, {0x3461818, 0xc256e5a2a0}, {0xc2579af040?, 0x5?, 0xc2333657c8?}, {0xc2579aeff0?, 0x5?, 0x20?}, {0xc256697860, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:125 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xc162d71e00, 0xc2566770a0, 0x0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:1160 +0x736
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0x40?, 0xc256e4ff70?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:1074 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x344ebe0?, 0xc2566770a0}, {0x3467ca0, 0xc162d71e00})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/ast/visitor.go:241 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0xc256e50290?, {0x344ebe0?, 0xc2566770a0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:379 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitCastingExpression(0xc162d71e00, 0xc6e0cfc780)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:1258 +0x48
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x344e7c0?, 0xc6e0cfc780}, {0x3467ca0, 0xc162d71e00})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/ast/visitor.go:268 +0x538
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0xc233365058?, {0x344e7c0?, 0xc6e0cfc780})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:379 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitReturnStatement(0xc162d71e00, 0xc256619e80)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:78 +0x5d
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x34466c0?, 0xc256619e80}, {0x3465420, 0xc162d71e00})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/ast/visitor.go:118 +0x2aa
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xc162d71e00, {0x34466c0?, 0xc256619e80})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:56 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xe2735a?, {0xc25665c810?, 0x1, 0xc162d71e00?})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:62 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated.func2()
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:182 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xc162d71e00, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc33fbef050?}, 0xc256e50698, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:771 +0x1da
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xc162d71e00?, 0xc257075e00?, {0xc2579b2a00?, 0x4?, 0xc3c9bd4510?}, {{0x34401e0?, 0xc256860990?}, {0x3429a18?, 0xc2569dc700?}})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:178 +0x235
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xc162d71e00, 0xc257075e00, {{{0x34401e0, 0xc256860990}, {0x3429a18, 0xc2569dc700}}, 0xc2579ad5c0, 0x0, {0x0, 0x0}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:156 +0x2b2
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(0x1b19133?, {{{0x34401e0, 0xc256860990}, {0x3429a18, 0xc2569dc700}}, 0xc2579ad5c0, 0x0, {0x0, 0x0}, 0xc256b1a050, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/value_function.go:125 +0x5e
github.com/onflow/cadence/runtime/interpreter.BoundFunctionValue.invoke({{0x34618c0, 0xc257075e00}, 0x0, 0xc2579ad5c0, {0x0, 0x0}, 0xc33fbeec90}, {{{0x34401e0, 0xc256860990}, {0x3429a18, ...}}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/value_function.go:411 +0x115
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xc0ee58c360?, {0x34620a0, 0xc2579b28c0}, {0xc2579b29c0?, 0x4?, 0x1?}, {0xc2579b2980?, 0x4?, 0xc256ad3fb0?}, {0xc2569f5e80, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:125 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xc0ee58c360, 0xc2569dc700, 0x0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:1160 +0x736
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0x2905020?, 0xc4db265f20?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:1074 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x344ebe0?, 0xc2569dc700}, {0x3467ca0, 0xc0ee58c360})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/ast/visitor.go:241 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0x2c0d340?, {0x344ebe0?, 0xc2569dc700})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:379 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitReturnStatement(0xc0ee58c360, 0xc2569d9500)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:78 +0x5d
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x34466c0?, 0xc2569d9500}, {0x3465420, 0xc0ee58c360})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/ast/visitor.go:118 +0x2aa
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xc0ee58c360, {0x34466c0?, 0xc2569d9500})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:56 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xe2735a?, {0xc2569d94c0?, 0x4, 0xc0ee58c360?})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:62 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated.func2()
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:182 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xc0ee58c360, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc4b0051500?}, 0xc256e513e8, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:771 +0x1da
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xc0ee58c360?, 0xc257154c80?, {0xc257965f40?, 0x5?, 0xc444bcaf30?}, {{0x34401e0?, 0xc2566d0a68?}, {0x3429a18?, 0xc25670d7a0?}})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:178 +0x235
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xc0ee58c360, 0xc257154c80, {{{0x34401e0, 0xc2566d0a68}, {0x3429a18, 0xc25670d7a0}}, 0xc25796bf50, 0x0, {0x0, 0x0}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:156 +0x2b2
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(0x1b19133?, {{{0x34401e0, 0xc2566d0a68}, {0x3429a18, 0xc25670d7a0}}, 0xc25796bf50, 0x0, {0x0, 0x0}, 0xc25604b6a0, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/value_function.go:125 +0x5e
github.com/onflow/cadence/runtime/interpreter.BoundFunctionValue.invoke({{0x34618c0, 0xc257154c80}, 0x0, 0xc25796bf50, {0x0, 0x0}, 0xc4b0050f60}, {{{0x34401e0, 0xc2566d0a68}, {0x3429a18, ...}}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/value_function.go:411 +0x115
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xc162d71ec0?, {0x34620a0, 0xc257989000}, {0xc257965cc0?, 0x5?, 0xc257929840?}, {0xc257965c70?, 0x5?, 0xc25604b4c0?}, {0xc256d74870, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:125 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xc162d71ec0, 0xc25670d7a0, 0x0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:1160 +0x736
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0x134b3a5?, 0x1?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:1074 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x344ebe0?, 0xc25670d7a0}, {0x3467ca0, 0xc162d71ec0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/ast/visitor.go:241 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0x4142a4?, {0x344ebe0?, 0xc25670d7a0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:379 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).assignmentGetterSetter.func1(0xc0?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:53 +0x25
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitVariableDeclaration(0xc162d71ec0, 0xc256716790, 0x0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:500 +0x17f
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitVariableDeclaration(0x40fe0a?, 0xc256716790)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:462 +0x25
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x34468a0?, 0xc256716790}, {0x3465420, 0xc162d71ec0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/ast/visitor.go:151 +0x4f8
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xc162d71ec0, {0x34468a0?, 0xc256716790})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:56 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xc256e52108?, {0xc256714340?, 0x2, 0x3458890?})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:62 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitBlock(0xc162d71ec0, 0xc256713540)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:745 +0xa8
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitIfStatementWithTestExpression(0xd4a005?, {0x344eac0?, 0xc229bf8630?}, 0x1b5dfcb?, 0xc256713810)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:140 +0xb8
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitIfStatement(0xc257740590?, 0xc25670eac0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:121 +0xd8
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x34465d0?, 0xc25670eac0}, {0x3465420, 0xc162d71ec0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/ast/visitor.go:127 +0x387
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xc162d71ec0, {0x34465d0?, 0xc25670eac0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:56 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xe2735a?, {0xc2564f8900?, 0xd, 0xc162d71ec0?})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:62 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated.func2()
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:182 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xc162d71ec0, {0x0, 0x0, 0x0}, {0xc2567140a0, 0x2, 0xc4a7c9dbc0?}, 0xc256e525a0, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:771 +0x1da
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xc162d71ec0?, 0xc257165900?, {0xc275d1dc50?, 0x3?, 0xc2987cd4d0?}, {{0x3440320?, 0xc6ccdc4fe0?}, {0x3429a18?, 0xc2559e1730?}})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:178 +0x235
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xc162d71ec0, 0xc257165900, {{{0x3440320, 0xc6ccdc4fe0}, {0x3429a18, 0xc2559e1730}}, 0xc2576171d0, 0x0, {0x0, 0x0}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:156 +0x2b2
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(0xd0?, {{{0x3440320, 0xc6ccdc4fe0}, {0x3429a18, 0xc2559e1730}}, 0xc2576171d0, 0x0, {0x0, 0x0}, 0xc256e31b80, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/value_function.go:125 +0x5e
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).functionConditionsWrapper.func1.1.1()
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:2448 +0x2b5
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xc0a2022840, {0x0, 0x0, 0x0}, {0xc256858090, 0x1, 0x405454?}, 0xc256e52ae8, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:771 +0x1da
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).functionConditionsWrapper.func1.1({{{0x3440320, 0xc6ccdc4fe0}, {0x3429a18, 0xc2559e1730}}, 0xc2576171d0, 0x0, {0x0, 0x0}, 0xc256e31b80, 0xc162d719e0, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:2467 +0x37c
github.com/onflow/cadence/runtime/interpreter.(*HostFunctionValue).invoke(0x1b19133?, {{{0x3440320, 0xc6ccdc4fe0}, {0x3429a18, 0xc2559e1730}}, 0xc2576171d0, 0x0, {0x0, 0x0}, 0xc256e31b80, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/value_function.go:255 +0x55
github.com/onflow/cadence/runtime/interpreter.BoundFunctionValue.invoke({{0x3461818, 0xc2570a9188}, 0x0, 0xc2576171d0, {0x0, 0x0}, 0xc275d1d3e0}, {{{0x3440320, 0xc6ccdc4fe0}, {0x3429a18, ...}}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/value_function.go:411 +0x115
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xc162d719e0?, {0x34620a0, 0xc257605580}, {0xc275d1d470?, 0x3?, 0x0?}, {0xc275d1d440?, 0x3?, 0xc256e53068?}, {0xc62a8cb4a0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:125 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xc162d719e0, 0xc2559e1730, 0x0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:1160 +0x736
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0xc6ccdc4fe0?, 0x3440320?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:1074 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x344ebe0?, 0xc2559e1730}, {0x3467ca0, 0xc162d719e0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/ast/visitor.go:241 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0xc256e53388?, {0x344ebe0?, 0xc2559e1730})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_expression.go:379 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitExpressionStatement(0xc0ee58dbc0?, 0xc256e533d0?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:628 +0x25
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x34464e0?, 0xc2559ed0b0}, {0x3465420, 0xc162d719e0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/ast/visitor.go:148 +0x5d4
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xc162d719e0, {0x34464e0?, 0xc2559ed0b0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:56 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xe2735a?, {0xc2559b9dc0?, 0x2, 0xc162d719e0?})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_statement.go:62 +0x65
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated.func2()
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:182 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xc162d719e0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc275d1d020?}, 0xc256e536f0, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:771 +0x1da
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xc162d719e0?, 0x2cd45cb?, {0x0?, 0x3458380?, 0xc0ee58dbc0?}, {{0x0?, 0x0?}, {0x0?, 0x0?}})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:178 +0x235
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xc162d719e0, 0xc257583800, {{{0x0, 0x0}, {0x0, 0x0}}, 0xc257124d60, 0x0, {0x0, 0x0}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_invocation.go:156 +0x2b2
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/value_function.go:125
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).declareTransactionEntryPoint.func1.1()
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_transaction.go:123 +0x79
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xc162d719e0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0?}, 0xc256e53bd8, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:771 +0x1da
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).declareTransactionEntryPoint.func1({{{0x0, 0x0}, {0x0, 0x0}}, 0xc257124d60, 0x0, {0x0, 0x0}, 0x0, 0xc162d719e0, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter_transaction.go:140 +0x408
github.com/onflow/cadence/runtime/interpreter.(*HostFunctionValue).invoke(0xc162d719e0?, {{{0x0, 0x0}, {0x0, 0x0}}, 0x0, 0x0, {0x0, 0x0}, 0x0, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/value_function.go:255 +0x55
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).InvokeExternally(0xc256d16380?, {0x3461818, 0xc2570a9230?}, 0xc256d74d20?, {0xc0ee58dc80?, 0x4?, 0xc257124ca0?})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:464 +0x3bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).InvokeTransaction(0xc162d719e0, 0xc0ee58dcb0?, {0xc0ee58dc80, 0x4, 0x6})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/interpreter/interpreter.go:506 +0x26f
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).transactionExecutionFunction.func1(0xc162d719e0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/transaction_executor.go:299 +0x29f
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret.func1()
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/environment.go:1136 +0x9e
github.com/onflow/cadence/runtime.reportMetric(0xc256e542d8, {0x7f5571696d68?, 0xc2559f02c0?}, 0xc256e542c0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/runtime.go:202 +0x65
github.com/onflow/cadence/runtime.(*interpreterEnvironment).Interpret(0xc4e286c000, {0x3440320, 0xc6ccdc4fe0}, 0xc256e54390?, 0xc256e5a1f8)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/environment.go:1130 +0x105
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).execute(0xc5740734a0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/transaction_executor.go:256 +0x19c
github.com/onflow/cadence/runtime.(*interpreterTransactionExecutor).Execute.func1()
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.15/runtime/transaction_executor.go:79 +0x25
sync.(*Once).doSlow(0x1312d00?, 0xc256e31d10?)
	/usr/local/go/src/sync/once.go:74 +0xc2
created by github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeBlock
	/app/engine/execution/computation/computer/computer.go:377 +0xa65

   --> b6763b4399a888c8.EVM:269:12
    |
269 |             return InternalEVM.call(
270 |                 from: self.addressBytes,
271 |                 to: to.bytes,
272 |                 data: data,
273 |                 gasLimit: gasLimit,
274 |                 value: value.attoflow
275 |             ) as! Result
    |             ^^^^^^^^^^^^


Loading...
0

Loading...

1

Loading...

2

Loading...