Whoops! 😨 Something unexpected happened...
[Error Code: 1300] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 8302350e8559282d8eb71df44cfe6cf9f7aef6e8afa2f894097052e76d576def:95:18
|
95 | let res = self.coa.call(
96 | to: evmTokenAddr,
97 | data: data,
98 | gasLimit: gasLimit,
99 | value: valueBalance
100 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^
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
| ^^^^^^^^^^^^