factory ReceiptScriptResult.fromJson(Map<String, dynamic> data) { return ReceiptScriptResult(gasUsed: parseBigInt(data['gasUsed'])); }