Whoops! 😨 Something unexpected happened...
[Error Code: 1300] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> ee6e47b53e56ad8595134817588c82987dfaa7b4b7b427273e598c860f613e20:26:8
|
26 | self.coa.call(
27 | to: self.evmContractAddress,
28 | data: EVM.encodeABIWithSignature("transfer(address,uint256)", [self.recipientAddress, amount]),
29 | gasLimit: 15_000_000,
30 | value: EVM.Balance(attoflow: 0)
31 | )
| ^
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
| ^^^^^^^^^^^^