[Error Code: 1300] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> da05195ba11b32c87c62f6bc38660b51befd8118f16d345605c16b6c9b734bc6: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
| ^^^^^^^^^^^^