[Error Code: 1300] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> b6d3896ec8b7e414eb2825b9389a6954d82bc5152c35b0481c3f370c984ea6e3:13:33 | 13 | let result: EVM.Result = coa.call( 14 | to: contractAddr, 15 | data: [64, 193, 15, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 204, 6, 110, 171, 214, 236, 144, 31, 109, 98, 195, 102, 120, 234, 192, 31, 35, 245, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 138, 199, 35, 4, 137, 232, 0, 0], 16 | gasLimit: 30 * 1_000_000, 17 | value: EVM.Balance(attoflow: 0) 18 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: [Error Code: 1300] evm runtime error: insufficient computation --> b6763b4399a888c8.EVM:373:12 | 373 | return InternalEVM.call( 374 | from: self.addressBytes, 375 | to: to.bytes, 376 | data: data, 377 | gasLimit: gasLimit, 378 | value: value.attoflow 379 | ) as! Result | ^^^^^^^^^^^^
Happy diving into the flow Remember to upgrade your contracts to 1.0!