[Error Code: 1110] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 230a9605f0223c069559b41edb26840b8b45d0f147203ac63a146700f557fa5d: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 --> 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:507:33 | 507 | let bridgeBalanceAfter = FlowEVMBridgeUtils.balanceOf( 508 | owner: self.getBridgeCOAEVMAddress(), 509 | evmContractAddress: associatedAddress 510 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 634acef27f871527.FlowEVMBridgeUtils:412:25 | 412 | let callResult = self.call( 413 | signature: "balanceOf(address)", 414 | targetEVMAddress: evmContractAddress, 415 | args: [owner], 416 | gasLimit: 60000, 417 | value: 0.0 418 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 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.206: backend error: get value failed: [Error Code: 1110] computation exceeds limit (1000) goroutine 122201860 [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, 0xc51edc3430}) /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(0xc51e9feea0, 0x31088b0) /go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter.go:513 +0x57 panic({0x29dc040, 0xc51edc3430}) /usr/local/go/src/runtime/panic.go:884 +0x213 github.com/onflow/flow-go/fvm/evm/handler.panicOnError({0x3438440, 0xc51edc3430}) /app/fvm/evm/handler/handler.go:653 +0xe7 github.com/onflow/flow-go/fvm/evm/handler.(*Account).Call(0xc51e98f400?, {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, 0xc51e2f8570}, {0x3444338, 0xc51d8bd9d0}}, 0x0, 0x0, {0x0, 0x0}, 0xc51de6fa10, 0xc51e9feea0, ...}) /app/fvm/evm/stdlib/contract.go:1240 +0x330 github.com/onflow/cadence/runtime/interpreter.(*HostFunctionValue).invoke(0xc51e9feea0?, {{{0x345b260, 0xc51e2f8570}, {0x3444338, 0xc51d8bd9d0}}, 0x0, 0x0, {0x0, 0x0}, 0xc51de6fa10, ...}) /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(0xc51e9feea0?, {0x347c920, 0xc51e9ee798}, {0xc51eda5e00?, 0x5?, 0x40dc5d?}, {0xc51eda5db0?, 0x5?, 0x4a3fa00?}, {0xc51de267d0, ...}, ...) /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(0xc51e9feea0, 0xc51d8bd9d0, 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(0xc51e9cae20?, 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?, 0xc51d8bd9d0}, {0x3482f00, 0xc51e9feea0}) /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?, 0xc51d8bd9d0}) /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(0xc51e9feea0, 0xc51d8cc300) /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?, 0xc51d8cc300}, {0x3482f00, 0xc51e9feea0}) /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(0xc1aef3bea8?, {0x3469920?, 0xc51d8cc300}) /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(0xc51e9feea0, 0xc51d8bbd00) /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?, 0xc51d8bbd00}, {0x3480680, 0xc51e9feea0}) /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(0xc51e9feea0, {0x3461890?, 0xc51d8bbd00}) /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?, {0xc51c353a50?, 0x1, 0xc51e9feea0?}) /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(0xc51e9feea0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc06d104000?}, 0xc51e9cb570, {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(0xc51e9feea0?, 0xc51eadcd00?, {0xc51edb7940?, 0x4?, 0xc51e616438?}, {{0x345b260?, 0xc51e616438?}, {0x3444338?, 0xc51e676070?}}) /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(0xc51e9feea0, 0xc51eadcd00, {{{0x345b260, 0xc51e616438}, {0x3444338, 0xc51e676070}}, 0xc51edc3050, 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, 0xc51e616438}, {0x3444338, 0xc51e676070}}, 0xc51edc3050, 0x0, {0x0, 0x0}, 0xc51e6d1230, ...}) /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, 0xc51eadcd00}, 0x0, 0xc51edc3050, {0x0, 0x0}, 0xc51edc8030}, {{{0x345b260, 0xc51e616438}, {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(0xc51e9ff380?, {0x347d1a8, 0xc51edb7800}, {0xc51edb7900?, 0x4?, 0x1?}, {0xc51edb78c0?, 0x4?, 0xc51e6d1190?}, {0xc51e675000, ...}, ...) /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(0xc51e9ff380, 0xc51e676070, 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?, 0xc51d8ac570?) /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?, 0xc51e676070}, {0x3482f00, 0xc51e9ff380}) /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?, 0xc51e676070}) /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(0xc51e9ff380, 0xc51e674080) /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?, 0xc51e674080}, {0x3480680, 0xc51e9ff380}) /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(0xc51e9ff380, {0x3461890?, 0xc51e674080}) /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?, {0xc51e674040?, 0x4, 0xc51e9ff380?}) /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(0xc51e9ff380, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc06d104000?}, 0xc51e9cc2c0, {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(0xc51e9ff380?, 0xc51eaebf80?, {0xc51eda4cd0?, 0x5?, 0xc51e616438?}, {{0x345b260?, 0xc51e616438?}, {0x3444338?, 0xc51e6532d0?}}) /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(0xc51e9ff380, 0xc51eaebf80, {{{0x345b260, 0xc51e616438}, {0x3444338, 0xc51e6532d0}}, 0xc51ed9d970, 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, 0xc51e616438}, {0x3444338, 0xc51e6532d0}}, 0xc51ed9d970, 0x0, {0x0, 0x0}, 0xc51e6b27c0, ...}) /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, 0xc51eaebf80}, 0x0, 0xc51ed9d970, {0x0, 0x0}, 0xc51edb0480}, {{{0x345b260, 0xc51e616438}, {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(0xc51e9ff380?, {0x347d1a8, 0xc51ed93f40}, {0xc51eda4a50?, 0x5?, 0xc06d104000?}, {0xc51eda4a00?, 0x5?, 0xc51e9cc8f0?}, {0xc51e6aa190, ...}, ...) /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(0xc51e9ff380, 0xc51e6532d0, 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?, 0xc51ed9fa00?) /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?, 0xc51e6532d0}, {0x3482f00, 0xc51e9ff380}) /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?, 0xc51e6532d0}) /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(0xc51e9ff380, 0xc51e635760, 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(0x64?, 0xc51e635760) /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?, 0xc51e635760}, {0x3480680, 0xc51e9ff380}) /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(0xc51e9ff380, {0x3461a70?, 0xc51e635760}) /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?, {0xc51e5ebf80?, 0x5, 0xc51e9ff380?}) /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(0xc51e9ff380, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc06d104000?}, 0xc51e9cd178, {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(0xc51e9ff380?, 0xc51eaeb700?, {0xc51ed9f880?, 0x2?, 0xc51e2f8588?}, {{0x345b260?, 0xc51e2f8588?}, {0x3444338?, 0xc51e32ddc0?}}) /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(0xc51e9ff380, 0xc51eaeb700, {{{0x345b260, 0xc51e2f8588}, {0x3444338, 0xc51e32ddc0}}, 0xc51ed9c810, 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, 0xc51e2f8588}, {0x3444338, 0xc51e32ddc0}}, 0xc51ed9c810, 0x0, {0x0, 0x0}, 0xc51e967440, ...}) /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, 0xc51eaeb700}, 0x0, 0xc51ed9c810, {0x0, 0x0}, 0xc51ed9b140}, {{{0x345b260, 0xc51e2f8588}, {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(0xc51e9fef60?, {0x347d1a8, 0xc51ed93300}, {0xc51ed9e440?, 0x2?, 0x2?}, {0xc51ed9e420?, 0x2?, 0x2?}, {0xc51e971220, ...}, ...) /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(0xc51e9fef60, 0xc51e32ddc0, 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?, 0xc51ed9e400?) /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?, 0xc51e32ddc0}, {0x3482f00, 0xc51e9fef60}) /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?, 0xc51e32ddc0}) /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(0x60?) /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(0xc51e9fef60, 0xc51e32b550, 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(0xc51ed46570?, 0xc51e32b550) /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?, 0xc51e32b550}, {0x3480680, 0xc51e9fef60}) /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(0xc51e9fef60, {0x3461a70?, 0xc51e32b550}) /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?, {0xc51e250c00?, 0x14, 0xc51e9fef60?}) /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(0xc51e9fef60, {0x0, 0x0, 0x0}, {0xc51e321a00, 0x4, 0xc068ca7000?}, 0xc51e9ce030, {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(0xc51e9fef60?, 0xc51eb80d00?, {0xc51ec87cc0?, 0x5?, 0xc51ebd5c38?}, {{0x345b260?, 0xc51ebd5c38?}, {0x3444338?, 0xc51eba3e30?}}) /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(0xc51e9fef60, 0xc51eb80d00, {{{0x345b260, 0xc51ebd5c38}, {0x3444338, 0xc51eba3e30}}, 0xc51ed1b790, 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, 0xc51ebd5c38}, {0x3444338, 0xc51eba3e30}}, 0xc51ed1b790, 0x0, {0x0, 0x0}, 0xc51ed1a080, ...}) /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(0xc51e9ff2c0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x405454?}, 0xc51e9ce580, {0xc51e5e5d40, 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, 0xc51ebd5c38}, {0x3444338, 0xc51eba3e30}}, 0xc51ed1b790, 0x0, {0x0, 0x0}, 0xc51ed1a080, 0xc51ec92d20, ...}) /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, 0xc51ebd5c38}, {0x3444338, 0xc51eba3e30}}, 0xc51ed1b790, 0x0, {0x0, 0x0}, 0xc51ed1a080, ...}) /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, 0xc51eaf8420}, 0x0, 0xc51ed1b790, {0x0, 0x0}, 0xc51ed3a4b0}, {{{0x345b260, 0xc51ebd5c38}, {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(0xc51ec92d20?, {0x347d1a8, 0xc51ec8dd40}, {0xc51ec878b0?, 0x5?, 0x120?}, {0xc51ec87860?, 0x5?, 0x0?}, {0xc51ec87400, ...}, ...) /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(0xc51ec92d20, 0xc51eba3e30, 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(0xc560a5a680?, 0xc51e9ced50?) /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?, 0xc51eba3e30}, {0x3482f00, 0xc51ec92d20}) /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?, 0xc51eba3e30}) /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(0xc51ec92d20, 0xc51ec8aff0) /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?, 0xc51ec8aff0}, {0x3482f00, 0xc51ec92d20}) /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?, 0xc51ec8aff0}) /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(0xc51ec92d20, 0xc51ebf7f00) /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?, 0xc51ebf7f00}, {0x3480680, 0xc51ec92d20}) /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(0xc51ec92d20, {0x3461890?, 0xc51ebf7f00}) /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?, {0xc51ebf7f40?, 0x3, 0xc51ec92d20?}) /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(0xc51ec92d20, {0x0, 0x0, 0x0}, {0x0, 0x0, 0xc068ca7000?}, 0xc51e9cf460, {0x0, 0x0, ...}, ...) /go/pkg/mod/github.com/onflow/cadence@v1.0.0-preview.21/runtime/interpreter/interpreter.go:778 +0x1da 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
Happy diving into the flow Remember to upgrade your contracts to 1.0!