[Error Code: 1300] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 6270aead1dfa4f4b19427c7eb62d5f275c267efe83a4cf1eb2d7471f308b0746:11:33 | 11 | let result: EVM.Result = coa.call( 12 | to: contractAddr, // INSERT EVM ADDRESS HERE 13 | 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], 14 | gasLimit: 10000000000000000000, // INSERT GAS LIMIT HERE (attoflow) 15 | value: EVM.Balance(attoflow: 0) // INSERT VALUE HERE 16 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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!