Whoops! 😨 Something unexpected happened...
[Error Code: 1300] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> e1a4a7992ac7bddead510dd350fadc6ae570e5813929fd2eaae0d98ab2c46ec0:23:21
|
23 | let result = self.coa.call(
24 | to: self.target,
25 | data: EVM.encodeABIWithSignature(methodSig,args),
26 | gasLimit: gasLimit,
27 | value: EVM.Balance(attoflow: 0)
28 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: [Error Code: 1300] evm runtime error: insufficient computation
--> 8c5303eaa26202d6.EVM:448:12
|
448 | return InternalEVM.call(
449 | from: self.addressBytes,
450 | to: to.bytes,
451 | data: data,
452 | gasLimit: gasLimit,
453 | value: value.attoflow
454 | ) as! Result
| ^^^^^^^^^^^^