Whoops! 😨 Something unexpected happened...
[Error Code: 1300] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 6110d7e2c4e3c548f48bc10bc5cab47fc3c16632374abef4cf9fcb320e720148: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
| ^^^^^^^^^^^^