Flow price: --
a5335bbaf304d960558353bf7aa1c3834af3f9ba943d8459e697c8f8cbf5ef20

Transaction

Hash: a5335bbaf304d960558353bf7aa1c3834af3f9ba943d8459e697c8f8cbf5ef20
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:
   --> a5335bbaf304d960558353bf7aa1c3834af3f9ba943d8459e697c8f8cbf5ef20:96:45
    |
 96 |         let vault: @{FungibleToken.Vault} <- self.coa.withdrawTokens(
 97 |             type: self.vaultType,
 98 |             amount: amount,
 99 |             feeProvider: &self.scopedProvider as auth(FungibleToken.Withdraw) &{FungibleToken.Provider}
100 |         )
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

   --> b6763b4399a888c8.EVM:366:22
    |
366 |             return <- EVM.borrowBridgeAccessor().withdrawTokens(
367 |                 caller: &self as auth(Call) &CadenceOwnedAccount,
368 |                 type: type,
369 |                 amount: amount,
370 |                 feeProvider: feeProvider
371 |             )
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

   --> 634acef27f871527.FlowEVMBridgeAccessor:136:22
    |
136 |             return <- FlowEVMBridge.bridgeTokensFromEVM(
137 |                 owner: caller.address(),
138 |                 type: type,
139 |                 amount: amount,
140 |                 feeProvider: feeProvider,
141 |                 protectedTransferCall: callback
142 |             )
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

   --> 634acef27f871527.FlowEVMBridge:532:37
    |
532 |         let burnResult: EVM.Result = FlowEVMBridgeUtils.call(
533 |             signature: "burn(uint256)",
534 |             targetEVMAddress: associatedAddress,
535 |             args: [amount],
536 |             gasLimit: 15000000,
537 |             value: 0.0
538 |         )
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

   --> 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 (2000)
goroutine 123362408 [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.21/runtime/errors/errors.go:163
github.com/onflow/cadence/runtime/interpreter.asCadenceError({0x29dc040, 0xc091cf7610})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter.go:561 +0x212
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).RecoverErrors(0xc1b5467ec0, 0x31088b0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter.go:513 +0x57
panic({0x29dc040, 0xc091cf7610})
	/usr/local/go/src/runtime/panic.go:884 +0x213
github.com/onflow/flow-go/fvm/evm/handler.panicOnError({0x3438440, 0xc091cf7610})
	/app/fvm/evm/handler/handler.go:653 +0xe7
github.com/onflow/flow-go/fvm/evm/handler.(*Account).Call(0xc091930080?, {0xad, 0x26, 0xaa, 0x74, 0xae, 0x98, 0xa8, 0xe4, 0x18, ...}, ...)
	/app/fvm/evm/handler/handler.go:589 +0x45
github.com/onflow/flow-go/fvm/evm/stdlib.newInternalEVMTypeCallFunction.func1({{{0x345b260, 0xc4d9f80e58}, {0x3444338, 0xc0915e3730}}, 0x0, 0x0, {0x0, 0x0}, 0xc091619390, 0xc1b5467ec0, ...})
	/app/fvm/evm/stdlib/contract.go:1240 +0x330
github.com/onflow/cadence/runtime/interpreter.(*HostFunctionValue).invoke(0xc1b5467ec0?, {{{0x345b260, 0xc4d9f80e58}, {0x3444338, 0xc0915e3730}}, 0x0, 0x0, {0x0, 0x0}, 0xc091619390, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/value_function.go:255 +0x55
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xc1b5467ec0?, {0x347c920, 0xc54a4e0330}, {0xc091cf4f50?, 0x5?, 0x108?}, {0xc091cf4f00?, 0x5?, 0xc1aef3cca8?}, {0xc091600780, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:125 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xc1b5467ec0, 0xc0915e3730, 0x0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:1206 +0x736
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0xc091917cd8?, 0x0?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:1120 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x3469d40?, 0xc0915e3730}, {0x3482f00, 0xc1b5467ec0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:241 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0xd90891?, {0x3469d40?, 0xc0915e3730})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:415 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitCastingExpression(0xc1b5467ec0, 0xc326fb4120)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:1304 +0x48
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x3469920?, 0xc326fb4120}, {0x3482f00, 0xc1b5467ec0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:268 +0x538
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0xc091ced138?, {0x3469920?, 0xc326fb4120})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:415 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitReturnStatement(0xc1b5467ec0, 0xc402a908c0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_statement.go:78 +0x5d
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x3461890?, 0xc402a908c0}, {0x3480680, 0xc1b5467ec0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:118 +0x2aa
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xc1b5467ec0, {0x3461890?, 0xc402a908c0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_statement.go:56 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xe23eda?, {0xc0915cfd80?, 0x1, 0xc1b5467ec0?})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/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.21/runtime/interpreter/interpreter_invocation.go:182 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xc1b5467ec0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc00007e800?}, 0xc091918428, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter.go:778 +0x1da
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xc1b5467ec0?, 0xc091975a80?, {0xc383705100?, 0x4?, 0xc4e067a348?}, {{0x345b260?, 0xc4e067a348?}, {0x3444338?, 0xc09178ac40?}})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:178 +0x235
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xc1b5467ec0, 0xc091975a80, {{{0x345b260, 0xc4e067a348}, {0x3444338, 0xc09178ac40}}, 0xc091cf7230, 0x0, {0x0, 0x0}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:156 +0x2c5
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(0x1b3c773?, {{{0x345b260, 0xc4e067a348}, {0x3444338, 0xc09178ac40}}, 0xc091cf7230, 0x0, {0x0, 0x0}, 0xc0917f6050, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/value_function.go:125 +0x5e
github.com/onflow/cadence/runtime/interpreter.BoundFunctionValue.invoke({{0x347c9c8, 0xc091975a80}, 0x0, 0xc091cf7230, {0x0, 0x0}, 0xc3035dd590}, {{{0x345b260, 0xc4e067a348}, {0x3444338, ...}}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/value_function.go:411 +0x115
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xc1b89c0840?, {0x347d1a8, 0xc383704fc0}, {0xc3837050c0?, 0x4?, 0x1?}, {0xc383705080?, 0x4?, 0xc0917e5fb0?}, {0xc67da26b40, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:125 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xc1b89c0840, 0xc09178ac40, 0x0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:1206 +0x736
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0x2917920?, 0xc3194cfcb0?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:1120 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x3469d40?, 0xc09178ac40}, {0x3482f00, 0xc1b89c0840})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:241 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0x2c24de0?, {0x3469d40?, 0xc09178ac40})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:415 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitReturnStatement(0xc1b89c0840, 0xc4411b4140)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_statement.go:78 +0x5d
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x3461890?, 0xc4411b4140}, {0x3480680, 0xc1b89c0840})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:118 +0x2aa
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xc1b89c0840, {0x3461890?, 0xc4411b4140})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_statement.go:56 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xe23eda?, {0xc4411b4100?, 0x4, 0xc1b89c0840?})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/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.21/runtime/interpreter/interpreter_invocation.go:182 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xc1b89c0840, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc00007e800?}, 0xc091919178, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter.go:778 +0x1da
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xc1b89c0840?, 0xc091a04d00?, {0xc091cf4000?, 0x5?, 0xc4d47b63a8?}, {{0x345b260?, 0xc4d47b63a8?}, {0x3444338?, 0xc09170aee0?}})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:178 +0x235
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xc1b89c0840, 0xc091a04d00, {{{0x345b260, 0xc4d47b63a8}, {0x3444338, 0xc09170aee0}}, 0xc091cd9d80, 0x0, {0x0, 0x0}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:156 +0x2c5
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(0x1b3c773?, {{{0x345b260, 0xc4d47b63a8}, {0x3444338, 0xc09170aee0}}, 0xc091cd9d80, 0x0, {0x0, 0x0}, 0xc0918d28d0, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/value_function.go:125 +0x5e
github.com/onflow/cadence/runtime/interpreter.BoundFunctionValue.invoke({{0x347c9c8, 0xc091a04d00}, 0x0, 0xc091cd9d80, {0x0, 0x0}, 0xc3035dc030}, {{{0x345b260, 0xc4d47b63a8}, {0x3444338, ...}}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/value_function.go:411 +0x115
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xc1b5467f80?, {0x347d1a8, 0xc2f8291e40}, {0xc091cd3f40?, 0x5?, 0x2?}, {0xc091cd3ef0?, 0x5?, 0x2?}, {0xc091875a40, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:125 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xc1b5467f80, 0xc09170aee0, 0x0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:1206 +0x736
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0x40fe0a?, 0xc091cf2140?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:1120 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x3469d40?, 0xc09170aee0}, {0x3482f00, 0xc1b5467f80})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:241 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0x28dc840?, {0x3469d40?, 0xc09170aee0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:415 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).assignmentGetterSetter.func1(0x80?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:53 +0x25
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitVariableDeclaration(0xc1b5467f80, 0xc091706c60, 0x0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_statement.go:505 +0x1e7
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitVariableDeclaration(0xc091a67f10?, 0xc091706c60)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_statement.go:462 +0x25
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x3461a70?, 0xc091706c60}, {0x3480680, 0xc1b5467f80})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:151 +0x4f8
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xc1b5467f80, {0x3461a70?, 0xc091706c60})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_statement.go:56 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xe23eda?, {0xc09170c000?, 0x14, 0xc1b5467f80?})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/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.21/runtime/interpreter/interpreter_invocation.go:182 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xc1b5467f80, {0x0, 0x0, 0x0}, {0xc337cb1880, 0x4, 0xc000100800?}, 0xc09191a030, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter.go:778 +0x1da
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xc1b5467f80?, 0xc091a07a80?, {0xc091a60910?, 0x5?, 0xc225512c90?}, {{0x345b260?, 0xc225512c90?}, {0x3444338?, 0xc091a50380?}})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:178 +0x235
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xc1b5467f80, 0xc091a07a80, {{{0x345b260, 0xc225512c90}, {0x3444338, 0xc091a50380}}, 0xc091a67130, 0x0, {0x0, 0x0}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:156 +0x2c5
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(0x415c97?, {{{0x345b260, 0xc225512c90}, {0x3444338, 0xc091a50380}}, 0xc091a67130, 0x0, {0x0, 0x0}, 0xc091a59a20, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/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.21/runtime/interpreter/interpreter.go:2505 +0x2d5
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xc1b89c0780, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x405454?}, 0xc09191a580, {0xc091754990, 0x1, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter.go:778 +0x1da
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).functionConditionsWrapper.func1.1({{{0x345b260, 0xc225512c90}, {0x3444338, 0xc091a50380}}, 0xc091a67130, 0x0, {0x0, 0x0}, 0xc091a59a20, 0xc45bfc16e0, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter.go:2524 +0x39c
github.com/onflow/cadence/runtime/interpreter.(*HostFunctionValue).invoke(0x1b3c773?, {{{0x345b260, 0xc225512c90}, {0x3444338, 0xc091a50380}}, 0xc091a67130, 0x0, {0x0, 0x0}, 0xc091a59a20, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/value_function.go:255 +0x55
github.com/onflow/cadence/runtime/interpreter.BoundFunctionValue.invoke({{0x347c920, 0xc51ddc5410}, 0x0, 0xc091a67130, {0x0, 0x0}, 0xc2ec9091d0}, {{{0x345b260, 0xc225512c90}, {0x3444338, ...}}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/value_function.go:411 +0x115
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xc45bfc16e0?, {0x347d1a8, 0xc383ef4040}, {0xc091a60500?, 0x5?, 0x120?}, {0xc091a604b0?, 0x5?, 0x0?}, {0xc091a60050, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:125 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xc45bfc16e0, 0xc091a50380, 0x0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:1206 +0x736
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0xc56a7b1d40?, 0xc09191ad50?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:1120 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x3469d40?, 0xc091a50380}, {0x3482f00, 0xc45bfc16e0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:241 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0x1?, {0x3469d40?, 0xc091a50380})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:415 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitUnaryExpression(0xc45bfc16e0, 0xc19f2f7ad0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:735 +0x48
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x3469f80?, 0xc19f2f7ad0}, {0x3482f00, 0xc45bfc16e0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:250 +0x411
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0x0?, {0x3469f80?, 0xc19f2f7ad0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:415 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitReturnStatement(0xc45bfc16e0, 0xc4c66e0180)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_statement.go:78 +0x5d
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x3461890?, 0xc4c66e0180}, {0x3480680, 0xc45bfc16e0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:118 +0x2aa
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xc45bfc16e0, {0x3461890?, 0xc4c66e0180})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_statement.go:56 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xe23eda?, {0xc4c66e01c0?, 0x3, 0xc45bfc16e0?})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/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.21/runtime/interpreter/interpreter_invocation.go:182 +0x2d
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitFunctionBody(0xc45bfc16e0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc000100800?}, 0xc09191b460, {0x0, 0x0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter.go:778 +0x1da
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunctionActivated(0xc45bfc16e0?, 0xc091a56d00?, {0xc4c66e1dc0?, 0x4?, 0xc4d9f80e58?}, {{0x345b260?, 0xc4d9f80e58?}, {0x3444338?, 0xc0915e8000?}})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:178 +0x235
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeInterpretedFunction(0xc45bfc16e0, 0xc091a56d00, {{{0x345b260, 0xc4d9f80e58}, {0x3444338, 0xc0915e8000}}, 0xc091a66cd0, 0x0, {0x0, 0x0}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:156 +0x2c5
github.com/onflow/cadence/runtime/interpreter.(*InterpretedFunctionValue).invoke(0x1b3c773?, {{{0x345b260, 0xc4d9f80e58}, {0x3444338, 0xc0915e8000}}, 0xc091a66cd0, 0x0, {0x0, 0x0}, 0xc091619c80, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/value_function.go:125 +0x5e
github.com/onflow/cadence/runtime/interpreter.BoundFunctionValue.invoke({{0x347c9c8, 0xc091a56d00}, 0x0, 0xc091a66cd0, {0x0, 0x0}, 0xc2ec9088d0}, {{{0x345b260, 0xc4d9f80e58}, {0x3444338, ...}}, ...})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/value_function.go:411 +0x115
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).invokeFunctionValue(0xc1b5467ec0?, {0x347d1a8, 0xc4c66e1c80}, {0xc4c66e1d80?, 0x4?, 0xc2a5cce940?}, {0xc4c66e1d40?, 0x4?, 0xc64d5a2168?}, {0xc297efcac0, ...}, ...)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_invocation.go:125 +0x1bd
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitInvocationExpressionWithImplicitArgument(0xc1b5467ec0, 0xc0915e8000, 0x0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:1206 +0x736
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitInvocationExpression(0xc09191bce8?, 0x405454?)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:1120 +0x1b
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x3469d40?, 0xc0915e8000}, {0x3482f00, 0xc1b5467ec0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:241 +0x2ea
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0xc09191be10?, {0x3469d40?, 0xc0915e8000})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:415 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitUnaryExpression(0xc1b5467ec0, 0xc326fb4db0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:735 +0x48
github.com/onflow/cadence/runtime/ast.AcceptExpression[...]({0x3469f80?, 0xc326fb4db0}, {0x3482f00, 0xc1b5467ec0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:250 +0x411
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalExpression(0x10?, {0x3469f80?, 0xc326fb4db0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_expression.go:415 +0x45
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).VisitReturnStatement(0xc1b5467ec0, 0xc402a910c0)
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_statement.go:78 +0x5d
github.com/onflow/cadence/runtime/ast.AcceptStatement[...]({0x3461890?, 0xc402a910c0}, {0x3480680, 0xc1b5467ec0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/ast/visitor.go:118 +0x2aa
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).evalStatement(0xc1b5467ec0, {0x3461890?, 0xc402a910c0})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter_statement.go:56 +0x165
github.com/onflow/cadence/runtime/interpreter.(*Interpreter).visitStatements(0xe23eda?, {0xc0915cfea0?, 0x1, 0xc1b5467ec0?})
	/go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/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.21/runtime/interpreter/interpreter_invocation.go:182 +0x2d
created by github.com/onflow/flow-go/engine/execution/computation/computer.(*blockComputer).executeBlock
	/app/engine/execution/computation/computer/computer.go:377 +0xa65

   --> b6763b4399a888c8.EVM:312:12
    |
312 |             return InternalEVM.call(
313 |                 from: self.addressBytes,
314 |                 to: to.bytes,
315 |                 data: data,
316 |                 gasLimit: gasLimit,
317 |                 value: value.attoflow
318 |             ) as! Result
    |             ^^^^^^^^^^^^


Loading...
0

Loading...

1

Loading...

2

Loading...