[Error Code: 1300] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 8b21d9c5ae5de54238258d612849b6dc3e089428e5129c9bef181955cb94bf55:11:33
|
11 | let result: EVM.Result = coa.call(
12 | to: contractAddr,
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: 10 * 100_000_000_000_000_000,
15 | value: EVM.Balance(attoflow: 10*100_000_000_000_000_000)
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
| ^^^^^^^^^^^^