Whoops! 😨 Something unexpected happened...
[Error Code: 1300] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> f0629a3d97b5ed7ad49d2d56a661f409de2f81b0abbbc2ae254dcec4903a1f6a:28:25
|
28 | let callResult = self.coa.call(
29 | to: erc20Address,
30 | data: calldata,
31 | gasLimit: gasLimit,
32 | value: EVM.Balance(attoflow: 0)
33 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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
| ^^^^^^^^^^^^